Top "Formtastic" questions

Formtastic is a Rails form builder plugin with semantically rich and accessible markup.

Insert a non-input row into a Formtasic form

I am using Formtastic 2.1.1 in Rails 3.2 (with Active Admin) and I want to insert a row into my form that …

ruby-on-rails-3 activeadmin formtastic
Rails submit button text (formtastic) - how to change label of submit button?

I am using simple_form and the following code to create the button. <%= form.action :submit, :value => "submit", :…

ruby-on-rails forms form-submit formtastic submit-button