Title: Iframe Integration
Last modified: July 18, 2019

---

# Iframe Integration

 *  Resolved [kiranleo](https://wordpress.org/support/users/kiranleo/)
 * (@kiranleo)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/iframe-integration/)
 * Hi,
 * How can i integrate ACY Mailing subscription from on other platforms using iframe
   in wordpress.
 * I am using this code but unable add subscribers to list. Error as Recaptcha not
   valid.
 * <form action=”[https://YOURWEBSITE/wp-admin/admin-ajax.php&#8221](https://YOURWEBSITE/wp-admin/admin-ajax.php&#8221);
   method=”post”>
    <table class=”acymailing_form”> <tr> <td><label for=”user_name”
   >Name</label></td> <td><input id=”user_name” type=”text” name=”user[name]” value
   =”” /></td> </tr> <tr> <td><label for=”user_email”>E-mail</label></td> <td><input
   id=”user_email” type=”text” name=”user[email]” value=”” /></td> </tr> <tr> <td
   colspan=”2″ ><input class=”button” type=”submit” value=”Subscribe” name=”Submit”/
   ></td> </tr> </table>
 *  <input type=”hidden” name=”ctrl” value=”frontusers”/>
    <input type=”hidden” 
   name=”task” value=”subscribe”/> <input type=”hidden” name=”page” value=”acymailing_front”/
   > <input type=”hidden” name=”action” value=”acymailing_frontrouter”/> <input 
   type=”hidden” name=”noheader” value=”1″/>
 *  <input type=”hidden” name=”redirect” value=”[https://YOUR_REDIRECT_URL”/&gt](https://YOUR_REDIRECT_URL”/&gt);
   
   <input type=”hidden” name=”visiblelists” value=””/> <input type=”hidden” name
   =”hiddenlists” value=”YOUR_LISTS”/> </form>
 * Please help me with the possible solution.
 * Regards,
    Kiran

Viewing 1 replies (of 1 total)

 *  Plugin Author [AcyMailing Newsletter Team](https://wordpress.org/support/users/acyba/)
 * (@acyba)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/iframe-integration/#post-11747363)
 * Hello Kiran,
 * If the reCaptcha option is activated in the AcyMailing configuration, you can
   add this additional hidden input to your external form:
 * `<input type="hidden" name="seckey" value="KEY_VALUE" />`
 * You will have to replace KEY_VALUE by the value of the “Security key” option 
   in the Acy configuration page, tab “Security”, section “Captcha”.
 * We are currently working on a new documentation, you can find the related page
   here: [https://acyba.gitbook.io/acyba/subscription-to-your-lists/external-subscription](https://acyba.gitbook.io/acyba/subscription-to-your-lists/external-subscription)
 * Have a nice day

Viewing 1 replies (of 1 total)

The topic ‘Iframe Integration’ is closed to new replies.

 * ![](https://ps.w.org/acymailing/assets/icon-256x256.png?rev=2912466)
 * [AcyMailing - An Ultimate Newsletter Plugin and Marketing Automation Solution for WordPress](https://wordpress.org/plugins/acymailing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acymailing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acymailing/)
 * [Active Topics](https://wordpress.org/support/plugin/acymailing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acymailing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acymailing/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [AcyMailing Newsletter Team](https://wordpress.org/support/users/acyba/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/iframe-integration/#post-11747363)
 * Status: resolved