Hi Guys,
I've just built a form with Form Builder but I have pending issues.
https://www.cruickshanks.com.au/bookings2/htm
* I can't find where to change the . It currently says Contact and it needs to say Bookings.
* Is there a way I can change the alignment of the cot and linen fields?
Thanks,
Herb.
Styling my form
Re: Styling my form
Open up the form you are using in Form Builder and select the Contact Form, then click on "Contact Fieldset - Fieldset Start" in the Form Fields Section (in the bottom half of the screen) and then change Content to Bookings in the Legend section. This should solve your problem I think. 
Re: Styling my form
Thankyou!
Anyone else for the other question?
Anyone else for the other question?
Re: Styling my form
In the style sheet section you will find a Forms stylesheet and you can make changes to this, eg.
Changing the 4th line:
.contactform fieldset {padding: 1em; background-color: #eee;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 10em; }
.contactform div.required {color: #f00;}
to this makes the labels fit on one line:
.contactform div label {display: block; width: 150em; }
Changing the 4th line:
.contactform fieldset {padding: 1em; background-color: #eee;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 10em; }
.contactform div.required {color: #f00;}
to this makes the labels fit on one line:
.contactform div label {display: block; width: 150em; }
Re: Styling my form
If you search the forum this has been discussed numerous times...


