We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Question About PHP Form Field & Letter Capitalization

Development and Programming

Success99's avatar
Success99
5 posts
14 years ago
Success99's avatar Success99

Hello,

I am creating a form field on a contact form on my website.

I need to ensure that a few particular fields have the proper capitalization once submitted. I need the first letter of the field (first name, last name, etc) to be capitalized, but not any of the remaining letters.

I know this can be done in JavaScript, but want it to be done server side in PHP. I am not a web developer, and need to try to figure this out. I have found that I will need to use “ucfirst” to accomplish this, but that is about as much as I can understand.

Here is what I have in my form now:

<div><label for="last_name">Last Name:</label><input class="required" id="last_name" name="last_name" type="text" value="<?php {echo ucfirst("$last_name"); }?>" /></div>

This obviously is not working. I don’t care if the capitalization shows up on screen, I just need it to be submitted to my database correctly. Can someone help me?

Thanks in advance!

       
the3mus1can's avatar
the3mus1can
426 posts
14 years ago
the3mus1can's avatar the3mus1can

If you are using PHP to do it it will have to be done in the code that processes the form submission. Are you using Freeform or something else?

       
Success99's avatar
Success99
5 posts
14 years ago
Success99's avatar Success99

I submitting the form into my CRM. My form is not created with Freeform, just regular html code that POSTs to my CRM.

       
Bhashkar Yadav's avatar
Bhashkar Yadav
727 posts
14 years ago
Bhashkar Yadav's avatar Bhashkar Yadav

which CRM you are using?

       
Success99's avatar
Success99
5 posts
14 years ago
Success99's avatar Success99

Salesforce.com is the CRM I am using…

       
Bhashkar Yadav's avatar
Bhashkar Yadav
727 posts
14 years ago
Bhashkar Yadav's avatar Bhashkar Yadav

sorry, i don’t have idea about SalesForce. I was supposed if you are using SugarCRM.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.