Viewing 5 replies - 1 through 5 (of 5 total)
  • Same here too. Would be great.

    This is a great timesaver add-on.

    clecocq & HrvojeKC,

    I haven’t tried it yet but I will give it a shot on my next project. If you got it to work, what did you do?

    Scot

    so does this work?
    can you use wysiwyg with this plugin?

    nope it does not seem to work

    Try using TineMce directly in your text area instead of using a wordpress plugin for that.

    https://www.tinymce.com/

    <!DOCTYPE HTML>
    <html>
    <head><!-- CDN hosted by Cachefly -->
    <script src="https://tinymce.cachefly.net/4.0/tinymce.min.js"></script>
    <script>
            tinymce.init({
            	selector:'textarea',
            	menubar : false,
            	toolbar: 'bold italic | undo '
            });
    </script>
    </head>
    <body>
            <textarea>Your content here.</textarea>
    </body>
    </html>

    Usefull Doc Links
    Controls
    Toolbar Options
    Advanced Configuration

    * This HTML just as an example… in wordpress make sure to enqueue the script via functions.php using wp_enqueue_script( );

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Gravity Forms – Update Post] Making it work with gravity-forms-wysiwyg ?’ is closed to new replies.