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

278
Views
Ho can get values from Quill editor form for my php code?

I started using Quill editor. I want to send to my sql values from form in html format. How can i do it? I using php for get values from input forms, etc.

<div class="form-control" id="editor" name="news_body" aria-describedby=""></div>

<script>
            var toolbarOptions = [
              ["bold", "italic", "underline", "strike"],        // toggled buttons
              ["blockquote", "code-block"],

              [{ "header": 1 }, { "header": 2 }],               // custom button values
              [{ "list": "ordered"}, { "list": "bullet" }],
              [{ "script": "sub"}, { "script": "super" }],      // superscript/subscript
              [{ "indent": "-1"}, { "indent": "+1" }],          // outdent/indent
              [{ "direction": "rtl" }],                         // text direction

              [{ "size": ["small", false, "large", "huge"] }],  // custom dropdown
              [{ "header": [1, 2, 3, 4, 5, 6, false] }],

              [{ "color": [] }, { "background": [] }],          // dropdown with defaults from theme
              [{ "font": [] }],
              [{ "align": [] }],

              ["clean"]                                         // remove formatting button
            ];
            var quill = new Quill("#editor", {
                theme: "snow",
            modules: {
                toolbar: toolbarOptions
            },
            theme: "snow"   
            });
        </script>

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!