iContact HTML Sign-Up Form shows code not form in text widget
-
I can’t get the form to display. I even tried the code converter here – http://www.katzwebservices.com/icontact/
<style>
.link,
.link a,
.signupframe
{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.link,
.link a {
text-decoration: none;
}
.signupframe {
border: 1px solid #FFFFFF;
background: #ffffff;
}
.signupframe .required {
font-size: 10px;
}
</style>
<form method=”post” action=”https://app.icontact.com/icp/signup.php” name=”icpsignup” id=”icpsignup1740″ accept-charset=”UTF-8″ onsubmit=”return verifyRequired1740();” >
<input type=”hidden” name=”redirect” value=”http://www.icontact.com/www/signup/thanks.html”>
<input type=”hidden” name=”errorredirect” value=”http://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”>
<span class=”required”>*</span> First Name
</td>
<td align=”left”>
<input type=”text” name=”fields_fname”>
</td>
</tr>
<tr>
<td valign=”top” align=”right”>
<span class=”required”>*</span> Last Name
</td>
<td align=”left”>
<input type=”text” name=”fields_lname”>
</td>
</tr>
<tr>
<td valign=”top” align=”right”>
<span class=”required”>*</span> Phone
</td>
<td align=”left”>
<input type=”text” name=”fields_phone”>
</td>
</tr>
<tr>
<td valign=”top” align=”right”>
<span class=”required”>*</span> Business
</td>
<td align=”left”>
<input type=”text” name=”fields_business”>
</td>
</tr>
<input type=”hidden” name=”listid” value=”3096″>
<input type=”hidden” name=”specialid:3096″ value=”CPT8″><input type=”hidden” name=”clientid” value=”430528″>
<input type=”hidden” name=”formid” value=”1740″>
<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 icpForm1740 = document.getElementById(‘icpsignup1740’);
if (document.location.protocol === “https:”)
icpForm1740.action = “https://app.icontact.com/icp/signup.php”;
function verifyRequired1740() {
if (icpForm1740[“fields_email”].value == “”) {
icpForm1740[“fields_email”].focus();
alert(“The Email field is required.”);
return false;
}
if (icpForm1740[“fields_fname”].value == “”) {
icpForm1740[“fields_fname”].focus();
alert(“The First Name field is required.”);
return false;
}
if (icpForm1740[“fields_lname”].value == “”) {
icpForm1740[“fields_lname”].focus();
alert(“The Last Name field is required.”);
return false;
}
if (icpForm1740[“fields_phone”].value == “”) {
icpForm1740[“fields_phone”].focus();
alert(“The Phone field is required.”);
return false;
}
if (icpForm1740[“fields_business”].value == “”) {
icpForm1740[“fields_business”].focus();
alert(“The Business field is required.”);
return false;
}return true;
}
</script>
<span class=”link”>Email Marketing You Can Trust</span>
Blog url: http://wirthconsultingb4youbuy.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
WordPress.com protects the privacy of the subscribers as well as the bloggers. You can set it email marketing on a wordpress.org install but not here. The software here will continue to strip the code out. http://en.support.wordpress.com/code/
For clarity read > http://support.wordpress.com/com-vs-org/
- The topic ‘iContact HTML Sign-Up Form shows code not form in text widget’ is closed to new replies.