Problem with

3.90K viewsIssues
0

First of all thank you very much for this GREAT plugin!

The plugin mentioned fills the question- and answer- textfield (with AND without “wysiwyg”) with unwanted code:

 

The question-/answer-edit-textfield doesn´t only contain the question/answer, but additionally the code I wrote down here. I even cannot hide it by css, as it is INSIDE of a textfield.

Would it be possible to automatically delete it out of that textfield?

Or make sure,that the textfield only contains the question/answer?

Somebody wrote, you use style-names in your plugin that are used in other pages/posts, too. Could that cause the fmbp-plugin to “fire” that text?

Or do you have an idea, where that comes from?

How can that be prevented?

I would so much like to use your plugin on my site. Besides this piroblem, I find it just GORGEOUS, and it would be such a pity to be forced to use another one..

THANK YOU, kind regards.

Achim

I did not understood your issue.

1

I also did not understand it, but if you want to make a text field empty use jQuery:

$(document).ready(function(){
  $('.textarea class or #id').val('');
});