Swipe Layout onboarding flow?

16 Likes

5 Likes

Was considering adding a swipe condition to not go past the 3rd card—thoughts?

2 Likes

2 Likes

What about if user swipe the 3rd card, do the same action as your Get Started button?

1 Like

great, Bob!

If image is empty AND if first name is empty AND if last name is empty, etc.

2 Likes

Great…as usual…:grinning:

1 Like

Nice!

3 Likes

Looks great! was just trying something like this today.

Is it possible to get the form entries in the swipe cards itself?

thinking this should be possible with buttons to enter data can be set with a visibility condition to show only in a certain card

question would be getting that data to the user sheet, I’m sure this is possible, need to read / explore for it

potential problems: since you can’t swipe back to the last card (as of yet), if someone ignores a button in a card, they need to swipe all cards again to get back to the parts they haven’t finished.

You’re exactly right. You can use user specific columns along with an add row action attached to a button to allow the card itself to be a form. What you can do is prevent users from moving onto the next card until a relation is found between the card and the user submission.

thanks Robert, will try this