• Where can I find documentation on available plugin hooks?

    I want to develop a plugin that leverages the contact form and captures the form input and submits that input to Microsoft Dynamics CRM and create a new lead record in CRM.

    0) For that I need to hook on form submit, where I am able to read the fields with posted data.

    In my plugin admin UI:

    1) I need to be able to list the available forms – so user can choose which form to use for CRM

    2) I need to be able to list the selected form fields, so that the user can make a mapping in the admin UI: which form fields, to which CRM fields will correspond.

    Can you provide me with this information?

    https://wordpress.org/plugins/si-contact-form/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi ltoshev check the following URL and look for Action Hooks and Filters.

    Thread Starter ltoshev

    (@ltoshev)

    If I understand correctly I can use this function to get the posted data:
    add_filter(‘si_contact_email_fields_posted’, ‘my_action_email_fields_posted’, 1, 2);

    What about the other data I need to get to implement 1 & 2?

    Hi, @mike Challis the plugin author will look into your request further.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hooks’ is closed to new replies.