On xataface.com there is the form to sign up to the newsletter:
- Code: Select all
- <form action="admin.php" method="post" onsubmit="if (!this.email.value.match(/^[a-z0-9A-Z.\-_]+@[a-z0-9A-Z.\-]+$/)){alert('Please enter a valid email address.');return false;} return true;">
 <input type="hidden" name="-action" value="maillist_signup"/>
 <input type="text" name="email" size="15" />
 <input type="submit" value="Sign up" />
 </form>
Would it be possible for you to upload the maillist_signup.php and any related code so I may implement the same?
Many thanks, Tom
 
		