Page 1 of 1

Styling my form

Posted: Sun Jan 11, 2009 9:34 pm
by herbshirt
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.

Re: Styling my form

Posted: Sun Jan 11, 2009 10:14 pm
by Loopy
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

Posted: Sun Jan 11, 2009 10:17 pm
by herbshirt
Thankyou!

Anyone else for the other question?

Re: Styling my form

Posted: Sun Jan 11, 2009 10:26 pm
by Loopy
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; }

Re: Styling my form

Posted: Mon Jan 12, 2009 1:20 am
by Dr.CSS
If you search the forum this has been discussed numerous times...