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
ActiveAdmin - Using scopes with filters

In my ActiveAdmin model I have a custom scope to show deleted records and several filters for searching records by …

ruby-on-rails activeadmin formtastic
Is there any way to create a form with formtastic without a model?

I would like to use formtastic to create form but I don't have a model associated with that (login form …

ruby-on-rails formtastic