Skip Create an Account

  • DarwinArtFair
    Asked on July 19, 2021 at 3:14 AM

    Hi Guys, we use Jotform for our events registrations and EOIs - we send out maybe a dozen or so a year. For the most part we enjoy using the platform, BUT there is one aspect I/we find infuriating - and our members seems to constantly trip up on, and it is this:

    On the 'Save your progress' function pop-up: Skip Create an Account is a tiny option that many people miss. To make it 'seem' like it is a requirement to create an account is deceiving. Especially on a paid account.

    Is there an option to remove this? It's a blight on your system and it very much detracts from our brand and user flow. Please tell us it can be changed!

    1626678250 60f523eaa9bd2  Screenshot 10

  • Vick_W Jotform Support
    Replied on July 19, 2021 at 7:16 AM

    Hi there,

    The only option available to disable this is to disable the Save and Continue Later option from settings.

    However, you can use CSS to increase the text size of the text "Skip Create an Account".

    You can inject the following CSS into your form.

    .m1ba {
        font-size: 30px;
    }

    Please check the instructions in the following guide to see how you can inject CSS into your form.

    https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Let us know if you have any questions.

    Thanks