Uhg, things that are so simple... AARRGGHHH!
I have gone and registered for my private/public keys with reCaptcha.
I have set my permissions to be able to write to the temp directory
I have turned off image verification in Anti-spam tab
I have turned on/off server side validation (currently off) in Validation tab (javascript validation is ON)
I have added my private/public keys to the ReCaptcha plugin on the forms management page
I have the following code with the {ReCaptcha} token in place, outside of all div tags
All I see is {ReCaptcha} (http://www.nkyonestop.org/index.php?option=com_content&view=article&id=61:ask-david&catid=36)
What am I doing wrong? I have perused practically all of the other posts concerning this issue to no avail. Please help.
Thank you,
ClayB
I have gone and registered for my private/public keys with reCaptcha.
I have set my permissions to be able to write to the temp directory
I have turned off image verification in Anti-spam tab
I have turned on/off server side validation (currently off) in Validation tab (javascript validation is ON)
I have added my private/public keys to the ReCaptcha plugin on the forms management page
I have the following code with the {ReCaptcha} token in place, outside of all div tags
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Name:</label>
<input class="cf_inputbox required" maxlength="150" size="67" title="Please Enter Your Name" id="text_5" name="name" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Phone Number:</label>
<input class="cf_inputbox" maxlength="150" size="67" title="" id="text_6" name="phone" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Email Address:</label>
<input class="cf_inputbox required validate-email" maxlength="150" size="67" title="Please Enter A Valid Email Address." id="text_7" name="email" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textarea">
<label class="cf_label" style="width: 150px;">Ask David Your Question:</label>
<textarea class="cf_inputbox required" rows="7" id="text_3" title="You Must Ask a Question." cols="80" name="question"></textarea>
</div>
<div class="cfclear"> </div>
</div>
{ReCaptcha}
<div class="form_item">
<div class="form_element cf_button">
<input value="Ask David!" name="button_4" type="submit" />
</div>
<div class="cfclear"> </div>
</div>
All I see is {ReCaptcha} (http://www.nkyonestop.org/index.php?option=com_content&view=article&id=61:ask-david&catid=36)
What am I doing wrong? I have perused practically all of the other posts concerning this issue to no avail. Please help.
Thank you,
ClayB