Home › Forums › Quform WordPress › send autoreply email
Hi can disable send autoreply email via code from functions.php or javascript from html element from forms
thanks
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Thanks for your replay
the code working fine
one more question
how change label of element (text,group , dropdown ..etc) with code php or javascript
hi
finally i find the code that i have asked from you
<script> jQuery(document).ready(function ($) {
$(‘.iphorm_2_1-element-wrap label’).text(‘My new label for text 1’);
$(‘.iphorm_2_2-group-wrap .iphorm-group-title’).text(‘My new title for group 1’);
}); </script>
thanks please marked as resolved