using recaptcha in an existing form

59 views
Skip to first unread message

vale...@globallaser.com

unread,
Jun 1, 2012, 11:35:28 AM6/1/12
to reCAPTCHA
I can't seem to get recaptcha to perform properly on my site. The form
is not php and i'm not sure how to insert it and make it work
this is my form code.
<form method="post"
action="http://www.yourwebhosting.com/scripts/formemail.bml">
<table border="0" cellpadding="0" cellspacing="0"
width="80%">
<tbody>
<tr>
<td valign="top" width="28%">
<div align="right"><font
face="Geneva, Arial, Helvetica, sans-serif" size="3">Name:</font></
div>
</td>
<td width="72%"> <font
face="Geneva, Arial, Helvetica, sans-serif" size="3">&nbsp;
<input name="name" id="name" size="40"
type="text" /> </font></td>
</tr>
<tr>
<td valign="top">
<div align="right"><font
face="Geneva, Arial, Helvetica, sans-serif" size="3">Company:</font></
div>
</td>
<td><font face="Geneva, Arial, Helvetica, sans-serif"
size="3">&nbsp;
<input name="company" id="company" size="40"
type="text" /> </font></td>
</tr>
<tr>
<td valign="top">
<div align="right"><font
face="Geneva, Arial, Helvetica, sans-serif" size="3">Email:</font></
div>
</td>
<td><font face="Geneva, Arial, Helvetica, sans-serif"
size="3">&nbsp;
<input name="from_email" id="email" size="40"
type="text" /> </font></td>
</tr>
<tr>
<td valign="top">
<div align="right"><font
face="Geneva, Arial, Helvetica, sans-serif" size="3">Phone:</font></
div>
</td>
<td><font face="Geneva, Arial, Helvetica, sans-serif"
size="3">&nbsp;
<input name="phone" id="phone" size="40"
type="text" /> </font></td>
</tr>
<tr>
<td valign="top">
<div align="right"><font
face="Geneva, Arial, Helvetica, sans-serif" size="3">Pain
Points:</font></div>
</td>
<td><font face="Geneva, Arial, Helvetica, sans-serif"
size="3">&nbsp;
<textarea name="comments" cols="35" rows="8"
id="comments"></textarea> </font></td>
</tr>
<tr>
<td><font face="Geneva, Arial, Helvetica, sans-serif"
size="3">&nbsp;</font></td>
<td><font face="Geneva, Arial, Helvetica, sans-serif"
size="3">
<input name="Submit"
value="Submit for a Quick Response " type="submit" />&nbsp;</font></
td>
</tr>
</tbody>
</table>
<p><!-- SCRIPT CONFIGURATION SECTION --> <input
name="subject" id="subject" value="Home Page Form"
type="hidden" />
<input name="my_email" id="to"
value="websu...@globallaser.com" type="hidden" /><input
name="thankyou_url" id="redir"
value="http://www.globallaser.com/thanks.html" type="hidden" /><!--
END OF SCRIPT CONFIGURATION SECTION --></p>
</form>

Thanks

بول

unread,
Jun 1, 2012, 3:13:48 PM6/1/12
to reca...@googlegroups.com


On Fri, Jun 1, 2012 at 4:35 PM, vale...@globallaser.com <vale...@globallaser.com> wrote:
The form is not php

Do you have php available?

--
PJH


vale...@globallaser.com

unread,
Jun 1, 2012, 3:24:29 PM6/1/12
to reCAPTCHA
I don't have the form set up as php and to be honest i'm not sure how
I would

On Jun 1, 2:13 pm, بول <pauljherr...@gmail.com> wrote:
> On Fri, Jun 1, 2012 at 4:35 PM, valer...@globallaser.com <

بول

unread,
Jun 1, 2012, 3:28:42 PM6/1/12
to reca...@googlegroups.com
It could be as simple as renaming the file from whatever.html to whatever.php.
 
As a simple test, create a (temporary, delete it once you've done this) file called phpinfo.php with the following one-liner:
 
<?php phpinfo();?>
 
 
do you see that exact text, or do you see a large page essentially describing your php setup?

--
You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
To post to this group, send email to reca...@googlegroups.com.
To unsubscribe from this group, send email to recaptcha+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/recaptcha?hl=en.




--
PJH


Reply all
Reply to author
Forward
0 new messages