Capturing successful Pardot form submit - not errors | Community
Skip to main content
Level 2
March 29, 2021
Solved

Capturing successful Pardot form submit - not errors

  • March 29, 2021
  • 1 reply
  • 1708 views

We use Pardot forms and landing pages and have the forms correctly tagged to utilize Adobe Launch. We have a rule using Core - Submit which triggers and sets evars and events. The problem is it triggers every time someone submits even if they do not fill in all the required fields and they receive an error after clicking submit. Important to note there is no thank you page, all single page app, same url after submit.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

In your Rule, are you able to add a Condition that checks for something that indicates a successful submission? E.g. a hidden <input> value.

1 reply

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
March 30, 2021

In your Rule, are you able to add a Condition that checks for something that indicates a successful submission? E.g. a hidden <input> value.

e30powarAuthor
Level 2
March 30, 2021
I'm not sure how I would use an input value. Can you help me understand? I see this one for instance "<input type="hidden" name="hiddenDependentFields" id="hiddenDependentFields" value="">" How would I use that as a condition?