Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Comment submit problem Paranoia theme
Hey smart people—
I’m not sure about this one. My comments on: http:family.honorbright.org site aren’t working properly. After filling out the form, going through the preview phase to the submit phase I get a plain text, plain page message at the top of browser window saying:
Please enter your name
back
If you click on the back link and retype all theinfo again and then submit you finally get the comment posted. Any ideas?
Offline
Re: Comment submit problem Paranoia theme
I assume it has something to do with this:
<code>
<div id=“commentform”>
<h3>Add Your Comment</h3>
<p>You can add a comment to this article by completing the form below. Please remember that the author of the site reserves the right to remove and modify any comments that are deemed unsuitable for viewing. Abuse of the comments system will not be accepted.</p>
<span><label for=“name”>Name:</label><input type=“text” id=“name” name=“name” value=”“ size=“25” tabindex=“1” /></span>
<span><label for=“email”>Email:</label><input type=“text” id=“email” name=“email” value=”“ size=“25” tabindex=“2” /></span>
<span><label for=“web”>http://</label><input type=“text” id=“web” name=“web” value=”“ size=“25” tabindex=“3” /></span>
<span><label for=“message”>Your Comment:</label><textarea id=“message” name=“message” cols=“30” rows=“12” style=“width:300px;height:250px” tabindex=“4”></textarea></span>
<span><txp:comment_remember /></span>
<txp:comment_preview /><txp:comment_submit />
</div>
</code>
Offline
#3 2005-08-26 02:41:36
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Comment submit problem Paranoia theme
The Paranoia theme isn’t part of Textpattern. You need to contact its author.
Alex
Offline
Re: Comment submit problem Paranoia theme
> zem wrote:
> The Paranoia theme isn’t part of Textpattern. You need to contact its author.
That I’d done. Maybe I’m in the wrong topic? I was just looking for a little “troubleshooting” help.
Update: Well, it was the comment form’s fault, I think but I don’t know why. I reinstalled the default comment form and it submits fine. If anyone happens across this post and sees something in the form, let me know. Always curious.
Offline
#5 2005-11-29 06:25:14
- c41um
- New Member
- Registered: 2005-11-08
- Posts: 6
Re: Comment submit problem Paranoia theme
This happens to me as well, when I attempt to Submit a Comments form (after viewing the preview) without filling in the required fields. I get an error message relating to the field that I did not fill in correctly, but it is displayed as plain text in the browser window. It doesn’t output my menus, or anything else defined in my ‘page’. Any ideas how I can get this error message to appear within my page template, so it doesn’t ruin the consistency of my site design?
Offline
Pages: 1