Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
erman4764
ParticipantI want to write for friends who do not know;
This worked for me;
Forms – Settings – Custom CSS & JS – Custom JavaScript.
Paste code below. Dont forget to replace unique id of that item.$(‘.quform-field-1_12’).keyup(function (event) {
$(this).val(function (index, value) {
return ‘$’ + value.replace(/\D/g, “”).replace(/\B(?=(\d{3})+(?!\d))/g, “,”);
});
});erman4764
ParticipantI want to give a detail. This issue exist after checking radio buttons.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)