I'm trying to create an attribute. I called it "Phantom_Colour". When I was done, I went to save and got the error
"Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter."
I renamed to PhantomColour. Same. In fact, typing anything in that box causes the form validation to fail, and produce the same error. I'm using 1.9.1.0 and IE 11. I have the same issue in Chrome.
Solved! Go to Solution.
define attribute code into lower case "phantom_colour" instead of Capital.
Might want to add that to the error text - I wouldn't have figured out it out
Thanks for your help!