I have a form that has multiple tables, each with 4 columns each.
The first 3 columns in each table are pre-filled via JavaScript.
Originally I had the fields directly marked as "read-only", but upon submission, the fields were not showing. I read somewhere that by marking the fields directly as Read Only, JavaScript could not rewrite to the fields after Submission. The Read Only was removed, but the fields are now able to be modified.
I read somewhere else to add to the JavaScript to use this format, $('.readonly input').attr("readonly","true");
However, the fields are not read-only. Unless I'm putting it in the wrong location.
https://answers.laserfiche.com/questions/103690/javascript-calculation-not-stored-into-repository#103698
I attempted to contact MVI but was met with a $200 per hour to troubleshoot. Its not that dire of a case, but would like to fix it if possible.
Any thoughts?