I'm trying to set value to textarea with name description, and make universal template to work with many different services. Therefore I'm using form=-1, because number of forms differs from site to site.
When working with branch builder everything works great.
Setting for number to -1, complete tag to textarea and name=description everything works ok - search founds only 1 element which is textarea.
However while debugging (or using template with zenno poster), Textarea isn't set with my value, zenno instead scroll up to the top of the page.
I figured out that
<meta name="Description" content="sadasd" />
prevents zenno from finding the textarea.
If I remove meta tag that then the textarea is found, and value set. But why the zenno ignores tag specified? It should skip meta tag, and search textarea with the name given.
I'm attaching script with the test simpliefied test form.
In that current example I could of course change form number to 0, and it will work, however I'd like to avoid that, so zenno search thru all forms for the specified textarea.
I'm not 100% sure, but I think when I was playing with some older version of Zenno it worked as expected.
When working with branch builder everything works great.
Setting for number to -1, complete tag to textarea and name=description everything works ok - search founds only 1 element which is textarea.
However while debugging (or using template with zenno poster), Textarea isn't set with my value, zenno instead scroll up to the top of the page.
I figured out that
<meta name="Description" content="sadasd" />
prevents zenno from finding the textarea.
If I remove meta tag that then the textarea is found, and value set. But why the zenno ignores tag specified? It should skip meta tag, and search textarea with the name given.
I'm attaching script with the test simpliefied test form.
In that current example I could of course change form number to 0, and it will work, however I'd like to avoid that, so zenno search thru all forms for the specified textarea.
I'm not 100% sure, but I think when I was playing with some older version of Zenno it worked as expected.
Вложения
-
1,4 КБ Просмотры: 492