Title: Integration With Sendpepper
Last modified: August 22, 2016

---

# Integration With Sendpepper

 *  Resolved [agentvictoria](https://wordpress.org/support/users/agentvictoria/)
 * (@agentvictoria)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/integration-with-sendpepper/)
 * Hi Brandon,
 * I followed the steps I found in a WordPress Support ticket, added the form action
   URL and hidden fields, but I’m missing something as the form isn’t working.
 * Form action URL: [https://forms.moon-ray.com/v2.4/form_processor.php](https://forms.moon-ray.com/v2.4/form_processor.php)
 * Hidden fields code:
 * <input name=”afft_” type=”hidden” value=””/>
    <input name=”aff_” type=”hidden”
   value=””/> <input name=”sess_” type=”hidden” value=””/> <input name=”ref_” type
   =”hidden” value=“”/> <input name=”own_” type=”hidden” value=””/> <input name=”
   oprid” type=”hidden” value=””/> <input name=”contact_id” type=”hidden” value=””/
   > <input name=”uid” type=”hidden” value=”p2c14086f3″/>
 * Can you please help me figure out what I missed?
 * Thanks in advance for your help.
 * Victoria
 * [https://wordpress.org/plugins/genesis-enews-extended/](https://wordpress.org/plugins/genesis-enews-extended/)

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

 *  Thread Starter [agentvictoria](https://wordpress.org/support/users/agentvictoria/)
 * (@agentvictoria)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/integration-with-sendpepper/#post-5298251)
 * Update: here’s a weird thing! I copy and paste those hidden fields exactly as
   shown, but when I save the widget, it deletes part of the code, leaving only 
   this:
 * <input name=”afft_” type=”hidden” value=””/>
    <input name=”aff_” type=”hidden”
   value=””/> <input name=”sess_” type=”hidden” value=””/>
 * [http://janebenston.com/](http://janebenston.com/)
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 7 months ago](https://wordpress.org/support/topic/integration-with-sendpepper/#post-5298467)
 * Hi,
 * The problem there is on the third line, the last set of quotes include some not-
   really-quotes.
 * `<input name="ref_" type="hidden" value=“"/>`
    The “curly” quotes near the end
   of the line are seen by the server as something other than quotes (and only “
   real” quotes are allowed to be used as quotes).
 * If you change that line to:
    `<input name="ref_" type="hidden" value=""/>` it’ll
   work.
 * Cheers!

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

The topic ‘Integration With Sendpepper’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/integration-with-sendpepper/#post-5298467)
 * Status: resolved