MelissaMal
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts for WordPress] Installation stuck during caching of postsMine is stuck too at 99%, I’ve read you updated and fixed it weeks ago, but it is March 17, 2018. Now what??! Looking forward to your reply. Thank you
You are the BEST!!!! Thank you!
Thank you Brandon! Ok, here is all my info, hopefully you can find what I am missing.
I have BOTH subscribe boxes on my site temporarily (yours is down to the right), but I’d like to just have the one that working (hopefully yours) ….asap
1. I set up on icontact a success url, which is that page that should pop up right away on my blog after they sign up. All set up and works on the my current subscribe box (you can try it out).
2. html code from iconact sign up:<style> .link, .link a, .signupframe { color: #050305; font-family: Arial, Helvetica, sans-serif; font-size: 13px; } .link, .link a { text-decoration: none; } .signupframe { border: 1px solid #000000; background: #ffffff; } .signupframe .required { font-size: 10px; } </style> <form method="post" action="https://app.icontact.com/icp/signup.php" name="icpsignup" id="icpsignup4709" accept-charset="UTF-8" onsubmit="return verifyRequired4709();" > <input type="hidden" name="redirect" value="https://www.integrativenutritionaltherapies.com/confirm-e-mail-address/"> <input type="hidden" name="errorredirect" value="https://www.icontact.com/www/signup/error.html"> <div id="SignUp"> <table width="260" class="signupframe" border="0" cellspacing="0" cellpadding="5"> <tr> <td valign="top" align="right"> <span class="required">*</span>?Email </td> <td align="left"> <input type="text" name="fields_email"> </td> </tr> <tr> <td valign="top" align="right"> ?First Name </td> <td align="left"> <input type="text" name="fields_fname"> </td> </tr> <input type="hidden" name="listid" value="9898924"> <input type="hidden" name="specialid:9898924" value="FKV1"> <input type="hidden" name="clientid" value="406457"> <input type="hidden" name="formid" value="4709"> <input type="hidden" name="reallistid" value="1"> <input type="hidden" name="doubleopt" value="1"> <tr> <td>?</td> <td><span class="required">*</span> = Required Field</td> </tr> <tr> <td>?</td> <td><input type="submit" name="Submit" value="Submit"></td> </tr> </table> </div> </form> <script type="text/javascript"> var icpForm4709 = document.getElementById('icpsignup4709'); if (document.location.protocol === "https:") icpForm4709.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired4709() { if (icpForm4709["fields_email"].value == "") { icpForm4709["fields_email"].focus(); alert("The Email field is required."); return false; } return true; } </script> <span class="link"><a href="https://www.icontact.com">Email Marketing</a> You Can Trust</span>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
3. your widget fields:
https://app.icontact.com/icp/signup.php
fields_email
fields_fname
<input type=”hidden” name=”listid” value=”9898924″>
<input type=”hidden” name=”specialid:9898924″ value=”FKV1″>
<input type=”hidden” name=”clientid” value=”406457″>
<input type=”hidden” name=”formid” value=”4709″>
<input type=”hidden” name=”reallistid” value=”1″>
<input type=”hidden” name=”doubleopt” value=”1″>4. The sign up success url is set to redirect them to: https://www.integrativenutritionaltherapies.com/confirm-e-mail-address/
I use Icontact. I already have it set up on Icontact to send them to a confirmation page and it has been working with my previous subscribe box. However, it is not working with this plugin. And I have called Icontact and asked and they have no clue.
When I add the confirmation page url to the form action box, it pulls up the page after they sign up, however, it’s not actually registering subscribers, I have been testing it out.
How would I change it in the widget? Can you give me an example, I’m not techy at all. If it’s a redirect, where in your widget does it go? Or any other suggestions?
Thanks so much!
[Moderator Note: No bumping, thank you.]
Forum: Plugins
In reply to: [Genesis eNews Extended] Not working with IcontactExcellent, that worked. I also had to use my unique special ID (not the one you used in the other example). Thank you!