How to make custom form fields mandatory?

I have a form that allows an admin to create a user from within the app. Is there a way I can ensure that all fields are filled in before hitting submit?

Hi Slade,

You can add visibility conditions to the button. Add the first condition clicking three dots in the button and after putting it make the button a group and add the second condition and again group that group and add the third condition and continue ( adding the condition and making a group) this until you finish setting up your last input component. And then if that all conditions are met then that button is visible. This way you can add multiple conditions to a component. ( Not sure if there is another way. )

Ex:- Select that Create User button and click three dots and add a visibility condition that Name Input> is not equal to>empty. Then again click three dots and make a group and add the second condition to that group that Email Input>is not equal to>empty. And again group that group and add the third condition that Phone Input>is not equal to>empty and continue until Last Input or drop down.

Thank you

6 Likes

Hello Sladerose,

You could try this solution from the Pragma Flow Devs.

Klaus

4 Likes

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