I am not familiar with that. Can you describe what you are looking for? Here is a list of hooks for VFB Pro.
– Matthew
Well Matthew I wish to be able to post form data to a CRM using its endpoints.
It’s possible with your plugin?
I have the same question Matt.
I wrote a rudimentary plugin that receives a $data array, builds a query string and executes an HTTP POST request to a remote API.
My plugin contains an add_action($tag, $function) The only thing I would expect from the form is a way to hook the tag in my plugin when the form is submitted. Most full throated form plugins call these actions, which in three flavors (1)pre-process, (2) process, (3) post-process. I need a post-process, I’ll send out the data after you’re done with it.
Does the default version of VFB provide a way to identify the hook tag, and execute it?
This answer applies to VFB Pro:
There are several hooks that provide access to the $_POST variables (form data). I recommend the vfbp_after_email hook. We also have an option to append the form data as $_GET query variables when redirecting to another page or URL in the Confirmation tab.