I have a map of various land lots. Each region will be a lot, and they are numbered 115 to 270.
this is created using this plugin (or similar) https://wpdrawattention.com/demos/the-arrondissements-of-paris/
I want the map to work as follow:
1: A customer can click on the lot they are interested in.
2: This then opens the left panel, with a button to link to a woocomerce product page. (there will be 13 different products) The product page has info about the lot, a form and payment integration.
3: The form, I will add a custom field called lot number. I want this field to dynamically populate from the map. Eg. A customer clicks lot 125, and it links to the product page that is linked to that lot, and on that page, there is a form to get clients details. This form will have the lot number field too, but should populate automatically with #125.
4: The form info is sent to me, and payment is carried out via woocommerce.
I can add custom content in the left area, along with a link, I’m hoping it is this link that will be dynamic, and populate the field.
Is this possible?