Results 1 to 2 of 2

Thread: email riddler

  1. #1
    Join Date
    Nov 2005
    Posts
    132
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default email riddler

    I have just setup a basic formmail feedback form but am aware that my email address is visible in the source code.
    I have played around with the the email riddler but is it possible to integrate it into a form submission template.

    ie. pressing submit after filling out my online form uses the standard method of:

    <input type="hidden" name="recipient" value="me@myemailaddress.com" >

    ,
    cheers

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post, in this case: http://www.dynamicdrive.com/emailriddler/. See this thread for the proper posting format when asking a question.

    Certainly, and this is explained on the Riddler page. It'd look something like:

    Code:
    <input type="hidden" name="recipient" value="me@myemailaddress.com" > 
    
    <script type="text/javascript">
    document.myform.recipient.value=postemail3422
    </script>
    where "myform" is the name of your form, "recipient", name of the field containing the email address. Please see the Email Riddler page (bottom) for more info.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •