If you would like to be one of the first people to hear about the release of our new components then make sure you have subscribed to our announcements list! We won't bug you with unnecessary stuff.
E-mail
Subscribe Unsubscribe
In this chapter we'll describe how to change the form appearance. First of all you have to understand how RSform parses the code. Edit your form and go to Form Style. You can see there the Edit the form style textarea. That acts as a container, and the {formfields} placeholder will be replaced with the fields' html code.
This example will change the form style appearance.
<div class="field"> <strong>{fieldtitle} {validationsign}</strong> {field} </div>