Prefill the comment textarea
-
Howdy!
I’m a layman trying to put a prewritten comment in the WordPress comment section by modifying comments.php:
<?php if ( comments_open() ) { comment_form(array( 'title_reply'=>'', 'label_submit' => esc_html__( 'Send!' ), 'comment_field' => esc_html__( 'Prewritten comment' ), )); } ?>
The two first adjustments works fine… but what should the third one be to fullfil my wish?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Prefill the comment textarea’ is closed to new replies.