-
shuaiceng77Asked on June 3, 2025 at 6:18 AM
Dear JotForm Support Team,
I am using the "Save and Continue Later" feature on my form:
https://form.jotform.com/251271984288064
Currently, when users click the “Save” button, they are prompted to sign up using Google, Microsoft, or email in order to save their progress. While it is technically possible to skip this step by clicking “Skip Create an Account” at the bottom, this option is not obvious to most users.
This extra step creates friction and can easily frustrate or confuse our clients, especially those who are not tech-savvy or who are concerned about account creation. It may result in form abandonment or loss of leads.
We would like to know if it is possible to:
- Bypass the login/sign-up screen entirely, and
- Automatically send the draft link to the email address provided by the user on the form (without requiring any JotForm account).
This would significantly improve the user experience for our clients.
We appreciate your assistance and look forward to your guidance on this matter.
Best regards,
Sam
-
Chris_L JotForm SupportReplied on June 3, 2025 at 6:48 AM
Hi shuaiceng77,
Thanks for reaching out to us for help. Unfortunately, there's no option to bypass the pop-up window that ask user to sign up to Jotform. But you can inject a CSS code that will hide the option to sign up to Jotform. Let me show you how:
1. First, copy this code:
/*Remove Sign up with Email button - 11732821*/
div#registrationForm {
display: none;
}
/*Remove Already have an account?Log in*/
#login-link {
display: none;
}
.m1b {
font-size: 0px!important;
}
/*Ends here*/
/*Increase the size of the Skip Create an Account*/
.m1ba {
font-size: 25px !important;
}
/*Ends here*/
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Here's a screencast of the result:
Give it a try and let us know how it goes.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!