Thanks in Advance,I have over 20 fields, including Yes/No options and radio buttons. My logic is to disable the submit button if any radio button question is left unanswered. However, if I miss selecting any field, it becomes difficult to go through each one to find the incomplete responses.In that case how to display popup/Error Message for that particular grid?
@Vishal_Kalra
@Parth_Doshi
@Harika_Mudiam
instead of disabling submit enable it…but have validation error messages so that when clicked on submit and there are error the fields would display error messages
cheers
Yes, that’s correct. but it allows me to submit the form , which is incorrect.
One thing I noticed that the Submit button behavior on Form Designer is different compared to the action center. When I test the submit button behavior using the Preview button I do see the validation messages kept for required fields, However the same does not appear on Action Center.
If i use the Disable on Form Invalid, then too I will not get the required field validation messages.
I tried to use java script as well but due to the Action Center / Form designer difference, I have not been able to get this to work.
This should be possible but not able to get it working . Has anyone else tried this?
I tried using “Disable on Form Invalid,” but it doesn’t display an error unless you interact with any component on the form.