Pop-up on Submit

  • supremeskill
    Asked on April 14, 2015 at 5:25 PM

    Hello,

     

    Is there a way to have the custom URL be a pop-up when the submit key is depressed, versus going to a different page?

     

    Thank you.

  • jonathan
    Replied on April 14, 2015 at 6:40 PM

    Hi,

    This can be achieved also but you will still need the redirection after submit.

    I am not sure how you meant it due to lack of details, but if you are embedding the form on a website, then, this is very much possible.

    I am on the assumption that you wouldn't want to leave the page where the form was (after submit), and you only want the Thank You page to be a pop-up page.

    If the assumption is correct, you can apply the technique described on this tutorial.

    -How-to-Auto-popup-a-Lightbox-Form

    -Using-Cookies-to-Auto-Open-a-Lightbox-Form-Per-Browser-Session

    If you can provide us more details on your requirement, we will be glad to assist you create the form.

    Please let us know if you need further assistance.

    Thanks.

     

     

     

     

  • supremeskill
    Replied on April 14, 2015 at 7:19 PM

    Thanks for the response.

     

    Hopefully, I can provide a little more information.

    As I explained, what I am trying to do is have another page pop-up after the submit button clicked - I really don't have a need to a "Thank you page", so I am merely using the functionality.

    The scenario is a user would come to my site and after agreeing to opt in for emails (subscribe form), a pop-up page would appear giving them access to content on the site that there would be no navigation to. So, I would want them to stay on the same page but get the content from a, if you will, hidden page.

    Hope I have been clearer.

     

    Thank you

  • Charlie
    Replied on April 15, 2015 at 4:02 AM

    Hi,

    I believe what you would like to achieve is more of a back end code on your website, you could try using a Javascript, this is possible if you will be using the Form's full source code

    You can also try incorporating jQuery on it, it's much more easier to use because it already has a simplified ways on how to add Javascript functions, here's a link on how to show elements: http://api.jquery.com/show/.

    I hope that helps.

    Kind regards.