Hi there,
I'm currently building a demo form to show off some features that forms can manage.
What I have currently is a form that grabs the users current geo-location and displays it in google maps static map API. Works great, I use a hidden field to store the lat and lng for the map and use a separate geo-location field to display it to users.
It displays fine in the form but when I submit to the Thank You Page my map disappears and the only error I seem to get is permissions and not finding the data anymore yet I thought the Thank You Page view form just used the same fields as the form itself without any changes in the DOM.
I used >this https://answers.laserfiche.com/questions/77786/Custom-HTML-how-to-Hold-or-freeze-an-custom-HTML-active-script-when-submitting- post as reference.
Anyone else came across this? It's not a huge deal if we can get all the data into the document into the repository but it'd be nice for the user to view all the image previews / maps on the Thank You page.