Title: Hooks
Last modified: August 22, 2016

---

# Hooks

 *  [ltoshev](https://wordpress.org/support/users/ltoshev/)
 * (@ltoshev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hooks-7/)
 * 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/](https://wordpress.org/plugins/si-contact-form/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hooks-7/#post-5884844)
 * Hi ltoshev check the following [URL ](http://www.fastsecurecontactform.com/faq-wordpress-version)
   and look for **Action Hooks and Filters.**
 *  Thread Starter [ltoshev](https://wordpress.org/support/users/ltoshev/)
 * (@ltoshev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hooks-7/#post-5884853)
 * 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?
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hooks-7/#post-5885098)
 * Hi, [@mike](https://wordpress.org/support/users/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.

 * ![](https://s.w.org/plugins/geopattern-icon/si-contact-form_dde2be.svg)
 * [Fast Secure Contact Form](https://wordpress.org/plugins/si-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/si-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/si-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/si-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/si-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/si-contact-form/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/hooks-7/#post-5885098)
 * Status: not resolved