Allow button click on form with mandatory fields

1
I am creating a form where a user can search for their address – so it has two buttons (‘search’ and ‘submit’)  If I make some of the form fields mandatory, the mandatory field validation appears if I click either button – is there any way to suppress the validation for the ‘search’ button?   Thanks, Simon  
asked
1 answers
2

Hi Simon,

 

I think you are using page level validation for fields, Go with custom validation using validation feedbacks through microflow execution

answered