still no luck..
here's what I have where the submit is:
|
|
|
|
|
Where in there should the redirect be?
I tried a meta tag and that works but it redirects before you even submit...
The ideal situation would be to have the redirect in the php file because I have like 7 different forms that go to this php file, so it would be better to have the redirect there instead of in each page.
But when I put the meta tag in the php file, all I get is it still goes to the php file but just give a blank page, no redirect or the normal message.