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
problem with email form

hello,

I'm just having a problem wth the email form after I wanted to perform little changes...like adding a field for country of residence under the email-adress-field. It's also showing up the field, so no problem with that.
But when the form is send it doesn't transmit the email anymore but instead puts the country of residence.
What could be the reason for that? How can I change that? (so that all fields of my form are send to my email adress) Is there a limitation to the fields I can use?
Please help me on that as soon as possible.

Thank you very much in advance.

Kind regards,
Ines Balzer

Re: problem with email form

It looks like when you added the code you simply did a cut and paste from the email address entry. You changes the label for the field but you didn't change the "name=" attribute in the tag. The code in your page for the email and country fields looks like the following:



Enter Your Email:





Country of residence:




Notice that both of the tags have an attribute that says name="email". All tags need to have unique names, or the form processor will only report the last one it encounters.