SCRIPT NOT WORKING AFTER UPDATE
-
I had this script you posted on another Support Post that forced UPPERCASE on a field.
After your recent update, the form fields unique ID, prevented this script from working.
I’m asking you for an updated version of the script!
Thank you!
PREVIOUS SCRIPT:
<?php add_action('wp_footer', function() { ?> <script type="text/javascript"> jQuery(document).ready(function($) { $('#forminator-module-38861 #forminator-field-text-1').on('keyup', function() { $(this).val($(this).val().toUpperCase()); }); }); </script> <?php });
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘SCRIPT NOT WORKING AFTER UPDATE’ is closed to new replies.