hclleapforum

Open full view…

Data inserted into record via URL strings is deleting after subsequent stages.

jonathanmorseusb
Fri, 02 Aug 2019 15:03:32 GMT

I have data coming from a PDF that has javascript to contantonte the values into a url that is then called. The data passes successfully to the LEAP record and saves. On the next stage the users review that data and make decisions. Regardless of what submit action then choose, the data is missing after the form is submitted. I do have the scripting onLoad to set the var and form values set to only run on the appropriate "upload" stage. This functionality has worked for 7 months and recently stopped. I am wondering if there is a bug in the code.

christopher_dawes
Fri, 23 Aug 2019 18:50:14 GMT

Seems a little odd. Can you share with me your javaScript code for this task? If you are doing it onLoad then it is being done every time the form loads. This means that a subsequent load where the URL params are not present could wipe out the previous values when submitted. My initial reaction would be it is an issue with your js code and not the product, but happy to look into it further if you provide a sample that mimics what you are doing.

jonathanmorseusb
Fri, 23 Aug 2019 21:05:54 GMT

Chris, I'll send you an email.