Title: Adding Fields to Comment Form
Last modified: August 21, 2016

---

# Adding Fields to Comment Form

 *  Resolved [jdpfresh](https://wordpress.org/support/users/jdpfresh/)
 * (@jdpfresh)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-fields-to-comment-form/)
 * Hi,
 * I am new to wordpress and understand very little of how it works on the backend.
   I’ve been doing research for days upon days on how to add extra fields to the
   default comment form — all to no avail.
 * I stumbled on this plugin and it seems to be capable of doing exactly what I 
   want — only one problem — I don’t know how to implement it. I created the fields
   and it shows up when editing a comment in the admin dashboard, BUT I do not know
   how to get the fields to show on the form and in the actual published comment(
   I know you need to call the fucntions, but I have no idea where to start).
 * Please any help would be great. I’ve tried reading and rereading the docs, but
   I’m always left ??? confused ???
 * Thanks so much!
 * [http://wordpress.org/extend/plugins/pods/](http://wordpress.org/extend/plugins/pods/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-fields-to-comment-form/#post-3899355)
 * To output comment field meta, you would use get_comment_meta, see:
 * [http://codex.wordpress.org/Function_Reference/get_comment_meta](http://codex.wordpress.org/Function_Reference/get_comment_meta)
 * `Favorite Color: <?php echo get_comment_meta( get_comment_ID(), 'favorite_color',
   true ); ?>`

Viewing 1 replies (of 1 total)

The topic ‘Adding Fields to Comment Form’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

## Tags

 * [beginner](https://wordpress.org/support/topic-tag/beginner/)
 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [extra](https://wordpress.org/support/topic-tag/extra/)
 * [form](https://wordpress.org/support/topic-tag/form/)
 * [how](https://wordpress.org/support/topic-tag/how/)
 * [to](https://wordpress.org/support/topic-tag/to/)

 * 1 reply
 * 2 participants
 * Last reply from: [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/adding-fields-to-comment-form/#post-3899355)
 * Status: resolved