Add Prefix in text field
When you have to prefix any hard coded value in a text field, like for example in telephone field you have to prefix the country code and dont want the…
When you have to prefix any hard coded value in a text field, like for example in telephone field you have to prefix the country code and dont want the…
<script type=”text/javascript”> var formChanged = false; jQuery(window).load(function() { // This is triggered when the entiire page is loaded fully // form id and all the possible filed type in that…