92
Views
2
Comments
Solved
Mobile App : Show forgot password pop up

Hello,

Just developing sample mobile app.

What I want is when user click on Forgot Password link, it should display pop up like this.

How should I achieve this?

Please advice.

Thanks and regards,

Suraj Borade

2021-02-18 12-29-06
António Pereira
Champion
Solution

Hi Suraj,

You have a Popup widget that you can use on the screen. Add a boolean var to display it or not in the "Show Popup" property of the widget. When the user clicks on Forgot Password you make that var True and the Popup will appear.

Does it help you?

Regards,

António Pereira

2018-11-06 14-26-44
Suraj Borade

Hey Antonio,

You are a gem.

Yes it worked for me. Now I just need to customize the CSS for Popup widget as per my convenience so that it  looks like as I mentioned in image.

Thanks a lot.

Best Regards,

Suraj Borade

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.