Support » Plugin: FormBuilder » API available?

  • Resolved sydbarrett74

    (@sydbarrett74)


    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 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/

Viewing 1 replies (of 1 total)
  • Plugin Author warkior

    (@warkior)

    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.