Need a little html help adding this optin form with iContact

by 7 replies
9
found a nice little optin template laying around
on my computer but I have no idea how to make
it work with icontact

you can view it at secretfatlossformula.com/2/

I know I need to add some of my icontact code
I'm just not sure where. I've tried several different
things but haven't got anything to work yet.

Thanks for any input you have
#website design #adding #form #html #icontact #optin
  • I would suggest making your form from whateber interface icontact provides.

    Copy the code they give you.
    Remove everything but the fields and form action
    Now paste in all the code from the other form that you like, that controls the appearance.
    • [1] reply
    • Thank you so much for responding

      hmmm, okay i've removed what appears to me to be everything but the fields and form action and I end up with this:

      secretfatlossformula.com/2/test2.html

      the one on the left works but the styled one on the right does not.

      Obviously I need to remove something more and change something else.


      • [1] reply
  • Can you post the 2 separate codes your trying to merge? Use pastie

    This is the Form Action:
    <form method="post" action="https://app.icontact.com/icp/signup.php" name="icpsignup" id="icpsignup9493" accept-charset="UTF-8" onsubmit="return verifyRequired9493();">


    EDIT:
    Can't be certain without seeing the original code, but you may need to change the "name" for the Name and Email fields to:
    For Name- name="fields_fname"
    For Email- name="fields_email"

    The form seems to work ok but it's not reading the email entered.
    • [1] reply
    • no need for pastie, your solutioin for change the fields worked:

      For Name- name="fields_fname"
      For Email- name="fields_email"

      THANK YOU AGAIN SO MUCH.

      Seriously I really do appreciate it.

Next Topics on Trending Feed