10 years 10 months ago -
10 years 10 months ago #239216
by Barto
Hello,
I have the following problem on my hompage. I set up the registration in the CB registration menu. The CB Login field should show the title "username or Mail". On every page of my site is the modul correct showing this title. Only on the startpage ist ist wrong.
Code on startpage:
<input id="mod_login_username" class="inputbox input-medium" type="text" title="Benutzername" onblur="if(this.value=='') { this.value='Benutzername'; return false; }" onfocus="if (this.value=='Benutzername') this.value=''" value="Benutzername" alt="Benutzername" size="25" name="username"></input>
Code on all other pages:
input id="mod_login_username" class="inputbox input-medium" type="text" title="Benutzername oder E-Mail" onblur="if(this.value=='') { this.value='Benutzername oder E-Mail'; return false; }" onfocus="if (this.value=='Benutzername oder E-Mail') this.value=''" value="Benutzername oder E-Mail" alt="Benutzername oder E-Mail" size="25" name="username"></input>
Also see the attached files.
What is wrong? What i have to do?
Thank you for answering my question.
Last edit: 10 years 10 months ago by Barto .
Please Log in or Create an account to join the conversation.