Skip Navigation

[Resolved] פםדא כםרצ

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 8 months, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2687175
Image 3aaaa.jpg

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>

#2687212

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.

#2687218

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

#2687240

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.

#2687250

Works great
Thank you very much