Title: Getresponse integration
Last modified: August 21, 2016

---

# Getresponse integration

 *  Resolved [Matiss](https://wordpress.org/support/users/macmtiss/)
 * (@macmtiss)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getresponse-integration/)
 * How can I integrate Getresponse in Genesis eNews Extended plugin? I have browsed
   some of your previous replies on Getresponse support, but still I didn’t get 
   what exaclty and where exactly I need to put for it to work. When making the 
   form on Getresponse site they give javaSript code and HTML code.
 * [http://wordpress.org/extend/plugins/genesis-enews-extended/](http://wordpress.org/extend/plugins/genesis-enews-extended/)

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

 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getresponse-integration/#post-3739665)
 * Hi,
 * This thread has what you’ll need: [http://wordpress.org/support/topic/getresponse-support](http://wordpress.org/support/topic/getresponse-support)
 * You’ll need to read through the HTML generated by getresponse for the value needed
   for the hidden field.
 * Cheers!
 *  Thread Starter [Matiss](https://wordpress.org/support/users/macmtiss/)
 * (@macmtiss)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getresponse-integration/#post-3739707)
 * I added the link: [https://app.getresponse.com/add_contact_webform.html](https://app.getresponse.com/add_contact_webform.html)
   to form action and <input type=”hidden” id=”WFItem425773″ value=”425773″> to 
   Hidded Field. (values I took from Getresponse Form HTML) but I am getting NO 
   WEBFORM ID. As it is going to [https://app.getresponse.com/add_contact_webform.html](https://app.getresponse.com/add_contact_webform.html)
   probably the link should have some values in it or I am doing somethig else totally
   wrong?
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getresponse-integration/#post-3739711)
 * Please send a link to your site.
 * Have you tried `<input type="hidden" id="webform_id" value="425773">`, going 
   from the previous thread?
 *  Thread Starter [Matiss](https://wordpress.org/support/users/macmtiss/)
 * (@macmtiss)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getresponse-integration/#post-3739726)
 * I tried. Didn’t work.
 * [http://www.decided2getfit.com](http://www.decided2getfit.com) there you can 
   see original webform generated with getresponse which works fine.
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getresponse-integration/#post-3739728)
 * I missed this earlier. The hidden field should use name as shown on the other
   thread, not id.
 * So:
    `<input type="hidden" name="webform_id" value="425773">`
 * Additionally, the first name field name should be changed to `name` and the e-
   mail field name should be changed to `email` (the capitalization matters).
 * Cheers!
 *  Thread Starter [Matiss](https://wordpress.org/support/users/macmtiss/)
 * (@macmtiss)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getresponse-integration/#post-3739735)
 * Boom, that worked. Brilliant, thanks.

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

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

 * ![](https://ps.w.org/genesis-enews-extended/assets/icon.svg?rev=3508279)
 * [Genesis eNews Extended](https://wordpress.org/plugins/genesis-enews-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-enews-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-enews-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-enews-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-enews-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-enews-extended/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Matiss](https://wordpress.org/support/users/macmtiss/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/getresponse-integration/#post-3739735)
 * Status: resolved