1) Script Title: Email Riddler
2) Script URL (on DD): http://www.dynamicdrive.com/emailriddler/
3) Describe problem: I am trying to use email riddler in a form where I post an email with order info in it.
<form name="formcheck" onSubmit="return formCheck(this);" form action="mailto:'+postemailxxx+'?subject=Web contact"; method="post">
It will not post the mail properly and it tries to post to +postmailxxxx.
Have I not got the javascript correct? Can anyone see what I have incorrect?
Thanks a lot I appreciate any light on the matter.![]()



Reply With Quote
This is explained on the Email Riddler page. In your case, you could do something like:
Bookmarks