Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8463129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:22:52+00:00 2026-06-10T14:22:52+00:00

I found a WYSIWYG editor called Redactor Redactor Home Page . So I’d like

  • 0

I found a WYSIWYG editor called Redactor Redactor Home Page. So I’d like to implement this so I can take it and actually save the data. Does anyone have any experience that can tell me how I can get the POST data they say there is? They really do not describe it in any detail for me at least POST “Tutorial” Here And then go down to UploadFields and there is where they attempt to describe how to get the POST data.

I have a client that would LOVE to have this on his site, any tips or suggestions would be greatly appreciated, Necro.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T14:22:54+00:00Added an answer on June 10, 2026 at 2:22 pm

    As part of the setup, this requires you to have a textarea in the page. Make sure that element has a name attribute, and when your form is submitted, that’ll go to the server.

    <form method="POST" action="/save_text.php">
        <textarea id="redactor_content" name="content"></textarea>
        <input type="submit" value="Save" />
    </form>
    
    <script type="text/javascript">
    $(document).ready(
        function() {
            $('#redactor_content').redactor();
        }
    );
    </script>
    

    In save_text.php, your text will be in $_POST['content'].

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just installed this WYSIWYG text editor and I found that it wont
found this regex: insert every 10 characters: $text = preg_replace(|(.{10})|u, \${1}. , $text); can
I searched around for a basic WYSIWYG rich text editor that I can use
I found javascript wysiwyg editor wysiHTML5 . I'm trying to add element <a href=...>
I just came across RedActor (http://redactorjs.com/), a WYSIWYG-editor. I want to use it in
I am using CKEditor as a rich text WYSIWYG Javascript editor. I would like
I found this article: http://www.deluxeblogtips.com/2010/05/editor-style-wordpress-30.html I created a child theme using the Twentyten theme
Found this here http://sla.ckers.org/forum/read.php?2,15812,page=2 If you copy the title of the question and run
Found this question here And I can't understand, why on first case it prints
How can I enable the WYSIWYG editor for a custom attribute (not dissimilar to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.