by fahax
1 replies
  • WEB DESIGN
  • |
hi to all WF members
I customize my new website for affiliate junctions. I have a subscriber box which is open means not user friendly I want some one to to form colour box ( user attractive) here is my autoresponder code
<form method="post" onsubmit="return BFTValidate(this);">
<p><label>Name:</label>*<input type="text" name="user_name"></p>
<p><label>Email:</label>*<input type="text" name="email"></p>
<p align="center"><input type="submit" value="Join Us"></p>
<input type="hidden" name="bft" value="register">
</form>

<script type="text/javascript" >
function BFTValidate(frm) {
var email = frm.email.value;
if(email=="" || email.indexOf("@")<1 ||email.indexOf(".")<1) {
alert("Please fill in valid email address!");
frm.email.focus();
return false;
}

return true;
}
</script>
#design #wordpress
  • Profile picture of the author iBBnet
    Are you familiar with CSS stylesheets? You can use that to customize the "look" of your forms
    Signature
    Bryan
    After5PC.net
    Freelance Web Development
    and Graphic Design Services
    {{ DiscussionBoard.errors[9109351].message }}

Trending Topics