View Full Version : Contact form - need advice
plevans
10-18-2006, 04:10 AM
http://fenceprotool.com/contact.html
Can someone help me figure out why, when using the TAB key to move between the fields in my form, the cursor is indented far to the right in the Comments field?
Thanks,
Patti
Evoir
10-18-2006, 05:24 AM
<textarea id="comments" name="comments" class="comments" rows="10" cols="20" tabindex="4">
I think.
I think that by indenting the source code you've put this very amount of blank space into the text field. You probably should close the tag in the same line.
Erich
Arthur
10-18-2006, 05:41 AM
Erich is right. Anything between the opening and the closing textarea tags will be put in the text field, and you have a bunch of spaces there.
-Arthur
Evoir
10-18-2006, 03:17 PM
duh... it twas very late when I wrote that.... of course it was the spacing.
plevans
10-18-2006, 11:55 PM
Thanks! That fixed it...you guys are the best:clapper:
Another question: I'd like the subject chosen by the sender (in the drop-down field) to be the subject of the email but can't figure out how to do it.
What happens if you remove the <input type="hidden" name="subject" value="Form Mail Submission" />
plevans
10-21-2006, 03:17 AM
Jeff, I'll give it a try and get back to you.
plevans
10-21-2006, 03:48 AM
Thanks Jeff, that fixed it.
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.