dynamic_text CF7_URL don’t fire onchange event
-
I am still using the old version 3.5.4 because of a major problem.
The new dynamic_text tag don’t fire onchange event.
I use the tag [dynamictext n-url-query “CF7_URL part=’query'”] and inside my js code I call
jQuery(document).on(‘change’, ‘.wpcf7-form-control’, function() {…
so I can react when a form control changes its value.
With the new dynamic_text tag, this code don’t work. The field don’t fire the onchange event when I call the page with something like https://whateverblabla.com?recordID=3456
With the previous version, the dynamictext field is firing the onchange event by this call…
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘dynamic_text CF7_URL don’t fire onchange event’ is closed to new replies.