24
Views
3
Comments
Solved
Action Input
Question

Hi Guys!

I have a doubt, I need to fill out a form and save your information, but the save button will only be enabled after some input fields are filled in, I tried using an action within the input event, but I had no result.

2022-12-09 04-50-17
Shubham Doshi
Solution

Hello Fabiano ,

You can set up the enable property of button.

For example, if you want all fields to be filled and then only make button enable then refer the below expression:

If(Name <> "" and Country <> "" and State <> "" and Contact <> "", True, False)

UserImage.jpg
Fabiano Ferreira

Thank you this condition worked!

2021-08-12 05-19-40
Shubham Janbandhu

Hello fabiano ferreria,

Hope you are doing well.

You can refer this OML. You can try this example for enabled or visible property.

Regards,

Shubham

 


Demo.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.