how to check if the LF form has passed all validation (manually in submit) that are pre defined in the LF forms via Javascript\JQuery?
Question
Question
Replies
Can you give more detail for you issue like how you define the validation via JavaScript?
we have a field on the form which is hidden upon initial load (the values for this hidden field is populated based on the 28 dropdowns via jquery) and this hidden field should be visible in the PDF alone when saved to repository.
The form contains LF native regex validation for more than 100 fields and custom validations for around 5 fields, which means i should only show this control when all those validations are success.
P.S: the form is already too complex so i dont want to develop another back end form to just generate the PDF at this point.
You issue now is you don't know how to check those validations are success in order to decide when to show the control?
yes i have posted that question (on how to check the native LF validation status) separately as well.