Test form below
Note that I have slightly modified the first three fields to show how they can be easily modified to fit the existing site styles, and also modified the first “Informed Consent” checkbox.
Rules:
- Give the form a
class="contact"
(or wrap it in a<div class="contact-form">
form here</div>
) - Add a
placeholder="Element name, label or title here"
to the form elements - Wrap anything you want to be columns in
<div class="cols">
form elements here</div>
- For checkboxes, the format is
<label class="checkbox">
The checkbox name and code here</label>
- You can see examples of the above in the elements I’ve modified in the form below