Autofill Issue with a popup

Hi everybody !

As you see in my capture when I use autofill it doesn’t work correctly. It automatically fill the inputs behind my popup !

Have already seen that ?

what is the issue? Seems like it is just giving you by your device a suggested email that is saved to your device to use.

ezgif-3-899a20cd60
Hi @boston85719 !
I think it will be better explained in a video :slight_smile:

I think that issue is happening because you have two different inputs set to email on the screen at the same time.

To fix it, I would recommend adding to the page that has the signup elements a simply text that says something like ‘already a member, login instead’ and that will switch the mode from signup to login so the user will not need to click the button for login in the header.

Another approach is in the header have a signup button that opens a popup to sign up instead of it being on the page.

Another thing could be is to make it so that when the login popup is visible to make the on page sign up form not visible.

In all of my apps, I have the signup, login and forgot password as one element (normally a popup but if need be can be a page), and just simply switch the view depending on conditionals in place that determine if it is for signing up, logging in or requesting password reset.

2 Likes

In fact, I think I will delete this subscription page and replace it by a pop up on my index page with a swtich to sucribe or log in.

I was wondering why i get this result because i doesn’t appear usually !

Thank you for your answer @boston85719 !

This topic was automatically closed after 13 days. New replies are no longer allowed.