Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSForm!Pro - Fields are not showing up in the frontend

Fields are not showing up in the frontend

If you have turned off the "Autogenerate Layout" feature, make sure all of the placeholders are added to the layout. A form will not submit and will not throw off all error messages if there are missing placeholders. You can enable the "Autogenerate Layout" feature so that placeholders are automatically added. RSForm! Pro has some Form Layouts (Inline, Inline XHTML, 2 Lines, 2 Columns Inline, 2 Columns 2 Lines) that you can choose from.

Note: By enabling the "Autogenerate Layout" feature, you will lose any JavaScript, CSS or custom HTML code you might have inserted. Please make backups if necessary.

How do I add placeholders ?

Click on the Form Layout tab. You must disable "Autogenerate Layout" (it's a small checkbox above the form's HTML layout). This will allow you to edit the HTML layout. Then, just type the placeholders in the HTML layout, in the appropiate place where you want them to show up.

Placeholders are related to a field's name. So, if you added a dropdown field called "Age", you will have the following placeholders available:

{Age:caption} - This will show the caption of the field with the name Age.

{Age:body} - This will show the body of the field (ours being a dropdown, it will show the dropdown itself)

{Age:validation} - This will show the validation message of the field (if triggered). So this message will appear only when the validation fails, otherwise it will show up as being blank.

{Age:description} - This will show the description of the field.

It's a good practice to include all placeholders. The mandatory placeholders are the body and the validation, since they show up the field and the message if the validation fails.

Note: Placeholders are case sensitive and they can't be translated. So if you are using another language, use the same syntax.
Feedback