Hi everyone,
I'm sure there will be a straightforward answer to this, but I've just created a form and it's not showing the label and field on the same line. Each of the 5 fields are being displayed directly under the label.
You can view the form here:
http://georgesrivereec.com.au/newversion/jupgrade/index.php/contactus
I did add the following css to my template file, because the width of the fields was way too long. Not sure if this has anything to do with my current problem...
.cfdiv_text { width: 150px; }
.cfdiv_textarea { width: 150px; }
Basically, I just want to show the field next to the label, for each of the fields in the form.
Thanks!
Ilan
I'm sure there will be a straightforward answer to this, but I've just created a form and it's not showing the label and field on the same line. Each of the 5 fields are being displayed directly under the label.
You can view the form here:
http://georgesrivereec.com.au/newversion/jupgrade/index.php/contactus
I did add the following css to my template file, because the width of the fields was way too long. Not sure if this has anything to do with my current problem...
.cfdiv_text { width: 150px; }
.cfdiv_textarea { width: 150px; }
Basically, I just want to show the field next to the label, for each of the fields in the form.
Thanks!
Ilan