Title: Bronto integration
Last modified: August 31, 2016

---

# Bronto integration

 *  Resolved [traumm](https://wordpress.org/support/users/traumm/)
 * (@traumm)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/)
 * Hi there
 * I’m attempting to use this plugin to hook up a Bronto Mailing List with a contact
   form (Contact Form 7)
 * Here’s an example of a webform from Bronto. This works fine on its own.
 *     ```
       <form action="http://email.mydomain.co.uk/public/webform/process/" method="post">
   
       	<input type="hidden" name="fid" value="hwfbfwleb3325kjbqrp5687" />
       	<input type="hidden" name="sid" value="009nlknqqsd214qdqjd4142" />
       	<input type="hidden" name="delid" value="" />
       	<input type="hidden" name="subid" value="" />
       	<input type="hidden" name="td" value="" />
       	<input type="hidden" name="formtype" value="addcontact" />
   
       	<input type="text" class="text field fb-email" size="35" name="13344" value="" />
       	<input type="submit" value="Subscribe" />
   
       	<input type="hidden" name="13344[748926]" value="true" />
   
       </form>
       ```
   
 * However, I can’t get this working with my Contact Form 7 form.
 * When it comes to the 3rd Party Integration settings:
 * I have set the submission URL as ‘[http://email.mydomain.co.uk/public/webform/process/&#8217](http://email.mydomain.co.uk/public/webform/process/&#8217);(
   taken from this working form), and mapped the email field to 13344 (as per the
   name in the email field above)
 * I’ve also included the hidden fields in my Contact Form 7.
 * However, this doesn’t appear to be working – I’m getting the error: ‘Sorry, the
   page you’ve requested was not found.’ when in debug mode.
 * No doubt there’s something I’m missing – I couldn’t seem to find any other examples
   of this plugin using Bronto, though I’ve heard it mentioned as compatible.
 * Any help will be very much appreciated!
 * [https://wordpress.org/plugins/forms-3rdparty-integration/](https://wordpress.org/plugins/forms-3rdparty-integration/)

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

 *  Thread Starter [traumm](https://wordpress.org/support/users/traumm/)
 * (@traumm)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961327)
 * Thanks – I actually saw this plugin…
 * Basically, the Contact Form 7 form I have does a lot more (aside from just gathering
   an email address), but I’m now required to save the email to Bronto, on top of
   the working functionality of sending the other form data elsewhere.
 * Could your plugin help here, do you think? Or is it just for a simple subscription
   form?
 *  [gaza1994](https://wordpress.org/support/users/gaza1994/)
 * (@gaza1994)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961341)
 * Do you need to submit other fields with it?
 * if so, all you would need to do is edit the plugin to show the fields you need.
 * I’d be happy to customize the plugin for your needs
 *  Thread Starter [traumm](https://wordpress.org/support/users/traumm/)
 * (@traumm)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961351)
 * Only the email address field would go to Bronto (if a conditional checkbox is
   checked on the form)
 * All other form data needs to go to an email address specified in CF7. (this is
   working – it’s just the Bronto bit that doesn’t)
 * Is this achievable? Thanks again.
 *  [gaza1994](https://wordpress.org/support/users/gaza1994/)
 * (@gaza1994)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961355)
 * So what you are trying to do is
 * 1) send details to an email
    2*) you want the email to be sent to bronto
 * so thats 2 POSTS?
 * *IF a checkbox is selected to subscribe
 *  Thread Starter [traumm](https://wordpress.org/support/users/traumm/)
 * (@traumm)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961376)
 * Yeah, that’s correct. Is that do-able with one form / one submit button?
 * I got the impression that’s what the 3rd party integration plugin could take 
   care of…
 *  [gaza1994](https://wordpress.org/support/users/gaza1994/)
 * (@gaza1994)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961396)
 * I’m not sure about this plugin as I have never used it, but it is more than possible
   🙂
 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961466)
 * First, a point of etiquette: please don’t hijack support threads with another
   plugin, it confuses things.
 * Second, as I tell everyone asking for help, posting the contents of your debug
   email will really help us help you.
 * A minor point: you don’t need to (and probably shouldn’t) put endpoint-specific
   fields in your general-purpose contact form, unless you want them in the email
   or whatever else the form does normally. You add them (the hidden fields) to 
   my plugin’s mapping as static values with the “is value” checkbox.
 * I suspect your problem is that one of the hidden fields isn’t mapped correctly;
   it’s usually the case that the endpoint is missing some required value which 
   causes it to lose its mind. Sometimes they give useful error messages, and sometimes
   they just fall apart to discourage hacking around (which is kind of what my plugin
   does).
 * Maybe the `13344[748926]` name isn’t mapping as expected? I could tell you more
   if you share the “user post” and “submission” sections of the debug mail.
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961472)
 * _*Looks. Drinks coffee.*_
 * [@gaza1994](https://wordpress.org/support/users/gaza1994/) It is cool to help
   people but going into someone else’s plugin support forum and starting with “
   Have you tried my plugin” is Not Good™ and I’ve deleted that post.
 * If you want to help users here then please do so. If your help starts with “I
   don’t know about this plugin but try mine”… that’s not cool as this plugin author
   pointed out.
 *  [gaza1994](https://wordpress.org/support/users/gaza1994/)
 * (@gaza1994)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961473)
 * Hi Guys, I’m sorry, I didn’t mean anything from it – just trying to help yesterday
   as I had some spare time 🙂
 * Sorry Again 🙂
 * *slurps red bull*
 *  Thread Starter [traumm](https://wordpress.org/support/users/traumm/)
 * (@traumm)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961477)
 * [@zaus](https://wordpress.org/support/users/zaus/)
 * Many thanks, that has solved it!
 * For future ref: I needed to map all fields with values via the plugin (after 
   removing them from my CF7 form),
 * i.e. these fields:
 *     ```
       <input type="hidden" name="fid" value="hwfbfwleb3325kjbqrp5687" />
       <input type="hidden" name="sid" value="009nlknqqsd214qdqjd4142" />
       <input type="hidden" name="13344[748926]" value="true" />
       <input type="hidden" name="formtype" value="addcontact" />
       ```
   
 * Without those fields being mapped, Bronto was returning the ‘not found’ error.
   The submission URL was correct.
 * Thanks again for a great plugin – hope this helps someone in future!
 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961506)
 * [@traumm](https://wordpress.org/support/users/traumm/) glad it works!
    [@gaza1994](https://wordpress.org/support/users/gaza1994/)
   it’s cool, I figured you weren’t doing it maliciously; it was 4am, so I hope 
   I wasn’t too terse 🙂

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

The topic ‘Bronto integration’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/forms-3rdparty-integration.svg)
 * [Forms: 3rd-Party Integration](https://wordpress.org/plugins/forms-3rdparty-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forms-3rdparty-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forms-3rdparty-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forms-3rdparty-integration/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [zaus](https://wordpress.org/support/users/zaus/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/bronto-integration/#post-6961506)
 * Status: resolved