I have a form that wants to track the users location as they fill out the form. I implemented a static Google maps API that fills a custom HTML field. Now I think the reason for it not saving in to the repository is because the custom HTML field does not have a variable associated with it. However, I'm wondering if there is a way around this and if I can save the image of the map from the custom HTML field on the form when its pushed in to the repo.
This below is how it looks on the form, however after submission it does not appear in the repo.
Any help is appreciated, thanks!