Questions tagged [pardot]

B2B Marketing Automation by Salesforce

110 questions
0
votes
1 answer

Pardot and Salesforce Standard Field Integration challenge

To integrate our Pardot Prospect country field with our Salesforce Contact/Lead country fields in Salesforce, we select the default text CRM field name: MailingCountry. I have since discovered our MailingCountry field uses a picklist where the…
TENIDEXX
  • 1
  • 1
0
votes
3 answers

Is there any way to export data from pardot using python?

Currently its a manual process as mentioned below in the link: https://help.salesforce.com/articleView?id=pardot_export_prospects.htm&type=5 Can we use python to fetch data instead of doing manual work? Please share an example of the code
0
votes
1 answer

Wordpress Contact Form -7 and Pardot integration

I am new to WordPress. I am working on integrating WordPress form data to Pardot. I have a Contact Form 7 (CF-7) on my website which is mapped to submit the data to Pardot. I followed this link to integrate the CF-7 form with the Salesforce Pardot.…
shashank
  • 327
  • 1
  • 4
  • 17
0
votes
1 answer

Best way to record a prospects product interest through a hidden field when they submit a Pardot form

I would like to know the best method when it comes to recording a prospects product interest when they submit a pardot form. I do not want this to be visible to the user and I want to be sure this field won’t overwrite itself if the same prospect…
0
votes
1 answer

how to make Jq script on Pardot shorten and more efficient

I wrote this code to make a dropdown menu set a class value on selection in order to know what I selected to make it red when a selection is required. The thing is that it is Pardot and I can't change the HTML. this is what I have a (the class was…
Ziv Feldman
  • 321
  • 2
  • 13
0
votes
1 answer

How to Access span element and change it's value

I am trying to create a python + selenium script in order to fetch CSV from a salesforce pardot page. Can Somebody please help me in accessing the nested span element inside the dropdown list which will be generated on button click. I am adding my…
Vipul_Garg
  • 43
  • 1
  • 8
0
votes
1 answer

Pardot dynamic From address

I need to move emails that are being sent through Apex over to Pardot. Currently the emails are being sent from Apex because they want to dynamically set a From address. They do this by accessing the Org-Wide Email Address: for instance, they have a…
n0saJ
  • 1
0
votes
1 answer

How to post JSON data to Pardot API via Httpclient

I am trying to post the JSON data to Pardot. I have used the info from here to call the Pardot API and currently using Pardot form handler to post the data. I want to know if i could the data via Pardot API call by using CREATE or UPSERT instead of…
0
votes
2 answers

Wordpress - How can I stop a Pardot form on a WPBakery-built page from adding scroll bars on certain browser sizes?

So I built this Wordpress page using WPBakery page builder and added a Pardot form to it. On certain browser sizes the form - which looks like it is an iframe element - is larger than the container it's in, so it adds scrollbars to compensate. Is…
0
votes
1 answer

Comparing data in Salesforce and Pardot

Is there anyway to do a one to one comparison between Pardot and Salesforce. I am aware that these two are synced, but I do not find the connected data very reliable. I am more interested in writing in a code in python by using Salesforce and Pardot…
0
votes
1 answer

Cannot get images to stack in mobile view

I have three images in the content section that form one large image that were sliced for email (smart_img1, smart_img2, smart_img3. In mobile view, I need the center slice to appear first because it is the main heading/icon for the email itself. I…
0
votes
1 answer

HTML Table Formatting Aligning Image in Column 1 With Text in Column 2

I am working on updating a table in a Pardot email template. I am trying to align an image in column 1 with the first line of text in column 2. Meaning, for this master template, when users go in the first line text will remain in alignment with the…
0
votes
0 answers

Own classes in pardot css layout

I have some problems with the Pardot layout css. I trying to customize a form and I need to add classes to design the different fields. There was no problem to create new classes, the code looks like this: form.form .ownclass{ …
Tob
  • 1
  • 1
0
votes
1 answer

Pardot : How to get set of prospects based on custom field from Pardot API?

We have 200 prospects in Pardot account and trying to use Pardot API to fetch the prospects on custom fields.  Tried below API query to get records from…
0
votes
0 answers

Track Pardot Form submissions through Google Tag Manager

I have some Pardot forms embedded on my website and I want to setup the submissions to be tracked in Google Tag Manager. The form submissions redirects the user to an external page outside of the main domain which I don't have access to install…
Phillip
  • 35
  • 5