Home › Forums › Quform WordPress › Paragraph Text – Capitalize each line.
- This topic has 5 replies, 3 voices, and was last updated 10 years, 11 months ago by Ally.
- AuthorPosts
- February 1, 2014 at 12:15 pm #8527DiamondLights2Participant
Hi
Great Plugin, perfect for what i need.
I’m using the following CSS for all Paragraph Text boxes in Global CSS.text-transform: capitalize;
However, it only seems to work on the first line. If you type a list of names in the box (pressing enter between each name) it only seems to work on the top line e.g
Name One
name two
name three
etcIs there a way to have this code applied to every line.
Thanks for your help.
February 2, 2014 at 5:08 am #8535AllanSupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 6, 2014 at 6:02 pm #8654DiamondLights2ParticipantHi Alan
Sorry for only just getting back to you..
Yes, I’m using Firefox. Do you know if there is a solution?
Thanks for your help
February 7, 2014 at 10:30 am #8657AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 7, 2014 at 12:00 pm #8659DiamondLights2ParticipantAlly
That work perfectly.
Thank you so much.
Just a quick follow up.
I have multiple Paragragh Text boxes, so can you see any problems if I add them all as follows:
$(‘.iphorm_1_2, .iphorm_1_12, .iphorm_1_13, .iphorm_1_14, .iphorm_1_21, .iphorm_1_23, .iphorm_1_15, .iphorm_1_17, .iphorm_1_18, .iphorm_1_19, .iphorm_1_20, .iphorm_1_16, .iphorm_1_65, .iphorm_1_66,’).bind(‘keyup’, function () {
$(this).val(ucwords($(this).val()));And a final related question.
How can I format the Paragraph Text box so the when the text is input it appears identical to the Single line text box (font colour etc.)
Thanks again Ally for all your help.
Great Support.
February 10, 2014 at 11:18 am #8672AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.