• Resolved Heather Step

    (@heatherss)


    Hi Danny
    I just need help configuring your plugin for imnica mail.
    I managed to figure out that the form action is: https://www.imnicamail.com/v4/subscribe.php
    But I have no idea how to fill in the part about Email identifier.
    Is it the one in the coloured box? Just check me:
    email identifier:FormValue_Fields[EmailAddress]
    name identifier: FormValue_Fields[CustomField5315]

    The full code is:
    <div class=”o-form”><div class=”o-form-header”><h2 id=”o-form-title”>Mail List Subscription Form</h2><p id=”o-form-description”>Please fill in and submit the form below to subscribe to our mailing list.</p></div><form action=”https://www.imnicamail.com/v4/subscribe.php&#8221; method=”post” accept-charset=”UTF-8″><div class=”o-form-row”><label for=”FormValue_EmailAddress”>Email Address</label><input type=”text” name=”FormValue_Fields[EmailAddress]” value=”” id=”FormValue_EmailAddress”></div><div class=”o-form-row”><label for=”FormValue_CustomField5315″>First Name</label><input type=”text” name=”FormValue_Fields[CustomField5315]” value=”” id=”FormValue_CustomField5315″></div><input type=”submit” name=”FormButton_Subscribe” value=”Subscribe” id=”FormButton_Subscribe”><input type=”hidden” name=”FormValue_ListID” value=”25705″><input type=”hidden” name=”FormValue_Command” value=”Subscriber.Add” id=”FormValue_Command”></form><style type=”text/css” media=”screen”>.o-form{background-color:#EBF1F7;border:1px solid #0077cc;}
    .o-form form{margin:0px;padding:0px;}
    .o-form .o-form-header{background-color:#0077cc;padding:9px;}
    .o-form h2{color:#fff;font-family:Arial,sans-serif;font-size:18px;line-height:27px;margin:0px;padding:0px;}
    .o-form p{color:#fff;font-family:Arial,sans-serif;font-size:12px;line-height:18px;margin:0px;padding:0px;}
    .o-form .o-form-row{margin-top:9px;padding:0 9px;}
    .o-form .o-form-row label{color:#0077cc;font-family:Arial,sans-serif;font-size:12px;display:block;font-weight:bold;}
    .o-form input[type=”text”]{border:1px solid #0077cc;color:#0077cc;padding:5px 7px;}
    .o-form input[type=”submit”]{margin:20px 9px 18px 9px;}</style></div>

    Your config extractor gave me the same email identifier but was not able to help with the name identifier. The code for that was:

    <form action=”https://www.imnicamail.com/v4/subscribe.php&#8221; method=”post” accept-charset=”UTF-8″>
    <input type=”text” name=”FormValue_Fields[EmailAddress]” value=”” id=”FormValue_EmailAddress”>
    <input type=”text” name=”FormValue_Fields[CustomField5315]” value=”” id=”FormValue_CustomField5315″>
    <input type=”submit” name=”FormButton_Subscribe” value=”Subscribe” id=”FormButton_Subscribe”>
    <input type=”hidden” name=”FormValue_ListID” value=”25705″>
    <input type=”hidden” name=”FormValue_Command” value=”Subscriber.Add” id=”FormValue_Command”>
    </form>

    https://www.ads-software.com/extend/plugins/newsletter-sign-up/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Heather Step

    (@heatherss)

    I have tested it and it doesn’t work . With or without the name identifier part. Please help, thanks!

    Thread Starter Heather Step

    (@heatherss)

    I managed to get help from Imnica themselves – Raymond Dwyer was the one that helped me and he inserted some additional fields in the plugin settings that were missing. So the above settings seem correct, but something else needed to be adjusted.

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hey heatherss,

    Great work, glad you figured it out with the help of Raymond Dwyer.

    Do you feel anything should be added to the plugin? If so, please provide me with some more details so I can add it to my plugin.

    Thanks.

    Danny

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Newsletter sign up plugin – Imnica’ is closed to new replies.