Reply To: display text in HTML

Home Forums Quform WordPress display text in HTML Reply To: display text in HTML

#31160
artsolving
Participant

also how do if I want to add another textarea in the form.

standard code:

jQuery(function ($) {

tinymce.on(‘AddEditor’, function () {
tinymce.activeEditor.on(‘init change keyup blur’, function () {
$(‘#another-id’).html(tinymce.activeEditor.getContent());
});

$(tinymce.activeEditor.getElement()).on(‘key up blur’, function () {
$(‘#another-id’).html($(this).val());
});
});
})

tnx a lot

  • This reply was modified 3 years, 10 months ago by artsolving. Reason: addition
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy