Add new fields on comments form
-
Hi all,
I’m working on a plugin to add a password field on the comments form, to prevent that someone not me and not logged in posts a comment with my username (as I haven’t seen any plugin to do this). Using the action hook “
add_action('comment_form', 'my_add_pwd_field');
” puts the field at the bottom of the form, even below the submit button. Is there any way without using javascript to make this field appear just below the username input?Or does someone some plugin or anything to prevent someone to post a comment with my username?
Thanks in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add new fields on comments form’ is closed to new replies.