Hi,
Below code is not working. Once I run it, it works fine. i expected "Thanks" but i get nothin. is not redirecting to thankyou.html
<form name="myForm"
action="/send_email4.php" method="post">
<input type="hidden" name="subject" value="Form Submission" />
<input type="hidden" name="redirect" value="thankyou.html" />
Name: <input type="text" name="fname" />
Email: <input type="text" name="email" />
Phone No: <input type="text" name="phone" />
<input type="submit" name="submit" value="submit"/>
</form>
-----
thankyou.html has nothing but Thanks.
-----------------------------------------------
Note: i have another file that redirects to thankyou.html.
Pls advise. thx.