Open form to specific Product - like anchor tag

  • fraanco3
    Asked on February 21, 2017 at 9:08 PM
    form open and scroll down to a specific product on my form, like an "anchor" tag would.  Unfortunately, each product item in the paypal integration widget does not have an encapsulating and unique tag "ID" that I can use to target my link.  See the example below: 

    https://form.jotform.com/9999999999#targetProducID

    The closest unique ID that I can see is the product name, but unfortunately when the form opens and goes to the anchor ID, you can only see part of the product beginning with the product name.

  • Charlie
    Replied on February 22, 2017 at 2:03 AM

    Unfortunately, you cannot directly add IDs on the product elements using the form builder. 

    You could, however, do this if you get your form's full source, here's how: https://www.jotform.com/help/104-How-to-get-the-Full-Source-Code-of-your-Form. From there, you can simply add IDs on the product items. 

    Another possible solution is to use the "Text" field, add HTML elements and IDs there, but the problem is that how you will position it directly on each product item.