We have several copies of the same type (tasks for resumes, only hidden fields "job_id" are changed on each), and we want to use tinyMCE for the textarea description field.
In each form, the description field is called "inputDec". TinyMCE seems to fail after one use, despite the fact that each of the forms has unique names.
Multiple instances are not a problem, but are they possible when the identifier is the same - even if the forms are different - all on one page.
Thanks in advance for any suggestions regarding this issue?
source share