• Resolved kiranleo

    (@kiranleo)


    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; 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;
    <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)
Viewing 1 replies (of 1 total)

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