← Back to team overview

phpns-team team mailing list archive

Re: [Question #58291]: Template] Problem with captcha

 

Question #58291 on phpns changed:
https://answers.launchpad.net/phpns/+question/58291

    Status: Open => Answered

alecwh proposed the following answer:
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.

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.