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
I want to get the responses on all my questions.

I have a problem with the Email Form. I have 12 individual questions that th euser fills out. All I get is a few of these. I want to be able to recieve all 12 answers in my email. Is there anyway to fix this via HTML?

this email form is like the basis of my site so thast why I need to get it right.

thanks

Browser: Snopanz,2

Re: I want to get the responses on all my questions.

Well, can we see the page to determine what the problem is?

Re: I want to get the responses on all my questions.

here we go

http://animereviews.bravehost.com/emailform.htm

thanks

Browser: Snopanz,2

Re: Re: I want to get the responses on all my questions.


Every "input" tag has the following in it:
name="change_this value"
That means you should change that value to something unique within your form. Every unique "name" will send an answer. If you have five input things with the same name, only the last one will be sent to you.

So turn all those lines into something like this:

What's the anime you are reviewing?
name="anime_name">
Please give a rating of the anime (1 being the lowest, 10 being the highest)
name="rating">

And so on.

Jim

Re: I want to get the responses on all my questions.

oh ok thanks Ill try it out

Browser: Snopanz,2