How to change webhook data field name prefix format

  • MOHAMMED_SHAIKH
    Asked on April 19, 2023 at 10:42 PM

    Hello Jotform,

    I am tryting to use webhook and read the submission data, but the submission data format is really messy like field names start with q and number like q57_name57 just for a name field is there any way to work around this?

    Example

    data {

     slug: 'submit/223128208414448',

      q372_companyName372: 'TESTFARUK',

      q589_phoneNumber: { area: '705', phone: '5005050' },

     q375_sellerAgent: { first: 'Far', last: 'Far' },

    q597_mobileNumber: { area: '705', phone: '5005050' },

  • Richie JotForm Support
    Replied on April 20, 2023 at 5:24 AM

    Hello SHAIKH,

    Thanks for reaching out to Jotform Support. It is not possible to change the unique name of the fields. The prefix on fields is necessary for the uniqueness of each field added. You can check the Post method without using the name field prefix in HTTP post data. You can check this guide for more information.

    Let us know if there is anything else we can help you with