Hello,
I would like to make the registration process more pleasant by not asking for all the information in a Form Field at once. I would like the user to be able to enter the information bit by bit in different Form Fields that ask for the information one by one. Is it possible to do this? I have simply divided the form field into successive screens. However, Adalo no longer redirects the user after the first screen.
Do you know if this is possible?
You need to use Signup function on first screen with all the field you want & on second screen onwards you need to use update logged in user function for each one. Make sure to redirect user to next screen from submit button.