How to include fields like Signature in Import App?

  • CART_data
    Asked on June 14, 2016 at 4:25 AM
    I don't know how to include fields like Signature because althought they are visible in the form they don't have a tag name in properties
  • Elton Support Team Lead
    Replied on June 14, 2016 at 4:51 AM

    You can include it manually. If the signature field is not included in the excel format on the import app, you can manually add it.

    Example:

    How to include fields like Signature in Import App? Image 1 Screenshot 20

    When I look at your form, your signature field ID number is 18 so you must use 18_Signature as shown in the example above. Make sure to follow the signature image URLs format. They should begin with uploads/, remove the https://www.jotform.com/ otherwise it will be duplicated.

    If you need further assistance, let us know.

  • CART_data
    Replied on June 15, 2016 at 12:17 AM

    Thanks! It seems to be working fine :) How do you know that the field ID number is 18? I don't see it in the properties

  • Chriistian Jotform Support
    Replied on June 15, 2016 at 2:43 AM

    To get the id of the signature field, visit your form and follow the steps below:

    1. Right click on the signature field and select Inspect Element

    2. Then find the line of code for the signature field

    3. In this instance you will see that the id for the signature field is id_18. We will only need the value so you can use 18_Signature for the field label of the excel file.

    How to include fields like Signature in Import App? Image 1 Screenshot 20

    If you need further assistance, please let us know.