• I’m very new to restful api so this may be a really obvious answer, but I’m unable to pass more than 1 value to the 3rd party field from CF7 form submission under mapping.

    I see that there is a “seperator” character, which is a comma. So I try
    your-message, your-name
    under form submission field and it stops the post. I’ve tried changing the character and many other structures with no luck.

    I am also using the x-post add-on with JSON and I am using base64 to authenticate.

    Hope you can help.

    Joe

    https://wordpress.org/plugins/forms-3rdparty-integration/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author zaus

    (@zaus)

    You don’t combine the submission fields, the plugin will do that for you when they’re mapped to the same 3rd party field. Just map both ‘your-name’ and ‘your-message’ to the same name.

    The separator determines how the resulting list is handled, as mentioned in the faq. You might need to try the variations to see which results in the json format you need.

    Thread Starter Joe

    (@joesrocha)

    I thought I had tried that but it works now. Now the problem is that I cannot format with line breaks in JSON…

    I’ve tried variations of ‘\\n’ as the separator with no luck.
    It would be nice to be able to add in field something like
    Name: your-name
    Is that possible?

    This is connecting to a jitbit helpdesk
    https://www.jitbit.com/web-helpdesk/helpdesk-api/#TicketPost

    Thanks

    Plugin Author zaus

    (@zaus)

    You can always try the format type instead, complete control over the output.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Separators not working’ is closed to new replies.