I am facing an issue with my WordPress page that has Buddyboss installed along with Elementor pro as the Pagebuilder. The Buddyboss plugin provides Facebook-like functions on the website. While it is easy to comment on posts within the Buddy Boss system, I encounter a problem when trying to submit a comment on a post outside of the Buddyboss platform. There seems to be a hidden field that needs to be completed in order for my comment to go through. Here is the line of code
Despite attempting to target and delete this hidden field using a script by its ID, I have not been successful. However, manually deleting the field allows me to successfully submit my comments. Any suggestions or ideas on how to resolve this issue?
If you view my Textarea without the CSS that hides it, here is what it looks like:
<textarea
id="aad669143d1a2b175fb447cb79a28f4b"
aria-label="hp-comment"
aria-hidden="true"
name="comment"
autocomplete="new-password"
style=""
tabindex="-1"
class="error"
aria-describedby="aad669143d1a2b175fb447cb79a28f4b-error"
aria-invalid="true">
</textarea>