ajax registration - numerous issues
- simon.mellorclark
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
14 years 2 months ago #5673
by simon.mellorclark
I bought and installed a copy of Ajax Registration to install on our site. I've tried all the config settings but I'm having difficulties getting it to view correctly ...
1. The checks/crosses and messages display below fields (in the next field) - The most important issue
2. The disclaimer box is smaller than the data entry fields
3. The "I accect" checkbox is strangely positioned
4. There's an odd "REGISTER_REQUIRED" Note at the bottom of the page.
www.missionenglish.com
We've actually just gone to production with this site and I switched from another custom registration module because we wanted to simplify the registration process so, I'd really appreciate some help here.
1. The checks/crosses and messages display below fields (in the next field) - The most important issue
2. The disclaimer box is smaller than the data entry fields
3. The "I accect" checkbox is strangely positioned
4. There's an odd "REGISTER_REQUIRED" Note at the bottom of the page.
www.missionenglish.com
We've actually just gone to production with this site and I switched from another custom registration module because we wanted to simplify the registration process so, I'd really appreciate some help here.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
14 years 2 months ago #5674
by Saka
Emir Sakic
www.sakic.net
Hello,
1. It's because of your template. You can add the fixed width to the divs, add bold line: www.missionenglish.com/components/com_aj...ets/css/validate.css
div.ar_right {
height: 42px;
float: left;
width: 380px;
}
2. You can adjust its size in the same CSS file.
3. Not sure why, In the worst case you can put it outside the div. If that's the big problem send the FTP info to me and I will experiment a bit.
4. You don't access ajax register using its own menu link. You access it with regular Joomla registration link:
www.missionenglish.com/index.php?option=com_user&task=register
Then the language strings are correct.
1. It's because of your template. You can add the fixed width to the divs, add bold line: www.missionenglish.com/components/com_aj...ets/css/validate.css
div.ar_right {
height: 42px;
float: left;
width: 380px;
}
2. You can adjust its size in the same CSS file.
3. Not sure why, In the worst case you can put it outside the div. If that's the big problem send the FTP info to me and I will experiment a bit.
4. You don't access ajax register using its own menu link. You access it with regular Joomla registration link:
www.missionenglish.com/index.php?option=com_user&task=register
Then the language strings are correct.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- simon.mellorclark
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
14 years 2 months ago #5675
by simon.mellorclark
Thanks very much indeed for such a quick reply. I'll try this and let you know.
Please Log in or Create an account to join the conversation.
- simon.mellorclark
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
14 years 2 months ago #5679
by simon.mellorclark
Hi
I've tried increasing the width (first 380 then 500) but the ajax checks still show below the line. Any ideas? It's a shame cause it really doesn't look very good.
I put the regular joomla registration menu link but I still get REGISTER_REQUIRED
I've tried increasing the width (first 380 then 500) but the ajax checks still show below the line. Any ideas? It's a shame cause it really doesn't look very good.
I put the regular joomla registration menu link but I still get REGISTER_REQUIRED
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
14 years 2 months ago - 14 years 2 months ago #5682
by Saka
Emir Sakic
www.sakic.net
Please send the admin password and FTP info to me on mail and I will have a look on that.
You did not! Try this link: www.missionenglish.com/index.php?option=com_user&task=register and you will see there is NO REGISTER_REQUIRED.I put the regular joomla registration menu link but I still get REGISTER_REQUIRED
Emir Sakic
www.sakic.net
Last Edit: 14 years 2 months ago by Saka.
Please Log in or Create an account to join the conversation.
- mark
- Offline
- New Member
Less
More
- Thank you received: 0
13 years 11 months ago #5806
by mark
Hi,
How did you go about getting your registration form to have a T&C's check box and first & last name on the form please?
www.missionenglish.com/index.php?option=com_user&task=register ?
I'm using AJAX, and trying to do the same, I'd rather use a check box they have to tick to submit than using the disclaimer box.
Registration form on my site: www.g2gcommunities.org/index.php?option=com_user&task=register
Regards,
Mark.
How did you go about getting your registration form to have a T&C's check box and first & last name on the form please?
www.missionenglish.com/index.php?option=com_user&task=register ?
I'm using AJAX, and trying to do the same, I'd rather use a check box they have to tick to submit than using the disclaimer box.
Registration form on my site: www.g2gcommunities.org/index.php?option=com_user&task=register
Regards,
Mark.
Please Log in or Create an account to join the conversation.