Register button not working
- Susanne
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
9 years 2 months ago #7540
by Susanne
Hi,
I installed ajax register and created my form additions, but on testing them, the register button doesn't work.
It has a mouseover effect but nothing happens when you press it.
My joomla is the latest version.
Thanks,
Susanne
I installed ajax register and created my form additions, but on testing them, the register button doesn't work.
It has a mouseover effect but nothing happens when you press it.
My joomla is the latest version.
Thanks,
Susanne
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
9 years 2 months ago #7541
by Saka
Emir Sakic
www.sakic.net
You have a JS error on your RegEx for ZipCode validation:
SyntaxError: invalid regular expression flag ^
components/com_ajaxregister/assets/js/validate.js line 1 > eval
Line 1
Once it creates the error it breaks the registration button. You must be careful with RegEx. Note that I can't support correct RegEx, that goes under paid support.
SyntaxError: invalid regular expression flag ^
components/com_ajaxregister/assets/js/validate.js line 1 > eval
Line 1
Once it creates the error it breaks the registration button. You must be careful with RegEx. Note that I can't support correct RegEx, that goes under paid support.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.