• Resolved etalented

    (@etalented)


    Hi!

    I like your plugin.

    Currently using NinjaForms with Webhooks addon to post data to a CRM- would this be possible with your plugin?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    I am not familiar with that. Can you describe what you are looking for? Here is a list of hooks for VFB Pro.

    – Matthew

    Thread Starter etalented

    (@etalented)

    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?

    Plugin Author Matthew Muro

    (@mmuro)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posting to CRM’ is closed to new replies.