gocoderz
Forum Replies Created
-
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Form being submitted multiple timesThanks @besky!
Will use your way in the future/
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Form being submitted multiple timesThanks @besky. Can you please explain the advantage of your approach?
Thanks!
Will there be a similar option to exclude some blog categories from triggering an email notifications to subscribers via the jetpack subscribe to blog widget?
Thanks
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Form being submitted multiple timesI found a solution but it does not utilize this plugin.
In Additional Setting of your form add
on_sent_ok: “location = ‘location of your pardot form handler’ + $(‘form.wpcf7-form’).serialize();”This will pass your field values in the query string to pardot. Then pardot will redirect to success page and drop the query string.
Here are some more resources
http://contactform7.com/additional-settings/Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Form being submitted multiple timesI am also having the same issue
*** Response ***
WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => Too many redirects
))
[error_data] => Array
(
))