Hi team,
I have a modal form within a web block, with Save and Cancel buttons. All the input fields in the form are set to Mandatory. The issue I am facing here is, the form.valid property is not set to False when you click the Save button(Method: Ajax Submit and Validation: Client and Server) without populating the input fields. What could be the possible reasons for this?
Thank you for your help.
Hi Nisha,
Can you confirm the save button is inside the Form?
Regards,João
Hi João,
This worked! Thank you!