php form submission

Hi

Can you please help, I have set up a form, which sends the information as expected, but how I get it to redirect to the correct page. The html code for the page it needs to go to once the submit button has been pressed is [php]goodsubpnd.html[/php] where exactly do I need to put this in the form code and saying what?

The form code is[php]

Male Female

BTF member Non BTF member 20yrs+ Non BTF member 16-17yrs

I agree to the terms and conditions

 

[/php]

Thanks for your help

I would put that in as a meta tag in the header of formmailtest.php

[code]

[/code]

You could use a meta tag (I don’t) or if you add this to your end results in your php script formmailtest.php.

[php]header (“Location: goodsubpnd.html”);[/php]

I think it directs a lot cleaner.

Sponsor our Newsletter | Privacy Policy | Terms of Service