Problem:
1.) Is there a way to use Zapier to pass the values of the form upon submitting to my email service provider, such as ActiveCampaign?
2.) Is there a way to re-create the form in this GIF?
On the backend, for each value (e.g. 1 BR, 2 BR, etc.) or value-mix (e.g. 1 BR, 1 BA) there is a corresponding URL that I can associate with that combination
3.) For both of these, how difficult is it to create something like this with CRED?
Solution:
1. We offer the cred_save_data API hook that can be used to capture any information submitted in a form, but there is no integration specific to Zapier or ActiveCampaign. With custom code, it may be possible to send that data to another 3rd-party tool using PHP.
2. This type of custom form interface will require a significant amount of custom code. The types of CRED form inputs we offer are text fields, select fields, radio groups, and checkboxes. The types of inputs I see in this GIF are range sliders and images that act like radio controls. Neither of these is supported by CRED and must be built from scratch using custom HTML, CSS and JavaScript.
It's not standard behavior in CRED to redirect to a URL containing all the selected URL parameters, but it's possible with some custom code. Assuming these are custom field values, then you can use the cred_success_redirect API hook to redirect the User to any URL you'd like, including URL parameters based on the values they chose in the CRED form.
3. Advanced knowledge of PHP, JavaScript, HTML and CSS is required to pull this off in CRED. It cannot be accomplished simply using the wp-admin interface.
Relevant Documentation:
https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data
https://toolset.com/documentation/programmer-reference/cred-api/#cred_success_redirect
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 4 replies, has 2 voices.
Last updated by 6 years, 7 months ago.
Assisted by: Christian Cox.