Hello,
I have some questions about Joomla registration plugin in CF, i have just read the thread about how to make registration form and link to joomla. Tried to do that and no problem, but what i want is the password/ verify passwork will replace with * (all chars) and username entered without space.
Could you tell me how to do that?
I have some questions about Joomla registration plugin in CF, i have just read the thread about how to make registration form and link to joomla. Tried to do that and no problem, but what i want is the password/ verify passwork will replace with * (all chars) and username entered without space.
Could you tell me how to do that?
Hi LouisTran,
You need to use PasswordBox elements to get the **** entries or change any type='text' inputs to type='password'
There isn't a Javascript validation that will eliminate spaces. You could add a custom validation; or a serverside validation; or just strip any spaces out of the result in the On Submit Before box.
Bob
You need to use PasswordBox elements to get the **** entries or change any type='text' inputs to type='password'
There isn't a Javascript validation that will eliminate spaces. You could add a custom validation; or a serverside validation; or just strip any spaces out of the result in the On Submit Before box.
Bob
Ah yes, i want to get the **** entries in password box when we type any in there.
And want the username box will not allowed for any space.
Becoz now im having trouble with joomla registration, this form allowed to have space in username, and password can less than 6 charters. I want to replace it by create a form using CF, but same there with joomla, i dont know how to make restriction (no space in username, password must more than 6 chars)
And want the username box will not allowed for any space.
Becoz now im having trouble with joomla registration, this form allowed to have space in username, and password can less than 6 charters. I want to replace it by create a form using CF, but same there with joomla, i dont know how to make restriction (no space in username, password must more than 6 chars)
This topic is locked and no more replies can be posted.