Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Comment form require URL to send the comment. #53

Open
davegomez opened this issue Jun 2, 2012 · 4 comments
Open

Comment form require URL to send the comment. #53

davegomez opened this issue Jun 2, 2012 · 4 comments

Comments

@davegomez
Copy link
Contributor

The comment form ask every user for a valid URL (including the http:// prefix) to send the comment, it doesn't matter if the wordpress option 'require_name_email' is uncheck, you can still send an anonymous comment but you have to fill this field first.

@norcross
Copy link

norcross commented Oct 8, 2012

I've found the cause, just not sure what the fix is. It's caused by the placeholder text IE fix. since the 'your website' text is in there, it thinks it's an invalid URL and resets itself. Gonna work on some fix.

@davegomez
Copy link
Contributor Author

I see...

Let's hope Chris have time to fix it, it's really annoying for my readers.

@stirnim
Copy link

stirnim commented Dec 30, 2012

I just stumbled over this as well. This fixes the problem for me

file: wordpress-boostrap/comments.php
line 126:

old: ...input type="url" name="url" id="url"...
new: ...input type="text" name="url" id="url"...

Changing input type from "url" to "text"

@imfromio
Copy link

Stirnim's solution does eliminate the "Your Website" field requirement issue. But an important part of using this responsive theme is to accommodate mobile devices. Taking advantage of the HTML5 "url" field type is important for our mobile device audience.

Anybody else have any suggestions?

I've also noticed that after submitting an empty form, the email field gets highlighted before the name field. Seems like there are multiple problems at work here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants