Hi @LaythT ,
Welcome to the community
I believe you can add a button and add the Signup action there and add some formulas to the Email field and password field. And user don’t know that he has signup-ed already.
This post by Steven may help you :
The easiest way to accomplish what you are asking is to place a button on your login screen called Continue without signing in, when the user clicks on that button you sign them up! In your user table you add a boolean (True/False) field called something like Account Created. If the user actually signs up you set the Account Created to true, if the user clicks on Continue without signing in you set it to false. If the Account Created is false, you hide the settings page and logout button so the …
Thank you
1 Like