This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Adding Text Fields in Forms

1. I pasted the code for the basic bravenet form.
2. Since it only had 3 fields and I needed more, I studied the html and I added more fields for a total of 9.
3. When I go to my website and give the form a test drive, it only "sends" back 3 fields.
4. In trying to fix it, I messed it up further.
5. The bottom line: when someone fills out the form on my website, I need all 9 fields e-mailed to me, not just 3.
6. I studied the html code and I cannot figure out how to fix this.

Grateful for any help.

Browser: yelowonion,2

Re: Adding Text Fields in Forms

Without seeing the code I can only guess. If you gave each of the nine fields a separate name then you would get back all 9 fields so I assume that the additional 6 fields reuse the names of the first 3 and therefore overwrite them.