DMXzone reCAPTCHA Support Product Page
Answered
Email recipient
Asked 09 Aug 2012 09:09:21
1
has this question
09 Aug 2012 09:09:21 David Anderson posted:
Where do I define the recipient email address? In previous Perl scripts I defined these in the scripts themselves, but I can't see where this should go in the reCaptcha setup. Replies
Replied 09 Aug 2012 10:41:31
09 Aug 2012 10:41:31 Teodor Kuduschiev replied:
Hello,
DMXzone REcaptcha is not a mail send component. This is a form secure component.
DMXzone REcaptcha is not a mail send component. This is a form secure component.
Replied 10 Aug 2012 08:22:35
10 Aug 2012 08:22:35 David Anderson replied:
Sorry, I know that. I should have given more detail.
What I meant was is that the original form action has been replaced by part of the reCaptcha code.
My original form action was like this :
This has been replaced by :
So where do I define the original form action? Append to the new one, or how is it done?
What I meant was is that the original form action has been replaced by part of the reCaptcha code.
My original form action was like this :
<form action="http://www.mydomainname.com/cgi-bin/myfromprocessor.pl" method="post">
This has been replaced by :
<form action="<?php echo $editFormAction; ?>" method="post">
So where do I define the original form action? Append to the new one, or how is it done?