Am I going crazy? Required text field in form

Hey everyone,

I have a multi-step form. I’m able to make choice components required, but not text entry or email.

Can anyone advise on making these fields compulsory?

An ugly trick could be to create a Show Form screen, add the entry components you need, configure them as required or not, and then copy-paste them to your multi-step form. I think that might work.

Yep. I use a form container so that way all the values are in the same screen. Just move the entry components temporarily into the form container, mark them as required them move them out again.

3 Likes

You should note that in a Custom Form (which is what a multi step form is), the required labels are just eye candy. They don’t actually do anything. If you want to enforce them, you need to build logic in the data editor to do that.

2 Likes

Thanks all, got it to work from nathanael’s idea

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.