how is it possible to add a description to a form field made with formtastic?
I tried this:
f.input :first_name, description: 'Please insert your first_name'
The description should appear right under the form field.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no description option for formtastic fields, but you can use :hint option instead