×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Email field won't allow all characters

Email field won't allow all characters 8 years 6 months ago #32288

  • Tiger Lily
  • Tiger Lily's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi,
I've installed version 2.0 on the latest Joomla platform. For some reason, when I go to test and input an email address, anything after the @email.com turns all the text white and you can't see that you've entered it unless you scroll over it.

Here's the link. Also, I can't figure out the CSS to force the First and Last Name to appear on the same row. Can anyone help with that too?

198.1.116.170/~lcanimal/LCA_2015/

Thanks in advance.

Email field won't allow all characters 8 years 6 months ago #32414

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
This must be a css issue.
When you type into the field I see that it is red (validation didn't pass) The second you enter the @ most probably the validation is passing and you standard color for the input field seems to be white.
You would have to add some lines to your css. For example try this:
.cmc-signup input {
color: #000!important;
}

This should take priority over everything else you have in your css file.

Regards,
Daniel
  • Page:
  • 1
Time to create page: 0.141 seconds