View previous topic :: View next topic |
Author |
Message |
Mactech
Joined: 19 Mar 2009 Posts: 3
|
Posted: Tue Dec 06, 2011 12:42 pm Post subject: Hidden Input Fields |
|
|
I would like to add some hidden input fields to my form. Is there an easy way of doing that? I am going to populate it with tracking information about the user.
Code: |
<input type="hidden" name="utm_context" value="" class="utm" />
|
|
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Dec 06, 2011 8:46 pm Post subject: Reply |
|
|
The best thing for this purpose would be adding a question to your form and using the 'Hidden Identifier' question type.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
|