I have a form that consists of several pages. Each pages saves the data to localStorage. The final page needs to pull the data from localStorage so that it can be emailed.
How can I get the data stored in localStorage in a format that can be emailed?
Currently, I am updating ID with the content stored in localStorage but the updates are occurring after the page is rendered so the cfsavecontent isn't realizing the text updates.
I need another way to do it and am open to suggestions, please.