zaus
Forum Replies Created
-
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Can't get the POST workingGotta post the debug email if you want help. Redact sensitive info before posting.
Specifically — are you mapping the keys you see in the “Post (Form)” section? Are they showing up in the “Post (Service)” section? What’s the response you’re getting from the service?
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Error generating SOAP requestSure. Either post the debug email here or send it through my website contact form.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Non-array outputI just tested it (and pushed the option with v0.5, just in case) and it doesn’t seem to be any different than how it regularly posts it “form-style”.
@carlos99 did you ever get anywhere with this? I’m marking this as resolved otherwise.
Forum: Plugins
In reply to: [Contact-Form-7: 3rd-Party Integration] Preventing Duplicate PostsThat’s an issue with CF7 itself — coincidentally I wrote a plugin a loooong time ago to address this https://wordpress.org/plugins/stop-cf7-multiclick/
Let me know if it still works.
Forum: Plugins
In reply to: [Contact-Form-7: 3rd-Party Integration] None of the form fields are presentAs I mentioned in the sticky posts in the support forum — use the newer and actually maintained version of this plugin https://wordpress.org/plugins/forms-3rdparty-integration/
CF7 made some breaking changes last year, and this plugin isn’t maintained anymore, so it doesn’t account for those changes.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Conditional Logic Feature?Could you try switching it to a dropdown our radio instead to see if that makes a difference? Kinda lame though…
Usually a checkbox only shows up at all in the post if it was checked, otherwise it won’t be there, so you should be able to use
issetrather than compare the value. It would be different for a radio input, I think, which would include the value.Also, which form plugin are you using? It might affect how it transmits the field.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Firefox IssueAwesome! Marking resolved.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Contact form to ZurmoOther than the authentication tokens you’d just need to add the Forms 3rdparty Xpost plugin I wrote to 1) add the headers and 2) best the fields. Then I think you can make two services attached to the same form to handle the contact and note adds.
Getting authentication tokens would probably just require adding an earlier hook to
...service_filter_posthttps://wordpress.org/plugins/forms-3rdparty-integration/other_notes/ that would make awp_remote_postto the authentication url and add the response to the$postreturn value.If you’re interested in more specific help contact me through my website.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Problems Integrating with EloquaYou’ve probably just misconfigured the settings. If you put a value in the “success clause” field, then it’ll look for that exact text in the response. Because it doesn’t see whatever you entered, you get the error you’re seeing. Try leaving that blank instead and see what happens.
Otherwise, the debug email should give you more detail. Share it here or through my website contact form if you need more help.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Mapping format DatesThat’s rather strange, I can’t think of what my plugin would be doing that would cause that result. Can you post the full debug email? Or send it through my website contact form if you don’t want to share it here.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Is this plugin only for CRM integration?@kdunning can you include the other ‘post’ section from the debug email; I think I’m only seeing what the contact form sent, not what my plugin sent? are using the 3rdparty XML post extension? (because you’ll need to) http://wordpress.org/plugins/forms-3rd-party-xpost/
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Help with GET hookHa, sorry that the section title was confusing you.
Did you send it to the included debug endpoint? It would have showed you the $_GET params, which might have helped you catch this sooner.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Ninja Forms – Not sending Email or POSTInteresting. Your comments led me (after a wild-goose chase) to discover that my development server was mysteriously “halfway” still on PHP 5.2, which is why I never noticed the array key bug you pointed out. I had thought I quashed all those remaining “newer php” issues, but alas…
Also http://stackoverflow.com/questions/3210935/difference-between-isset-and-array-key-exists
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Firefox IssueHey all, please let me know if v1.6.3.1 fixes the problem for you.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] CF7 & Salesforce not workingMarking resolved