Skip to main content

Hi all,

 

I'm not totally sure whether this is possible or whether I need to look for a third party provider, but here goes.

 

I'm looking to create a Pardot form for our website where visitors can submit information to us for our Salesforce users to query. The data flow will be Website > Pardot > Salesforce > Report.

 

The form will require the ability for the visitor to submit multiple instances of the same information e.g. we offer them the fields 'Number of boxes', 'Shipping location', 'Price per box' and 'Category'. The visitor needs to be able to submit, via the form, that in one instance they have 6 boxes going to Chicago at $5 per box in the Consumer Goods category, but also being able to say they have 10 boxes going to London for £16 per box in the FMLG category. This information, based on the same fields being submitted multiple times, would then need to be surfaced in Salesforce for our team to consider.

 

I've thought of having a Text Area field and asking for specific info to be included but we will likely get a lot of spam and a lot of incomplete data. Any suggestions?

 

Many thanks,

Oli

 

@* MC Account Engagement (fka Pardot) * 

4 answers
  1. Nov 16, 2022, 8:54 PM

    In your form, create a number field where visitor indicate how many items he wants yo send (or how many different locations), and on update, display the related number of fields (nb boxes, price, destination...), and then concatenate their values (with js/jquery) into one hidden field that will be sync with salesforce.

0/9000