I'm completely stumped on this one...
I cannot get the comment form to accept the
name and
email fields on the theme I created.
It works fine for logged-in users, but when a visitor tries submitting a comment, it says the name and email fields must be specified. I dumped the
$stored array and the `$stored['comment']` parameter is the only one storing the value, but the `$stored['name']` and `$stored['email']` values are always empty.
Any ideas why? I'm using a
comment_form.php template if that makes any difference.
You can try it at
http://m5url.me/photos on one of the photos.
Comments
However, I copied the form fields from those themes and since the form is submitted to `#`, I'm not sure at this point how the comment submission is being handled.
The reason I created my own comment form is because the one printed by ZenPhoto is formatted as a table and that's not tabular data.
Since part of my goal was to use the best HTML/CSS formatting practices, I removed all of the table-formatted syntax that didn't contain tabular data such as the comments and comment forms.
But there always more important things come in the way since this works although not correct semantically. And of course it will break some older themes as well.