Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

159
Views
Automatically submit a tinymce form after a certain count of words written in the textarea field

Is it possible to automatically submit a tinymce form after a certain name of words written in the textarea field? I tried this but it doesn't work.

Here's my code:

<body>
    <div class="container mt-5">
        <form method="post" id="form" action="getform.php">
            <div class="form-group">
                <label>Title</label>
                <input type="text" name="title" class="form-control">
            </div>
            <div class="form-group mt-4">
                <label>Content</label>
                <textarea name="dopamine" id="tinymce"></textarea>
            </div>
            
            <button class="btn btn-primary mt-4">Submit</button>
        </form>
    </div>
    <script>
    $('#tinymce').keyup(function(){
        if(this.value.length ==10){
        $('#Form').submit();
        }
    });
    </script>
</body>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!