Save and Continue Later: skip "Save your progress" and send mail directly to the email address entered in the form

  • PieterjanVandenweghe
    Asked on February 20, 2020 at 1:56 PM

    When you enable the "Save and continue later wizard", you get a pop-up "Save your progess" wizard when you save your form.

    This wizard asks you to log-on or create account (see screenshot).

    Is it possible not to have this pop-up window and directly send the mail email of the person who has filled the form (email is asked in the form). Now this only appears when you click "Skip to create an account". I would like to have this as default behaviour.

    The main reason to do this is because the "Skip to create an account" is not clickable in mobile version of Chrome or Safari. It's hidden behind the "Jotform" add.

    Jotform Thread 2172929 Screenshot
  • Mike_G JotForm Support
    Replied on February 20, 2020 at 3:47 PM

    We would like to apologize for any inconvenience. I'm afraid it is not possible to automatically send the Continue Form Link to the email address entered in the email field of the form as there is no option in the "Customize Save and Continue Later Email" to set that up.

    I have forwarded a feature request for your concern to our developers on your behalf. Although we cannot guarantee that it will be implemented anytime soon, please be assured that once there is an update we will notify you in this thread the soonest.

    In the meantime, please try to inject the following CSS codes to your form to move the "Skip Create an Account" link in the "Save your progress" pop-up above "Already have an account? Sign in".

    .xcl-contentWrapper.jfOverlay-body .xcl-content a.m1ba {

        position: relative !important;

        top: -85px !important;

    }

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

  • PieterjanVandenweghe
    Replied on February 21, 2020 at 5:43 AM

    Thank you for the CSS. This helps.