Tell us what you are trying to do? I have form with labels all the english char are uper case
Here is the code in the page:
in the example I want" Machine Learnin " I get MACHINE LEARNING why?
<li class="wpt-form-item wpt-form-item-checkbox checkbox-machine-learnin checkbox"><label class="wpt-form-label wpt-form-checkbox-label" for="wpcf-fields-checkboxes-option-1ab657be9f08fa53d5ce7758fbfff15d-1">
<input type="checkbox" id="wpcf-fields-checkboxes-option-1ab657be9f08fa53d5ce7758fbfff15d-1" name="wpcf-d790d79cd792d795d7a8d799d7aad79d[]" data-wpt-type="checkbox" data-wpt-id="cred_form_1394_1_1_wpcf-fields-checkboxes-option-1ab657be9f08fa53d5ce7758fbfff15d-1" data-wpt-name="wpcf-d790d79cd792d795d7a8d799d7aad79d[]" value="wpcf-fields-checkboxes-option-1ab657be9f08fa53d5ce7758fbfff15d-1" data-value="1" class="wpt-form-checkbox form-checkbox checkbox" data-submitanyway="yes" wfd-id="id133">
- - Machine Learnin</label>
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
There must be CSS class added where CSS property should be responsible to display the text in uppercase.
Can you please check that otherwise send me link where you displaying the form and let me try to investigate if I able to locate such CSS class.
Below is the link to the page
hidden link %d7%9e%d7%aa%d7%9b%d7%a0%d7%aa/
If you need the login information for site management below
The user dvori
and the password dvorid18
Thank you
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
I've added the following line of CSS code to your form's custom CSS section:
=> hidden link
.wpt-form-item-checkbox {
text-transform:capitalize !important;
}
Can you please confirm it works as expected.
Works great
Thank you very much