Title: API available?
Last modified: August 22, 2016

---

# API available?

 *  Resolved [sydbarrett74](https://wordpress.org/support/users/sydbarrett74/)
 * (@sydbarrett74)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/api-available/)
 * One of the forms I’ve built using FormBuilder is one that allows someone to subscribe
   to our email newsletter. We are using [Vertical Response](http://www.verticalresponse.com)
   to send out our emails. Does FormBuilder have an API I can use to lift the fields
   from the form (name, email address) and send that information on to Vertical 
   Response’s API handler? If I have to grok the PHP source myself and tease the
   data out that way, I’m totally cool with that. Just wondering is all…
 * [https://wordpress.org/plugins/formbuilder/](https://wordpress.org/plugins/formbuilder/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [warkior](https://wordpress.org/support/users/warkior/)
 * (@warkior)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/api-available/#post-5696022)
 * Hey sydbarrett74,
 * It doesn’t have an api, but it does support a number of wp hooks where you can
   tie in another plugin to do what you’re asking. Most likely, the one you need
   is `formbuilder_submit_success_post_value_parsing` which is currently found on
   line 980 of php/formbuilder_processing.inc.php. That filter sends an array of
   form data that has already passed through validation.
 * Hope this is helpful,
    James W.

Viewing 1 replies (of 1 total)

The topic ‘API available?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/formbuilder_ffffff.svg)
 * [FormBuilder](https://wordpress.org/plugins/formbuilder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/formbuilder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/formbuilder/)
 * [Active Topics](https://wordpress.org/support/plugin/formbuilder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/formbuilder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/formbuilder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [warkior](https://wordpress.org/support/users/warkior/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/api-available/#post-5696022)
 * Status: resolved