Skip to content Skip to sidebar Skip to footer

How Can I Make A Form Submit Button Also Redirect To A Specific Div In The Page ?

The website i'm doing is made of a fullscreen slider, with 4 different panels. The fourth panel contains a php contact form. When I submit the form, it reloads the page from the f

Solution 1:

Try adding anchor id to action url:

<form method="post" action="index.php#div4">

Post a Comment for "How Can I Make A Form Submit Button Also Redirect To A Specific Div In The Page ?"