[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fxOMEI7w_KY42GUWxVVRKPUYKrWJbse3LK4CMOf1lwU0":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"zaus","https:\u002F\u002Fprofiles.wordpress.org\u002Fzaus\u002F",13,5370,87,30,85,"2026-04-04T11:38:19.332Z",[13,38,53,66,78,90,103,119,134,148,163,179,191],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":33,"download_link":34,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"forms-3rdparty-integration","Forms: 3rd-Party Integration","1.8","\u003Cp>Send \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fcontact-form-7\u002F\" title=\"Contact Form 7\" rel=\"ugc\">Contact Form 7\u003C\u002Fa>, \u003Ca href=\"http:\u002F\u002Fwww.gravityforms.com\u002F\" title=\"Gravity Forms\" rel=\"nofollow ugc\">Gravity Forms\u003C\u002Fa>, or \u003Ca href=\"http:\u002F\u002Fninjaforms.com\u002F\" title=\"Ninja Forms\" rel=\"nofollow ugc\">Ninja Forms\u003C\u002Fa> Submissions to a 3rd-party Service, like a CRM.  Multiple configurable services, custom field mapping.  Provides hooks and filters for pre\u002Fpost processing of results.  Allows you to send separate emails, or attach additional results to existing emails.  Comes with a couple examples of hooks for common CRMs (listrak, mailchimp, salesforce).  Check out the FAQ section for add-on plugins that extend this functionality, like sending XML\u002FSOAP posts, setting headers, and dynamic fields.\u003C\u002Fp>\n\u003Cp>The plugin essentially makes a remote request (POST) to a service URL, passing along remapped form submission values.\u003C\u002Fp>\n\u003Cp>Based on idea by Alex Hager “\u003Ca href=\"http:\u002F\u002Fwww.alexhager.at\u002Fhow-to-integrate-salesforce-in-contact-form-7\u002F\" title=\"Original Inspiration\" rel=\"nofollow ugc\">How to Integrate Salesforce in Contact Form 7\u003C\u002Fa>“.\u003C\u002Fp>\n\u003Cp>Original plugin, \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fcontact-form-7-3rd-party-integration\u002F\" title=\"CF7 Integration\" rel=\"ugc\">Contact Form 7: 3rdparty Integration\u003C\u002Fa> developed with the assistance of \u003Ca href=\"http:\u002F\u002Fwww.atlanticbt.com\u002F\" title=\"Atlantic BT: Custom Website and Web-application Services\" rel=\"nofollow ugc\">AtlanticBT\u003C\u002Fa>.  Current plugin sponsored by \u003Ca href=\"http:\u002F\u002Fwww.stephenpkane.com\u002F\" title=\"Website Design and Internet Marketing Services\" rel=\"nofollow ugc\">Stephen P. Kane Consulting\u003C\u002Fa>.  Please submit bugs \u002F support requests to \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-integration\u002Fissues\" title=\"GitHub issue tracker\" rel=\"nofollow ugc\">GitHub issue tracker\u003C\u002Fa> in addition to the WordPress Support Forums because the Forums do not send emails.\u003C\u002Fp>\n\u003Ch3>Hooks\u003C\u002Fh3>\n\u003Cp>\u003Cem>Please note that this documentation is in flux, and may not be accurate for latest rewrite 1.4.0\u003C\u002Fem>\u003C\u002Fp>\n\u003Col>\n\u003Cli>\u003Ccode>add_action('Forms3rdPartyIntegration_service_a#', $response, $param_ref);\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>hook for each service, indicated by the \u003Ccode>#\u003C\u002Fcode> – \u003Cem>this is given in the ‘Hooks’ section of each service\u003C\u002Fem>\u003C\u002Fli>\n\u003Cli>provide a function which takes \u003Ccode>$response, &$results\u003C\u002Fcode> as arguments\u003C\u002Fli>\n\u003Cli>allows you to perform further processing on the service response, and directly alter the processing results, provided as \u003Ccode>array('success'=>false, 'errors'=>false, 'attach'=>'', 'message' => '');\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>\u003Cem>success\u003C\u002Fem> = \u003Ccode>true\u003C\u002Fcode> or \u003Ccode>false\u003C\u002Fcode> – change whether the service request is treated as “correct” or not\u003C\u002Fli>\n\u003Cli>\u003Cem>errors\u003C\u002Fem> = an array of error messages to return to the form\u003C\u002Fli>\n\u003Cli>\u003Cem>attach\u003C\u002Fem> = text to attach to the end of the email body\u003C\u002Fli>\n\u003Cli>\u003Cem>message\u003C\u002Fem> = the message notification shown (from CF7 ajax response) below the form\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>note that the basic “success condition” may be augmented here by post processing\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Ccode>add_action('Forms3rdPartyIntegration_service', $response, $param_ref, $sid);\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>same as previous hook, but not tied to a specific service\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Ccode>add_filter('Forms3rdPartyIntegration_service_filter_post_#, ...\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>hook for each service, indicated by the \u003Ccode>#\u003C\u002Fcode> – \u003Cem>this is given in the ‘Hooks’ section of each service\u003C\u002Fem>\u003C\u002Fli>\n\u003Cli>allows you to programmatically alter the request parameters sent to the service\u003C\u002Fli>\n\u003Cli>should return updated \u003Ccode>$post\u003C\u002Fcode> array\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Ccode>add_filter('Forms3rdPartyIntegration_service_filter_post', 'YOUR_HOOK', 10, 4);\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>in addition to service-specific with suffix \u003Ccode>_a#\u003C\u002Fcode>; accepts params \u003Ccode>$post\u003C\u002Fcode>, \u003Ccode>$service\u003C\u002Fcode>, \u003Ccode>$form\u003C\u002Fcode>, \u003Ccode>$sid\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Ccode>add_filter('Forms3rdPartyIntegration_service_filter_args', 'YOUR_HOOK', 10, 3);\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>alter the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fwp_remote_post#Parameters\" rel=\"nofollow ugc\">args array\u003C\u002Fa> sent to \u003Ccode>wp_remote_post\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>allows you to add headers or override the existing settings (timeout, body)\u003C\u002Fli>\n\u003Cli>if you return an array containing the key \u003Ccode>response_bypass\u003C\u002Fcode>, it will skip the normal POST and instead use that value as the 3rdparty response; note that it must match the format of a regular \u003Ccode>wp_remote_post\u003C\u002Fcode> response.\u003C\u002Fli>\n\u003Cli>Note: if using \u003Ccode>response_bypass\u003C\u002Fcode> you should consider including the original arguments in the callback result for debugging purposes.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>add_action('Forms3rdPartyIntegration_remote_failure', 'mycf7_fail', 10, 5);\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>hook to modify the Form (CF7 or GF) object if service failure of any kind occurs — use like:\u003C\u002Fp>\n\u003Cp>function mycf7_fail(&$cf7, $debug, $service, $post, $response) {\u003Cbr \u002F>\n    $cf7->skip_mail = true; \u002F\u002F stop email from being sent\u003Cbr \u002F>\n    \u002F\u002F hijack message to notify user\u003Cbr \u002F>\n    \u002F\u002F\u002FTODO: how to modify the “mail_sent” variable so the message isn’t green?  on_sent_ok hack?\u003Cbr \u002F>\n    $cf7->messages[‘mail_sent_ok’] = ‘Could not complete mail request:** ‘ . $response[‘safe_message’];\u003Cbr \u002F>\n}\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>needs some way to alter the \u003Ccode>mail_sent\u003C\u002Fcode> return variable in CF7 to better indicate an error – no way currently to access it directly.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Ccode>add_action('Forms3rdPartyIntegration_service_settings', 'YOUR_HOOK', 10, 3)\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>accepts params \u003Ccode>$eid\u003C\u002Fcode>, \u003Ccode>$P\u003C\u002Fcode>, \u003Ccode>$entity\u003C\u002Fcode> corresponding to the index of each service entity and this plugin’s namespace, and the \u003Ccode>$entity\u003C\u002Fcode> settings array\u003C\u002Fli>\n\u003Cli>allows you to add a section to each service admin settings\u003C\u002Fli>\n\u003Cli>name form fields with plugin namespace to automatically save:  \u003Ccode>$P[$eid][YOUR_CUSTOM_FIELD]\u003C\u002Fcode> $rarr; \u003Ccode>Forms3rdPartyIntegration[0][YOUR_CUSTOM_FIELD]\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Ccode>add_action('Forms3rdPartyIntegration_service_metabox', 'YOUR_HOOK', 10, 2)\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>accepts params \u003Ccode>$P\u003C\u002Fcode>, \u003Ccode>$entity\u003C\u002Fcode> corresponding to the index of each service entity and this plugin’s namespace, and the \u003Ccode>$options\u003C\u002Fcode> settings array (representing the full plugin settings)\u003C\u002Fli>\n\u003Cli>allows you to append a metabox (or anything else) to the plugin admin settings page\u003C\u002Fli>\n\u003Cli>name form fields with plugin namespace to automatically save:  \u003Ccode>$P[YOUR_CUSTOM_FIELD]\u003C\u002Fcode> $rarr; \u003Ccode>Forms3rdPartyIntegration[YOUR_CUSTOM_FIELD]\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Ccode>add_filter('Forms3rdPartyIntegration_debug_message', 'YOUR_HOOK', 10, 5);\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>bypass\u002Falternate debug logging\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Ccode>add_filter('Forms3rdPartyIntegration_plugin_hooks', 'YOUR_HOOK', 10, 1);\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>Accepts an array of contact form plugin hooks to attach F3p to, and returns that array.  Modify result to attach to additional plugin hooks, like GF edit.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Ccode>add_filter('Forms3rdPartyIntegration_service_filter_url', 'YOUR_HOOK', 10, 2);\u003C\u002Fcode>\n\u003Cul>\n\u003Cli>hook a function that takes the \u003Ccode>$service_url, $post_args\u003C\u002Fcode> and returns the endpoint \u003Ccode>$url\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>used to modify the submission url based on mappings or other information\u003C\u002Fli>\n\u003Cli>\u003Ccode>$post_args\u003C\u002Fcode> contains the \u003Ccode>body\u003C\u002Fcode> and other \u003Ccode>wp_remote_post\u003C\u002Fcode> details\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Basic examples provided for service hooks directly on plugin Admin page (collapsed box “Examples of callback hooks”).  Code samples for common CRMS included in the \u003Ccode>\u002F3rd-parties\u003C\u002Fcode> plugin folder.\u003C\u002Fp>\n\u003Ch3>Stephen P. Kane Consulting\u003C\u002Fh3>\n\u003Cp>From \u003Ca href=\"http:\u002F\u002Fwww.stephenpkane.com\u002F\" title=\"Wordpress, Online Marketing, Social Media, SEO\" rel=\"nofollow ugc\">the website\u003C\u002Fa> and \u003Ca href=\"http:\u002F\u002Fhandpickedtomatoes.com\u002F\" title=\"Website Design & Internet Marketing Services\" rel=\"nofollow ugc\">Handpicked Tomatoes\u003C\u002Fa>:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Transparent and Holistic Approach\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>Transparency is good. It’s amazing how many web design sites hide who they are. There are lots of reasons, none of which are good for the customer. We don’t do that. I’m Stephen Kane, principal web craftsman at HandpickedTomatoes, and I’m an Orange County based freelancer who occasionally works with other local freelancers and agencies to deliver quality web solutions at very affordable prices.\u003Cbr \u002F>\n  We work to earn the right to be a trusted partner. One that you can turn to for professional help in strategizing, developing, executing, and maintaining your Internet presence.\u003Cbr \u002F>\n  We take a holistic view. Even if a project is small, our work should integrate into the big picture. We craft web architecture and designs that become winning websites that are easy to use and to share. We custom build social network footprints on sites like linkedin, facebook, twitter, youtube, flickr, yelp!, and google places and integrate them into your website to leverage social marketing. We help you set up and execute email campaigns, with search engine marketing, with photography, with site copy and content and anything else that you need in order to have a successful Internet presence.\u003Cbr \u002F>\n  Through this holistic approach, we work with clients to grow their sales, improve their brand recognition, and manage their online reputation.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n","Send contact form submissions from other plugins to multiple external services e.g. CRM.  Configurable, custom field mapping, pre\u002Fpost processing.",5000,121957,98,31,"2019-09-09T09:34:00.000Z","5.2.24","3.0","",[28,29,30,31,32],"cf7","contact-form","contact-form-7","form","gravity-forms","https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-integration","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforms-3rdparty-integration.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":39,"name":40,"version":41,"author":4,"author_profile":5,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":46,"num_ratings":47,"last_updated":48,"tested_up_to":49,"requires_at_least":25,"requires_php":26,"tags":50,"homepage":51,"download_link":52,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"forms-3rd-party-xpost","Forms: 3rd-Party Xml Post","1.4.3","\u003Cp>Converts external submission from \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforms-3rdparty-integration\u002F\" rel=\"ugc\">Forms: 3rdparty Integration\u003C\u002Fa> plugin to an XML or JSON post; optionally can add custom headers (to allow SOAP submissions) or transform\u002Fcombine separate fields into nested values.\u003C\u002Fp>\n\u003Cp>This plugin can turn the 3rdparty mappings into XML elements, so that each form post will be the value (or attribute) of an XML element.\u003C\u002Fp>\n","Converts submission from Forms 3rdparty Integration to xml\u002Fjson, add headers, or nest fields.",200,8022,100,2,"2018-07-17T04:03:00.000Z","4.9.29",[28,29,30,31,32],"https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-xpost","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforms-3rd-party-xpost.zip",{"slug":54,"name":55,"version":56,"author":4,"author_profile":5,"description":57,"short_description":58,"active_installs":59,"downloaded":60,"rating":46,"num_ratings":61,"last_updated":62,"tested_up_to":63,"requires_at_least":25,"requires_php":26,"tags":64,"homepage":33,"download_link":65,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"forms-3rdparty-dynamic-fields","Forms: 3rd-Party Dynamic Fields","0.7.3","\u003Cp>Using pre-configured placeholders like \u003Ccode>##UID##\u003C\u002Fcode>, \u003Ccode>##REFERER##\u003C\u002Fcode>, or \u003Ccode>##SITEURL##\u003C\u002Fcode>, add dynamic fields to the normally map-only or static-only \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforms-3rdparty-integration\u002F\" rel=\"ugc\">Forms: 3rdparty Integration\u003C\u002Fa> plugin.\u003C\u002Fp>\n","Using pre-configured placeholders like ##UID##, ##REFERER##, or ##SITEURL##, add dynamic fields to the normally map-only or static-only Forms: 3rdpart &hellip;",50,4000,1,"2017-05-05T09:38:00.000Z","4.5.33",[28,29,30,31,32],"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforms-3rdparty-dynamic-fields.zip",{"slug":67,"name":68,"version":69,"author":4,"author_profile":5,"description":70,"short_description":71,"active_installs":9,"downloaded":72,"rating":35,"num_ratings":35,"last_updated":73,"tested_up_to":74,"requires_at_least":25,"requires_php":26,"tags":75,"homepage":76,"download_link":77,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"forms-3rdparty-migrate","Forms: 3rd-Party Migration","0.3.3","\u003Cp>To upgrade deprecated WordPress Plugin \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcontact-form-7-3rd-party-integration\u002F\" rel=\"ugc\">CF7-3rdparty Integration\u003C\u002Fa> to the new version \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforms-3rdparty-integration\u002F\" rel=\"ugc\">Forms 3rdparty Integration\u003C\u002Fa>, or migrate settings of either plugin between sites.\u003C\u002Fp>\n\u003Cp>From discussion at https:\u002F\u002Fwordpress.org\u002Fsupport\u002Ftopic\u002Fhow-to-upgrade-from-old-version-to-this-one?replies=1 and more recent request https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-integration\u002Fissues\u002F17.\u003C\u002Fp>\n\u003Cp>Your mileage may vary…\u003C\u002Fp>\n\u003Col>\n\u003Cli>You should have both plugins enabled with at least one service configured and saved.  This is so you have both complete sets of options available for comparison, because you may have to add some extra properties beyond just copy\u002Fpaste.\u003C\u002Fli>\n\u003Cli>Open the “Forms 3rdparty Integration” admin page in two tabs — refresh one tab after performing the following steps, and use the other to ‘resave’ your original settings in case something goes wrong.\u003C\u002Fli>\n\u003Cli>Upload this to your plugins folder (i.e. install)\u003C\u002Fli>\n\u003Cli>Go to the Tools admin page, underneath it will be “Forms 3rdparty Migrate”\u003C\u002Fli>\n\u003Cli>Choose the “mode”, which corresponds to the currently selected plugin you want to work with.  When reviewing, will show that plugin’s settings.  When updating, will set that plugin’s settings.\u003C\u002Fli>\n\u003Cli>Choose ‘Review’ to see the currently selected plugin settings serialized to JSON, and copy them to export.  If you are on > PHP 5.4, you’ll get prettified output, otherwise…sorry.\u003C\u002Fli>\n\u003Cli>Choose ‘Raw Review’ to see the currently selected plugin settings in a ‘nicely formatted’ array.\u003C\u002Fli>\n\u003Cli>Choose ‘Test’ to see what your pasted JSON would like as a nicely formatted array (i.e. like ‘Raw Review’)\u003C\u002Fli>\n\u003Cli>Choose ‘Update’ to set the currently selected plugin from the values in the textarea.  Submitted values should be JSON.\u003C\u002Fli>\n\u003Cli>Select the ‘Convert’ option if you are migrating between CF7-3rdparty and Forms-3rdparty plugins — this will perform minor variable renaming for you.\u003C\u002Fli>\n\u003Cli>Select the ‘Merge’ option to combine settings with existing.  Unselect to overwrite.\u003C\u002Fli>\n\u003Cli>If “upgrading” from CF7 to Forms, make sure to add any additional properties present in the ‘new’ format (such as labels) are added, otherwise you might get some PHP warnings when you go back to the Forms-3rdparty admin page.  This part might not be necessary if you don’t have PHP warnings turned on.\u003C\u002Fli>\n\u003Cli>Check the integration plugin admin page to make sure your settings are all there.\u003C\u002Fli>\n\u003Cli>Try the new services.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cem>NOTE\u003C\u002Fem> Because all of the services are serialized to a single field, there is a limit to how many services you can configure at once.\u003C\u002Fp>\n","To upgrade deprecated Wordpress Plugin CF7-3rdparty Integration to the new version Forms 3rdparty Integration, or migrate settings of either plugin be &hellip;",2057,"2016-09-29T13:31:00.000Z","3.9.40",[28,29,30,31,32],"https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-migrate","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforms-3rdparty-migrate.zip",{"slug":79,"name":80,"version":81,"author":4,"author_profile":5,"description":82,"short_description":83,"active_installs":84,"downloaded":85,"rating":35,"num_ratings":35,"last_updated":86,"tested_up_to":49,"requires_at_least":25,"requires_php":26,"tags":87,"homepage":88,"download_link":89,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"forms-3rdparty-files","Forms: 3rd-Party File Attachments","0.5.2","\u003Cp>Exposes file upload\u002Fattachments to the regular service mapping of \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforms-3rdparty-integration\u002F\" rel=\"ugc\">Forms 3rdparty Integration\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>From discussion at https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-integration\u002Fissues\u002F40.\u003C\u002Fp>\n","Add file upload processing to Forms 3rdparty Integration.",20,2932,"2018-10-10T04:01:00.000Z",[28,29,30,31,32],"https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-files","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforms-3rdparty-files.zip",{"slug":91,"name":92,"version":93,"author":4,"author_profile":5,"description":94,"short_description":95,"active_installs":84,"downloaded":96,"rating":35,"num_ratings":35,"last_updated":97,"tested_up_to":49,"requires_at_least":25,"requires_php":26,"tags":98,"homepage":101,"download_link":102,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"gf-dynamic-fields","Gravity Forms Dynamic Fields","0.3","\u003Cp>Insert cookie, session, page, or other kinds of values dynamically into Gravity Forms fields.\u003C\u002Fp>\n\u003Cp>Similar to how \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforms-3rdparty-dynamic-fields\u002F\" rel=\"ugc\">Forms: 3rdparty Dynamic Fields\u003C\u002Fa> can insert dynamic values into the 3rdparty submission.\u003C\u002Fp>\n","Dynamically fill fields with session, cookie, or other values, based on 'Forms: 3rdparty Dynamic Fields'.",1441,"2018-09-13T13:00:00.000Z",[29,31,32,99,100],"gravityforms","session","https:\u002F\u002Fgithub.com\u002Fzaus\u002Fgf-dynamic-fields","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgf-dynamic-fields.zip",{"slug":104,"name":105,"version":106,"author":4,"author_profile":5,"description":107,"short_description":108,"active_installs":109,"downloaded":110,"rating":35,"num_ratings":35,"last_updated":26,"tested_up_to":63,"requires_at_least":25,"requires_php":26,"tags":111,"homepage":116,"download_link":117,"security_score":46,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":118},"cookielander","Cookielander","0.7","\u003Cp>Allows you to specify which querystring, post, header, or cookie parameters to save to temporary storage (session, another cookie, header) for use elsewhere in the site.  Great for capturing referral variables (GET querystring parameters, headers) and reusing them in contact forms, CRMs, etc.\u003C\u002Fp>\n","Save referral variables to temporary storage (cookies)",10,2121,[29,112,113,114,115],"cookies","landing-page","landing-referrer","ppc","https:\u002F\u002Fgithub.com\u002Fzaus\u002Fcookielander","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcookielander.zip","2026-03-15T10:48:56.248Z",{"slug":120,"name":121,"version":106,"author":4,"author_profile":5,"description":26,"short_description":122,"active_installs":109,"downloaded":123,"rating":46,"num_ratings":61,"last_updated":124,"tested_up_to":125,"requires_at_least":25,"requires_php":26,"tags":126,"homepage":132,"download_link":133,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"countdown-timer-abt","Countdown Timer","Simple countdown timer shortcode. Specify date\u002Ftime, will show YMD... until target.",8139,"2012-02-22T13:59:00.000Z","3.3.2",[127,128,129,130,131],"countdown","countdown-timer","shortcode","timer","widgets","http:\u002F\u002Fwww.atlanticbt.com\u002Fblog\u002Fcountdown-timer-in-wordpress\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcountdown-timer-abt.zip",{"slug":135,"name":136,"version":137,"author":4,"author_profile":5,"description":138,"short_description":139,"active_installs":109,"downloaded":140,"rating":35,"num_ratings":35,"last_updated":141,"tested_up_to":142,"requires_at_least":25,"requires_php":26,"tags":143,"homepage":146,"download_link":147,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"forms-3rdparty-gravity-forms","Forms: 3rd-Party Resend Gravity Forms","0.1.2","\u003Cp>Allows you to resend a \u003Ca href=\"http:\u002F\u002Fwww.gravityforms.com\u002F\" rel=\"nofollow ugc\">Gravity Forms\u003C\u002Fa> saved entry to its 3rdparty service endpoint with \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforms-3rdparty-integration\u002F\" rel=\"ugc\">Forms 3rdparty Integration\u003C\u002Fa>.\u003C\u002Fp>\n","Resend Gravity Forms submissions to 3rdparty service when updating entries.",1489,"2017-10-29T19:50:00.000Z","4.7.32",[29,144,31,145,32],"crm","gf","https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-gf-resend","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforms-3rdparty-gravity-forms.zip",{"slug":149,"name":150,"version":151,"author":4,"author_profile":5,"description":152,"short_description":153,"active_installs":109,"downloaded":154,"rating":35,"num_ratings":35,"last_updated":155,"tested_up_to":63,"requires_at_least":25,"requires_php":26,"tags":156,"homepage":161,"download_link":162,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"forms-3rdparty-phone-numbers","Forms: 3rdparty Phone Numbers","0.4.3","\u003Cp>An add-on to \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforms-3rdparty-integration\u002F\" rel=\"ugc\">‘Forms: 3rdparty Integration’\u003C\u002Fa>, it parses phone number fields from Contact Form submissions and exposes them to additional mapping.\u003C\u002Fp>\n\u003Cp>Uses the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fgiggsey\u002Flibphonenumber-for-php\" rel=\"nofollow ugc\">PHP Port of Google’s libphonenumber\u003C\u002Fa>, which may be included via Composer instead — see \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fzaus\u002Ff3i-phonenumber\" rel=\"nofollow ugc\">GitHub version\u003C\u002Fa> instead.\u003C\u002Fp>\n","An add-on to 'Forms: 3rdparty Integration', it parses phone number fields from Contact Form submissions and exposes them to additional mappi &hellip;",1551,"2016-09-29T17:19:00.000Z",[157,158,29,159,160],"3rdparty-services","api","parsing","phone-number","https:\u002F\u002Fgithub.com\u002Fzaus\u002Ff3i-phonenumber","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforms-3rdparty-phone-numbers.zip",{"slug":164,"name":165,"version":166,"author":4,"author_profile":5,"description":167,"short_description":168,"active_installs":109,"downloaded":169,"rating":170,"num_ratings":47,"last_updated":26,"tested_up_to":171,"requires_at_least":25,"requires_php":26,"tags":172,"homepage":177,"download_link":178,"security_score":46,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":118},"stop-cf7-multiclick","Stop CF7 Multiclick","0.4.1","\u003Cp>Prevent multiple Contact Form 7 submissions due to repeated clicks and itchy trigger fingers.\u003C\u002Fp>\n\u003Ch4>Why\u003C\u002Fh4>\n\u003Cp>Because users are sometimes impatient, and due to styling issues it’s not always apparent that Contact Form 7 is in the process of submitting via ajax.\u003C\u002Fp>\n\u003Ch3>About zaus\u003C\u002Fh3>\n\u003Cp>As seen on \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fzaus\u002F\" title=\"Zaus WordPress Profile\" rel=\"nofollow ugc\">WordPress Profile: Zaus\u003C\u002Fa> and author homepage \u003Ca href=\"http:\u002F\u002Fdrzaus.com\u002Fabout\" title=\"About: Drzaus.com\" rel=\"nofollow ugc\">drzaus.com\u003C\u002Fa>.\u003C\u002Fp>\n","Prevent multiple Contact Form 7 submissions due to repeated clicks and itchy trigger fingers.",2873,60,"3.2.1",[30,173,174,175,176],"multisubmit","onsubmit","prevent-multiple-submissions","prevent-multiple-submit","http:\u002F\u002Fdrzaus.com\u002Fplugin-2\u002Fwordpress-plugin-stop-cf7-multiclick","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fstop-cf7-multiclick.zip",{"slug":180,"name":181,"version":93,"author":4,"author_profile":5,"description":182,"short_description":183,"active_installs":35,"downloaded":184,"rating":35,"num_ratings":35,"last_updated":185,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":186,"homepage":189,"download_link":190,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"forms-3rd-party-inject-results","Forms: 3rd-Party Inject Results","\u003Cp>Allows you to include results from a \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforms-3rdparty-integration\u002F\" rel=\"ugc\">Forms 3rdparty Integration\u003C\u002Fa> submission by flattening the response and inserting it within the original contact form submission.\u003C\u002Fp>\n","Injects the response from a Forms: 3rdparty submission into the original contact form.",1262,"2019-09-06T09:50:00.000Z",[187,29,144,31,188],"3rd-party-service","mapping","https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-inject-results","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforms-3rd-party-inject-results.zip",{"slug":192,"name":193,"version":194,"author":4,"author_profile":5,"description":195,"short_description":196,"active_installs":35,"downloaded":197,"rating":35,"num_ratings":35,"last_updated":198,"tested_up_to":199,"requires_at_least":25,"requires_php":26,"tags":200,"homepage":201,"download_link":202,"security_score":10,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"forms-3rdparty-submission-reformat","Forms: 3rd-Party Submission Reformat","0.2.2","\u003Cp>Allows you to customize the formatting of specific submission fields before mapping to a 3rdparty service endpoint with \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforms-3rdparty-integration\u002F\" rel=\"ugc\">Forms 3rdparty Integration\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>For example, can be used to reformat a Gravity Form or Contact Form 7 ‘date’ field, or uppercasing a name field, before sending it to a CRM.\u003C\u002Fp>\n","Customize specific Forms-3rdparty submission fields' format.",1239,"2018-06-11T10:19:00.000Z","4.3.34",[28,29,30,31,32],"https:\u002F\u002Fgithub.com\u002Fzaus\u002Fforms-3rdparty-submission-format","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fforms-3rdparty-submission-reformat.zip"]