Template] Problem with captcha

Asked by Avire

Hello, i deleted the captcha function while i was editing the template codes. Now i cant leave a comment. I need the code for the captcha function.

Btw: theres a "digg" submit" button, in the template codes, can i delete that?

Avire

Question information

Language:
English Edit question
Status:
Answered
For:
phpns Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
alecwh (alecwh) said :
#1

This is the common template code for the comment form:

<form style="margin-top: 50px;" action="{action}" method="post">
 <input type="text" name="name" id="name" /> <label for="name">Name (required)</label><br />
 <input type="text" name="email" id="email" /> <label for="email">Email (not publishe
d) (required)</label><br />
 <input type="text" name="website" id="website" /> <label for="website">Website</label><br />
 <textarea cols="3" rows="5" name="comment" style="width:100%; height: 150px"></textarea><br />
 <input type="text" name="captcha" style="width: 100px" /> <label for="captcha"><strong>What is {captcha_question}?</strong></label><br />
 {hidden_data}
 {captcha_answer}
 <input type="submit" value="Submit comment" id="submit" />
</form>

And yes, you can delete the {digg} marker.

Can you help with this problem?

Provide an answer of your own, or ask Avire for more information if necessary.

To post a message you must log in.