Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
Is it possible to be able to insert a form, like this signup (newsletter) form within one of the custom pages.
Here is the present code...it displays fine but it doesn't function
<script language=javascript>function xlaANLformvalidate(what){var toreturn=true;if (what.email.value == ''){alert('Please provide a valid e-mail address');toreturn=false;} return(toreturn);}</script> <font size="5" face="Arial, Helvetica, sans-serif"><strong>Sign Up</strong></font> <br /> <br />Please take a moment to signup to receive some great benefits from YTZ. <form method=post style=margin:0 target=_blank action=http://www.yourticketzone.com/absolutenl/user-subscribe.aspx onsubmit='return xlaANLformvalidate(this)'><table width=150 border=1 cellspacing=0 cellpadding=3><tr> <td align=center><b>Sign Up </b></td> </tr><tr><td>E-mail Address : <br><input id='email' name='email' type=text value='' size=20 maxlength=100></td></tr><tr><td align=center><b>Choose Newsletters :</b><br><table width=100% border=0 cellspacing=1 cellpadding=0><tr valign=top><td width=5><input name=lists type=checkbox value=2></td><td>NewsLetter</td></tr></table></td></tr><tr><td align=center><input type=submit value=Subscribe></td></tr><tr><td align=center><a href=http://www.yourticketzone.com/absolutenl/user-login.aspx target=_blank>Manage Subscriptions</a></td></tr></table></form>
Thanks,
Derek |
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
No, you can't do that with custom pages. You will need to manually create an ASPX page to do this. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
Thanks Aaron...much appreciated! |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.