Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by
Steven Zahm.
-
AuthorPosts
-
10/16/2013 at 4:46 pm #271639
Alice
ParticipantHi!
I have a third-party form that can use API and Web Hooks to move information from it to other applications.
I’m wondering if I can send data from fields in that form (WuFoo) to populate the Connections profiles, if I match the fields?I know Connections has its own form, but I had to create this form for the site because of a whole bunch of complicated custom questions.
http://www.gogreenhilliard.com
Thanks!
Alice10/16/2013 at 7:15 pm #271650Steven Zahm
Keymaster@ Alice
Yes, you could do that. I’m guessing that form plugin has an action that you could hook into that passes the submitted form data. Hook in to that action and create a new instance the the cnEntry object. I tend to use:
$entry = new cnEntry();
You can then set the entry details using the supplied form data using the class setter methods. They’re all documented in the code… I think. After you’ve set the data from the form data; just save:
$entry->save();
I hope that helps get you on your way with your project!
11/05/2015 at 12:49 pm #353673Alice
ParticipantSteve,
I never followed up on this because I didn’t have the skill to make it happen.
Do you have a developer who could make this work for me? Or would you want to work on it? If I could have a ballpark budget, I could convey that to the client and see if it is realistic.11/05/2015 at 2:53 pm #353694Steven Zahm
Keymaster@ Alice
To even give a ballpark I would need to know more details…
I’m assuming this is related to the site from the original post, yes?
It appears that they are using something called Wufoo for the form on that site. A quick glance it does not appear there is a way to get data from a submitted form. This would be critical because that submitted data would be needed to input the data into Connections.
Just thought of something… I did do a Connections/Gravity Form integration a couple months ago which will at several hundred plus.
Hope that helps, let me know.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.