Hi,
In the pic below,when I fill non-required fields and try to submit the form,the form doesn't get submitted.Whereas,when I fill only required fields the form gets submitted.
Please help!
Are you saying that if you populate ONLY the required fields that the form submits, but if you populate any of the non-required fields in addition to the required fields that the form does not submit?
If that is what you are describing then there is something wrong with the value you are using in one or more of the non-required fields.
Make sure the required field defaults are set to pick up the current value of the fields in the data source. You can't submit the form if any of the required fields are null. But if you populate them using the default values then the form will submit.
It could be because you must populate the required fields prior to submission.