Try this. You were missing the tags and the “type” attribute for the tag. The php tag at the bottom echo’s the result that was input in the textarea. Read this http://www.w3schools.com/html/html_forms.asp
it should help you get started.
<div class="font-wrap">
<div class="wrapper">
<form action="" method="post">
<textarea name="comment" id="comment" class="talk-bubblecomment" tabindex="4" placeholder="Enter comment..."></textarea>
<p class="sign-in">
Post a new comment
</p>
<input type="submit" value="Submit Comment" />
</form>
<?php echo "$_POST[comment]";?>
Related Posts:
- How do I fetch all comments per post via WP REST API?
- Ajax load more button for comments wordpress
- How to call a PHP function from Javascript in WordPress
- WordPress Infinite Scroll without using any plugin
- How to preserve PHP modifications while upgrading WordPress?
- Calling a method from functions.php on a click of a button
- Change comments form title on a page by page basis
- How to use WordPress (PHP) functions in AngularJS partials files?
- How do I create comment-reply-button using element not
- Understanding WordPress child theme custom JS loading
- Click loads template via ajax
- Uncaught TypeError: Cannot read property ‘firstChild’ of null after upgrading to WordPress 5.5
- Replace comment avatars and links at the same time
- javaScript in section of WP API
- Adding ads code between comments
- How to speed up admin-ajax.php in wordpress
- Adding tawk.to code just before body tag on functions.php file
- Slide in Panel WordPress Post
- comments_number display outside specified span
- Trying to implement Ajax comments in WordPress, getting WP error
- How do I display a user’s previous orders as a select box option on a product?
- How does this WordPress Plugin (Thrive Comments) apply their custom comment sort? [closed]
- Trigger popup in a php if/else statement
- Use menu link or onClick to set a variable
- Populate dropdown with Child Pages based on Parent Page chosen
- remove wp floating submenu in wp dashboard
- How to complete two other input fields, completed the first
- Customize Theme comment template to Insert VoteUp and VoteDown buttons
- JS file work only in index page
- dynamic dependent select dropdown
- Limit 1 global comment per minute
- Create Page To Count Comments For Each Post In WordPress Site
- wp-comments-post.php file returns a blank page
- php function to display commenter username or login
- Alter required message using comment form api
- Noscript not working as it should in wordpress site
- Tell WP register script to load a script only when the entire page is loaded
- Send a mail to specific address in a custom field when a new comment is made on a specific post
- Why i can’t get custom fields value or post ID via Ajax?
- Fetching Initials of the Commentator in the WordPress Website
- How to reference PHP in Javascript
- Time Delay a URL Redirect for Specific Page
- WordPress User Meta value variable into Google Gauge Chart
- comment_post (if comment is approved OR $comment_approved === 1) not working?
- Cannot find the php_ini configuration file to find my error log to see why my code is not working
- Adding HTML Code to Replace Text in PHP
- Show all people who commented on all posts by an author
- Gutenberg block don’t save rich text content
- Trying to add some custom text into WordPress Post title via function.php
- Update $wpdb query with AJAX
- Using Javascript On Page – Header and Footer Now Missing
- Adding extra data to shortcode attributes and pass it to JS with wp_localize_script
- How do I make comment-reply-button with that takes to comment reply form on click
- custom post type column countdown
- How to call a function from functions.php with ajax?
- Custom Post type Ajax search results
- WordPress load javascript file if something… (after the page is loaded)
- Automatically refresh page if widget is added to page?
- wordpress all post filter by year
- Find the method which AJAX GET calls
- Display text of price (minus 20%) on every product page in a sentence.
- Help with my first Metabox helper class
- How to get the rating value of each comment
- how can I make content from a plugin hidden when user is logged in? [duplicate]
- How to hide .js files on wordpress website using php or wp plugins or any? [closed]
- Show Login Errors In WordPress/Elementor (Code “works”, but breaks site)
- hiddenQuestions.find is not a function
- Calling a function via a shortcode in javascript
- I got this error POST https://localhost/meraboilerwp/[object%20Object] 404 (Not Found)
- Custom PHP contact form issue
- Removing website URL in comments causes misalignment of submit button and tickbox
- Is it possible to display a DIV to not logged in users and then change it for users who are logged in?
- Creating a mobile site by adding a new class to the body tag from functions.php
- GET problem in WordPress
- wordpress admin plugin menu custom css
- Help with WordPress function inside a shortcode
- How to add drag and drop functionalities to a div inside option panel
- Function Reference Documenting Template Tags for use in Custom Theme Templates?
- wp_delete_comment takes two tries to delete – then deletes all comments
- Load Posts on Click via Ajax into a DIV
- calling a custom field value inside functions.php
- What is the best way to define constant options for a theme?
- WordPress redirect redirecting too many times or not at all
- An audio player that showcase a random song from playlist every 24h [closed]
- require_once() if a product in woocommerce contains a tag [closed]
- Change “No Comments” link to “My String” on Blog Post (Find Snippet in Code or use CSS, PHP Solution) [closed]
- Custom meta box values are not getting saved for my custom post type
- Why does the post_type_link hook everything twice?
- Adding a tag_ID column into Categories inside the admin dashboard?
- Simple AJAX notification when the new post is added to the database
- Warning: in_array() null given in PHP function
- AJAX wp_insert_user WORKS but responds with “The site is not enabled”
- HTML Special Characters in URL string [closed]
- how to save checkbox data for custom setting?
- How to keep the capability of users and disable Gutenberg editor in WordPress?
- Upload multiple files in randomly generated folder using wp_upload_bits
- Create page template via functions.php?
- Show ACF field with link to ultimate member profile/WordPress user profile below the post (single post layout)
- Use post ID in functions.php file adminside
- trying to put an active hover to my custom nav category buttons [closed]