zaus
@zaus on WordPress.org
- Member Since: April 4th, 2011
- Location: Raleigh, NC
- Website: drzaus.com
- Job Title: Developer
Contribution History
zaus’s badges:- Plugin Developer
-
Posted a reply to cURL error 60, on the site WordPress.org Forums:
As far as I can tell from some internet research, it's either that the destination…9 months ago
-
Posted a reply to Spam triggering 3rd Party even though Askimet rejects, on the site WordPress.org Forums:
My plugin hooks to gform_pre_submission_filter with the default priority. Assuming Akismet etc are using the…1 year ago
-
Posted a reply to Service drop down bars not opening to edit, on the site WordPress.org Forums:
To diagnose the problem, open your browser Dev Tools (usually F12, or right-click anywhere and…1 year ago
-
Posted a reply to Error in third party service integration, on the site WordPress.org Forums:
The limit has to do with the database field size (unfortunately the plug-in is serializing…1 year ago
-
Committed [2153375] to Plugins Trac:
v1.8 ninja forms mostly works again (conflict with 'File Attachment' ...1 year ago
-
Posted a reply to separator not beeing setup therfore cant sent multiple values, on the site WordPress.org Forums:
... Sorry, got cut off. What value are you trying to use as the delimiter?1 year ago
-
Posted a reply to separator not beeing setup therfore cant sent multiple values, on the site WordPress.org Forums:
I'm not sure what the problem is -- do you mean the multi-value delimiter? That's…1 year ago
-
Committed [2152238] to Plugins Trac:
fix: response is flattened, fixing inconsistent delimiters; removing ...1 year ago
-
Posted a reply to cannot add new services and fields in existing service, on the site WordPress.org Forums:
Yes, sorry, it's a known "bug" due to how the plugin saves the configuration (to…1 year ago
-
Posted a reply to Gravity forms Name fields not being sent, on the site WordPress.org Forums:
Check the section of the debug email with the actual form inputs, as GF probably…2 years ago
-
Posted a reply to Redirect to Submission URL after Posting Data?, on the site WordPress.org Forums:
Your best option is to follow the hook to change the confirmation message and use…2 years ago
-
Posted a reply to Error sending to Pardot, on the site WordPress.org Forums:
Sorry, there's like a million requests for help with this issue on the forum, and…2 years ago
-
Posted a reply to GF Multiple Fields to Same 3rd-party Field, on the site WordPress.org Forums:
It might depend on how you've set up GF? I thought there was a way…2 years ago
-
Posted a reply to Contact Form 7 integration unstable, on the site WordPress.org Forums:
You'll want my hook ...service_filter_args to return ['response_bypass'] https://github.com/zaus/forms-3rdparty-integration/blob/master/forms-3rdparty-integration.php#L6082 years ago
-
Posted a reply to Contact Form 7 integration unstable, on the site WordPress.org Forums:
As far as I've ever been able to figure out it's a pardot thing, or…2 years ago
-
Posted a reply to form or custom field input to generate 3rd-party shortcode, on the site WordPress.org Forums:
You might also be able to use an initial GF form to redirect to another…2 years ago
-
Posted a reply to form or custom field input to generate 3rd-party shortcode, on the site WordPress.org Forums:
Might be similar to this question, in that you want to modify the form based…2 years ago
-
Posted a reply to Skip email based on response message., on the site WordPress.org Forums:
Use hook ...remote_success to modify/use the $form variable dependent on the original plugin (i.e. CF7…2 years ago
-
Posted a reply to AMP form integration, on the site WordPress.org Forums:
Any update from them? I haven't had a chance to look at their plugin, but…2 years ago
-
Posted a reply to AMP form integration, on the site WordPress.org Forums:
That seems weird to me, because my plugin hooks to a 'basic' filter in CF7…2 years ago
-
Posted a reply to Error creating new integration, on the site WordPress.org Forums:
Yes unfortunately because everything is serialized into a wp_options field there is a length limit…2 years ago
-
Committed [1954304] to Plugins Trac:
v0.5.2 special GF attach by label instead; refactored interval keys * ...2 years ago
-
Committed [1954303] to Plugins Trac:
v0.5.2 special GF attach by label instead; refactored interval keys * ...2 years ago
-
Posted a reply to Multiple Services for 1 Form, on the site WordPress.org Forums:
You can write a hook as outlined in the FAQ: https://wordpress.org/plugins/forms-3rdparty-integration/#how%20do%20i%20conditionally%20submit%3F%20(if%20field%20%3D%3D%20%E2%80%A6)2 years ago
-
Posted a reply to Debug stopped showing the XML, on the site WordPress.org Forums:
Formatting emails is the worst. Glad I could help you.2 years ago
-
Posted a reply to Debug stopped showing the XML, on the site WordPress.org Forums:
I haven't released a change yet that would affect this... v1.7.9 on GitHub does have…2 years ago
-
Committed [1940711] to Plugins Trac:
screenshot extensions must be lowercase?2 years ago
-
Committed [1940705] to Plugins Trac:
v0.3 with more functions: param, page_url_domain, network url, time & ...2 years ago
-
Committed [1940701] to Plugins Trac:
v0.3 with more functions: param, page_url_domain, network url, time & ...2 years ago
-
Committed [1938079] to Plugins Trac:
Merged revision(s) 1938078 from gf-dynamic-fields/trunk: tested ...2 years ago
-
Committed [1938078] to Plugins Trac:
tested version bumps2 years ago
-
Committed [1938075] to Plugins Trac:
initial plugin + url without domain2 years ago
-
Posted a reply to CF7 & Pardot – Multiple Notifications, on the site WordPress.org Forums:
Are the notifications you're taking about from my plugin or CF7? What does the debug…3 years ago
-
Posted a reply to How to send attached files, on the site WordPress.org Forums:
I vaguely remember that plugin, but I didn't write it. Try the one I did…3 years ago
-
Posted a reply to Not posting all fields, even though all are configured, on the site WordPress.org Forums:
GF labels fields strangely between the "frontend" (admin) and "backend" (submission), particularly for nested/grouped fields.…3 years ago
-
Posted a reply to Multisite Use?, on the site WordPress.org Forums:
Have you tried it yet? I don't see why it wouldn't work for a multi…3 years ago
-
Posted a reply to Forms randomly not being sent to SF/Pardot, on the site WordPress.org Forums:
What's in the response from Pardot? There should be a big chunk of the email…3 years ago
-
Posted a reply to parameter expected to be reference, on the site WordPress.org Forums:
Yes, I have completely neglected to update the random examples...just remove the & from the…3 years ago
-
Posted a reply to Forms randomly not being sent to SF/Pardot, on the site WordPress.org Forums:
Good question. Maybe check your spam folder for "3rdparty Failure" notices to see if something…3 years ago
-
Posted a reply to Not showing messages, on the site WordPress.org Forums:
Sounds like a JavaScript error caused by something breaking the ajax response. Hit F12 to…3 years ago
-
Posted a reply to Pardot > Please help, I am going crazy :(, on the site WordPress.org Forums:
Does pardot support have anything to say about it?3 years ago
-
Posted a reply to CF7-3rdParty Integration Failure, on the site WordPress.org Forums:
I could also be mistaken - I just searched for your original error message and…3 years ago
-
Posted a reply to CF7-3rdParty Integration Failure, on the site WordPress.org Forums:
You'll have to find some way to make wp change the TLS version when sending,…3 years ago
-
Posted a reply to Forms: 3rd-Party Integration Failure – SalesForce, on the site WordPress.org Forums:
Nothing on my end has changed recently. Have you checked with Salesforce? Could it be…3 years ago
-
Posted a reply to CF7-3rdParty Integration Failure: Salesforce, on the site WordPress.org Forums:
Your site might not (why not? It should) but your submission to Salesforce is (see…3 years ago
-
Posted a reply to Two-Page Forms, on the site WordPress.org Forums:
Thanks for the update, sorry there wasn't a better solution.3 years ago
-
Posted a reply to CF7-3rdParty Integration Failure, on the site WordPress.org Forums:
Apologies, let me clarify: it's nothing specifically to do with my plugin, as it's just…3 years ago
-
Posted a reply to Pardot > Please help, I am going crazy :(, on the site WordPress.org Forums:
That's super weird, but it looks like it sent to pardot which 302 redirected it…3 years ago
-
Posted a reply to CF7-3rdParty Integration Failure, on the site WordPress.org Forums:
It's either something to do with your server/hosting which may have upgraded recently or with…3 years ago
-
Posted a reply to More than one form?, on the site WordPress.org Forums:
You add more forms via the form plugin admin (cf7, etc). Do you mean add…3 years ago
Developer
-
Cookielander
Active Installs: 10+
-
Countdown Timer
Active Installs: 40+
-
Forms: 3rd-Party Dynamic Fields
Active Installs: 200+
-
Forms: 3rd-Party File Attachments
Active Installs: 60+
-
Forms: 3rd-Party Inject Results
Active Installs: Less than 10
-
Forms: 3rd-Party Integration
Active Installs: 10,000+
-
Forms: 3rd-Party Migration
Active Installs: 100+
-
Forms: 3rd-Party Post Again
Active Installs: Less than 10
-
Forms: 3rd-Party Resend Gravity Forms
Active Installs: 50+
-
Forms: 3rd-Party Submission Reformat
Active Installs: Less than 10
-
Forms: 3rd-Party Xml Post
Active Installs: 500+
-
Gravity Forms Dynamic Fields
Active Installs: 50+
-
Stop CF7 Multiclick
Active Installs: 40+