Multi-line field: How to get separated data of fields?

  • jamessanders
    Asked on February 22, 2018 at 12:48 PM

    Hi,

    When using the cards format, and a multiline card is there a way to get a UniqueName for each different field within the multiline card?

    James

  • Kevin Support Team Lead
    Replied on February 22, 2018 at 2:02 PM

    It's possible to achieve that, you will need to get the entire field name following this guide: https://www.jotform.com/help/146-How-to-Find-Field-IDs-and-Names 

    Then you will need to copy the sub field name: 

    Multi line field: How to get separated data of fields?  Image 10

    Use it like " {typeA:field_1}" where "typeA" is the entire field name and "field_1" is the sub field name. 

    I hope this helps.