Redirect question with form using old page as its action

Hi,

I am redirecting an old contact page to a new one.

The old page is called contact.php and the new one is called contact-us.php. I can redirect this fine, but the new page uses contact.php as the form action on the new page. If I redirect contact.php to contact-us.php, will the form still work?

Thanks

Why go through all that? Why not just have the new form in contact.php and submit to itself? Submitting a form to a separate page is the old school way of coding.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.