Feb 6th, 2013, 6:16 PM
Solved:
I had malformed form elements on my form and within Form Tools as follows:
<input name="Phone_Number:" type="text" />
needs to be: <input name="Phone_Number" type="text" />
**Note: no ":" (colon) allowed in input name. Illegal character!
also:
<input name="E-Mail_Address" type="text" />
needs to be:
<input name="E_Mail_Address" type="text" />
**no "-" (dash) allowed. Illegal character!
Since this is a simple form, I just deleted the old form (because it deserved to die!), created a new form and made sure the auto fill process in Form Tools "Add Form" process found no illegal characters. Made sure my form input 'name' elements on my form matched the auto-fill "Form Field" values in Form Tools admin.
You can find the Form Tools "Form Field" values by going to:
Form Tools Admin > Forms > Edit (pencil & paper icon) > Fields tab > Form Field column.
Make sure the Form Fields in Form Tools contain no illegal characters. Make sure the form element input names on your form match the Form Fields in Form Tools admin.
Whew! Liking this product better every single day.
Thanks for looking. Hope this might help someone else.
I had malformed form elements on my form and within Form Tools as follows:
<input name="Phone_Number:" type="text" />
needs to be: <input name="Phone_Number" type="text" />
**Note: no ":" (colon) allowed in input name. Illegal character!
also:
<input name="E-Mail_Address" type="text" />
needs to be:
<input name="E_Mail_Address" type="text" />
**no "-" (dash) allowed. Illegal character!
Since this is a simple form, I just deleted the old form (because it deserved to die!), created a new form and made sure the auto fill process in Form Tools "Add Form" process found no illegal characters. Made sure my form input 'name' elements on my form matched the auto-fill "Form Field" values in Form Tools admin.
You can find the Form Tools "Form Field" values by going to:
Form Tools Admin > Forms > Edit (pencil & paper icon) > Fields tab > Form Field column.
Make sure the Form Fields in Form Tools contain no illegal characters. Make sure the form element input names on your form match the Form Fields in Form Tools admin.
Whew! Liking this product better every single day.
Thanks for looking. Hope this might help someone else.