Hi there!
I would like to populate the post type locations into GEO my WP custom table in database. With GEO my WP by default it is only possible to assign location to a post using GMW Location section in the back-end. However, I would like to save post's location into GEO my WP database table when creating posts/products from the front-end form.
This is my form:
<input type="text" name="l" id="" value="" />
So after submiting the post in the frontend, the product location will be created/updated.
This post will help you to understand what I'm trying to do.
http://docs.geomywp.com/gmw_pt_update_location/
The first screen shot is the backend product page location section I want to populate when users fulfill the form in the front end, the second one is my frontend form.
Thank you.
Marc