To process submissions related to your form only, you need finer control as shown below: WordPress form submission with admin-post.php. Here's how to do it: Access the form that you want to edit by logging into your WordPress admin dashboard, clicking on Forms, then click on the form that you want to change. To make button type submit redirect to another page, You can use HTML Anchor tags <a>. After activation, run the plugin and you will see the settings on the left menu. In the next step, submitted information will be stored in the session array. To make html form submit button link to another page we have to use HTML Form Tags, and we will link our submit button to another page by using HTML Form tag's Action Attribute. How to Link Submit Button to Another Page in PHP Changing Form "action" ? | WordPress.org Installing Redirection for Contact Forms can be done either by searching for "Form success redirection" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps: Download the plugin via WordPress.org. One of the buttons can submit the form in a new window. l Esta es la respuesta más correcta que te podemos brindar, pero primero obsérvala pausadamente y valora si se puede adaptar a tu trabajo. Creating Options Pages - Main Page « WordPress Codex Unless this is patched to perform this natively in the future, be sure to include nocache_headers(); before the wp_redirect if you want to make sure the visitor's browser doesn't cache the redirect page result (can even happen when this is set to use a 302 redirect) which may cause the redirect to happen for longer than desired. Hopefully the below helps. Solución:Hay Activate the plugin. A common use of PHP_SELF variable is in the action field of the <form> tag. HTML Forms: Form. Using PHP_SELF in the action field of a form Here is a refresher of the difference . If you choose 'Copy,' then it will duplicate all of the original comments and then add them to the new page or post. Form submitting data to two different action pages - Plus2net How to Link Pages in WordPress to Another Pages - Zemez After that, you need to select your contact form from the drop down. How to Link Pages in WordPress to Another Pages - Zemez In that case based on the value of your_action_name that is provided by you, an action hook will get involved. Say for example if you add a hook like the following in functions.php of your theme or in your plugin . Where we have to Write our File Path inside HTML form's action="" attribute. HTML Forms - WordPress plugin | WordPress.org When you will click 'Next' on form1.php page. Redirecting Users After a Successful Form Submission in WordPress Upon activation, click on Copy/Move Comments in the WordPress sidebar. Step 3: Configure your form to redirect after submit. Handling Form Submissions in WordPress with Admin-Post and Admin-Ajax Creating custom options panels in WordPress is relatively easy. How to handle a custom form in wordpress to submit to another page?