Can you program this type of custom form? See attached.

  • Buddbay
    Asked on December 15, 2017 at 3:26 PM
  • Jed_C
    Replied on December 15, 2017 at 4:26 PM

    I haven't found any widget that does the same clickable function on the map image. The form on the website uses the area tag and added a coordinates to target specific area on the map image and uses a custom script JS to run some conditions.

    What is possible in Jotform is you can create the form via Jotform and download your form source and modify its code using the following requirement:

    1. html tag used - area and coord tag.

    2. Use the JS script to run some condition base on where the user clicks on the image area.

    3. Get the coordinates of the image. There are lots of tools online that you can utilize. One site that I've tried was https://www.image-map.net/. Once you have the coordinates of the image, you can grab the code and inject it into your form's source.

    You can locate their sample JS script here https://jacket.lettermansclub.com/js/common.js so you can have an idea. 

    Please let me know if you have any questions.