View previous topic :: View next topic |
Author |
Message |
mdf246
Joined: 15 Jul 2011 Posts: 3
|
Posted: Wed Jan 25, 2012 6:18 am Post subject: Setting a Default State? |
|
|
I live in Florida, is it possible to have FL show up by default in my "state" field? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Jan 25, 2012 8:38 am Post subject: Reply |
|
|
Unfortunately, there is no way to do this within the administration panel. Instead you can manually change the form HTML from:
Code: |
<option value="Florida">Florida</option> |
To:
Code: |
<option value="Florida" selected="selected">Florida</option> |
This will preselect the Florida value.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|