Closed (fixed)
Project:
Fullname field for CCK
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2007 at 01:10 UTC
Updated:
31 Dec 2007 at 20:31 UTC
Hello
I have long middle name (10 letter)
Why can I not set "Middle name maximum length" more than 1?
Check my test form http://t-hr.ru/node/add/11111
Why "Legal name" is white? It's look whorse
Comments
Comment #1
dema502 commentedSorry, I understand myself
Comment #2
rconstantine commentedI can see that English is not your first language, so let me make sure that I understand you.
You said,
so I think you mean that you found the controls for the lengths of the fields including the middle name, right?
As for the color of the text, as well as the text itself, you can change that. The color must be changed by copying the supplied css example to your own theme's css file. Simply set color: none to default back to your page's text color. The details are found in the README.txt file.
Please tell me if you have solved your problem, or if you need more help.
Comment #3
dema502 commentedLook at my form - http://t-hr.ru/node/add/resume
First Name and Last Name are required
When I submit form I am not looking alert message in the red box. Why?
Comment #4
dema502 commentedRyan, maybe remove style="border: 2px solid #ff0000" in input and put symbol * after labels?
Comment #5
rconstantine commentedI had a problem with the * wrapping to the next line in some cases. I couldn't figure out the CSS to prevent it. Note that I'm not setting the fields to REAL required (HTML value). Instead, due to the complex requirement settings, I'm checking it all during validation. Feel free to change your copy as you wish. You can override the theme functions (see the Drupal Handbook) and the CSS in your own style sheets.
So, you basically had two issues above. The first you fixed, the second I won't be changing, so I'm marking this as fixed.
Comment #6
rconstantine commentedActually I guess there were three issues and I forgot about the middle one - the validation problem. Anyway, I'm uploading a new release that should fix the validation. Sorry about that. I was working on cck_address at the same time I was doing cck_fullname and thought I covered validation on both.
Comment #7
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.