Tagged: integration
This topic contains 2 replies, has 3 voices, and was last updated by JP31 3 years, 4 months ago.
- AuthorPosts
- October 27, 2015 at 2:58 pm #9957
Does anyone have experience with this? For example, I’d like to have a web page with a Google Map and a PerfectForm on it, and when the user marks start and end points on the map I could pull the distance into PF. Is that even possible?
October 27, 2015 at 3:12 pm #9964Hello,
There may be a few different ways to do this, but they would require use of the Google API, or the ability to receive JavaScript calls.
The first example, you may want to play with inserting the map directly into the form. Using a “Text” field, select the “HTML” box in your properties to allow you to insert code into the text value. This code would reference the map you would like to insert. You may need to adjust it for proper fitment. Now, utilizing their API, you may be able to set up communications between the form and the map itself. Please refer to their documentation:
//developers.google.com/maps/The other option would be to embed both the form and the map in a web page. Utilizing our JavaScript Calling ability, we can insert values produced by the map into fields within the form.
/Documentation/manual/html/index.html?fl_call_javascript_properties.htm
/Documentation/manual/html/index.html?fl_passing_data_from_a_web_page_i.htm
Either way may take some development, but I hope this leads you in the right path.
Thanks!
Karlo
September 7, 2017 at 8:01 am #10979I was just wondering if you were able to do this and if so, which approach did you take?
- AuthorPosts
You must be logged in to reply to this topic.