Forums

Inserting new field to an existing form

chgeorge 16 Feb, 2010
Hello there

I have a form which works perfectly. It already has 4 radio fields (radio0, radio1, radio2 and radio3). Now, I want to put another radio field. I go to the edit wizard, I insert the field, save it and then go to the form management to edit the e. mail template. I insert the tag {radio4} but when receiving the e. mail it says {radio4} and not the user's option. At the "AutoGenerated Code" tab my new field is missing. I only holds radio0-3. How do I add my new radio field?

Thank you!
GreyHead 16 Feb, 2010
Hi chgeorge,

Please check the properties box to see what the input name of the new field is. If you added it later it probably isn't radio_4

Bob
chgeorge 16 Feb, 2010
I 've checked it (at the Edit Wizard) but there is no "input name" for the radio fields...

Is there any other place to check it?
GreyHead 16 Feb, 2010
Hi chgeorge,

You can view the page source, or open the Form Editor and check the Form HTML on the Form Code tab.

Bob
chgeorge 16 Feb, 2010
Finally checked that! Now, th bug was this: Although I already have "radio3", the new radio field is named after "radio3" again! So I had to rename it to "radio4" along with all choices "radio40", "radio41" and so on!
This topic is locked and no more replies can be posted.