Yes worked! Thanks!!!
The only deference is that now I have to check both .value and .defaultValue to take the elements value…
When the onchange event occurs, the value goes at element.value, but when the dtx_init event occurs, the value goes to the element.defaultValue.
I think I got it correct, but this way is working now for me!
Thanks!
If I find anything else I will inform you.
Thank you very much!
-
This reply was modified 2 years, 3 months ago by panosil.
Not the simple usage of dynamic_text, the “CF7_URL part=’query’” type of usage! When the element dynamically takes the url parameters as value.
In previous version (dynamictext) when there was some parameters in the url (let’s say https://whateverdomain.com/?param=test) the dynamictext element was firing the onchange event.
Now the dynamic_text element it doesn’t fire the event…
-
This reply was modified 2 years, 3 months ago by panosil.