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