Redirecting After Form Submit

2 replies
Does anyone know if there is a WordPress plugin or an easy way to redirect to another site once a user fills out a form?
I am going to build the forms with gravity forms (wordpress) unless someone can recommend a better form creator.
#form #redirecting #submit
  • Profile picture of the author edpudol1973
    Originally Posted by foursalesign View Post

    Does anyone know if there is a WordPress plugin or an easy way to redirect to another site once a user fills out a form?
    I am going to build the forms with gravity forms (wordpress) unless someone can recommend a better form creator.
    If you can edit the action script then you can insert a php code something like header("Location:targeturl");
    {{ DiscussionBoard.errors[7488303].message }}
  • Foursalesign,

    There are a lot of variables to your question. The method used to send a user to a destination after a submit button is clicked can vary based on how the form is built.
    For instance if you built your form using PHP, you would insert your website URL in the action attribute (as mentioned by the other member)
    <form name ="form1" method ="POST" action="/somewebsite.php">
    Note that for this method, any form processing would have to take place on the URL destination that you are sending the visitor too.
    I don’t have experience with Gravity forms but typically with any decent forms plugin (and I’ve heard that Gravity has a pretty good one) there will be functionality for a confirmation page if that is what you seek.

    This post talks about how to create a confirmation page with Gravity forms,
    Configuring Gravity Forms
    hope that helps,
    Shawn
    Signature
    Outsource to the experts...

    We customize your Blog, eBook, Press Release and Sale Copy content with your message.

    {{ DiscussionBoard.errors[7488798].message }}

Trending Topics