Quote:
Originally Posted by Pedrillo
Great plugin.
I sucesfully installed it in my forum, but when someone fills a form get this javascript error:
Code:
vB_Editor[''] is undefined
at (line 2)
return vB_Editor[''].prepare_submit(this.title.value, 0);
And the form is not submited.
I'm using vBulletin 3.8 + vbSeo 3.2.0
|
I discover that the form is submited or not
depending of the order of the variable options that I indicate in the "Thread/ PM/ Email Title: " field:
Example: It's ok with "{q_1}: {q_2}" but not submit the form if I wrote "{q_2}: {q_1}"
In other form it's ok with "{q_6} {q_5}" but not with "{q_5} {q_6}"

What's wrong?
Thank you bananlive!