Hello,
I am supporting several forms processes that have two forms in each process, one for the initial form submission and one for saving to the repository. They are essentially duplicate forms, but the repository one is stripped of lookup rules, jquery code so that it statically displays the process variables resulting from the initial form submission. Otherwise, if we try to save the initial form version with script, it saves it in the preliminary state before all data is retrieved, etc.
This approach is tedious as it requires maintenance on both forms anytime something is changed related to verbiage, etc. Is it possible in jquery to detect that Forms is rendering it to save to repository and then code to allow for that? If so, how do you detect that? I'm familiar with the step_id variable and am guessing it is related to that?
Thanks,
Julie