Reading view

Token formatting for “webform_pardot” mapping - how do you submit a select multi value field?

I’m stuck on this.

I have a web form with a select list.

We have to push the data to pardot.

How do I use token to get the selected values and push them in to a pardot pick list. ?

The pardot mapping looks like this.

email|email first_name|first-name last_name|last-name account_name|company title|title phone_work|phone primary_address_city|city primary_address_country|country [webform_submission:values:solution_checkboxes:value]|interest fq_other_comment_c|comment fq_hidden_url_c|conversion-url

The webform token I have there, is where I'm stuck.

My form has a number of select items in this field, as a multi value checkbox select.

Do I need to map specific checkboxe as individual lines? Do I need to know the exact option values on the pardot side? (where my mapping needs to be like "interest.key" ?

I found this patch - but I don't know if I need it? https://www.drupal.org/project/webform_pardot/issues/3215050#comment-14109894

All of the other fields, as plain text, submit just fine... so I know we're getting data across the submit. Its just this field that is giving me problems.

Thanks!

submitted by /u/alphex
[link] [comments]
  •  

Webform "post handlers" token values not being submitted...

I'm using the `webform_pardot` module which gives you a HTTP POST handler in webform.

The mapping field configuration is set up this way...

email|email
first_name|first-name
last_name|last-name
account_name|company
title|title
phone_work|phone
primary_address_city|city
primary_address_country|country
[webform_submission:values:solution_checkboxes:format:comma]|interest
fq_other_comment_c|comment
fq_hidden_url_c|conversion-url

Which, works... except for the token value you see on the 3rd from bottom line.

---

which, when you submit ... puts that literal string of text, in to the field on pardot...

---

Is my token syntax wrong?

or, is there something else that I need to get the submission post handler to take a token derived value?

Thanks!

-- Update

Of course this is a client issue - they told me the wrong field to submit to... But there's a follow up question I'll post as a new thread.

submitted by /u/alphex
[link] [comments]
  •  
❌