Hi,
We would need assistance in improving the performance of the submission process.
We have a form with close to 600 fields.
We have implemented pagination using custom JavaScript and also have several other validations.
Business process is designed to store a duplicate form[with no pagination] in order to avoid issues with hidden fields/pages while saving the form to repository.
We have only 5 field rules implemented in LF.
It takes around 15 seconds to route to Thank you page after Submit.
Is there a performance impact due to the fact that we have multiple forms to handle pagination?
I trust performance is linked to number of fields. Do you have any average time graph for submission? [examples - 100 fields - 2 seconds, 200 fields - 3 seconds and so on.]
Will custom JavaScript be executed after Submission [we have methods executed on load and no JavaScript method associated to Submit click] and we don't show the form after Submit?
Any suggestion/help is appreciated.
Thanks.