Hello !
Is it possible with Flexform to reccord XY coordinates with a map input (like in PageForm) ?
Thks
Hello !
Is it possible with Flexform to reccord XY coordinates with a map input (like in PageForm) ?
Thks
Hi Paul!
FlexForm by default does not have an input field to record coordinates.
If you are a bit familiar with HTML Forms and JavaScript you can simply add e.g. Google maps to a FlexForm and store coordinates.
Here's an example when dealing with a normal HTML Form : https://gist.github.com/ardianta/a302efc7f9360f60206bac021bfbf2b8
If you find that a bit to difficult, then I can add it to the Wish list of FlexForm to add the coordinates input feature.
Hi Sen-Sai,
Thank you ! It's a bit difficult but i think i can deal with it