- Posts: 13
- Thank you received: 0
How to delete "Skip this member"?
- Gabriella
- Topic Author
- Offline
- New Member
-
Less
More
12 years 9 months ago #17248
by Gabriella
How to delete "Skip this member"? was created by Gabriella
In the group registration - if you fill in more than 2 registrants and the form asks you to fill in registrant information - when you come to the 3rd registrant it gives you an option to: "Skip this member". Why? How do I take this option away?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 9 months ago #17255
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: How to delete "Skip this member"?
Hi
If you want to remove this option, you will need to modify code alitle. Please have a look at the file components/com_eventbooking/views/register/tmpl/group_member.php, find the code below and remove it :
Regards,
Tuan
If you want to remove this option, you will need to modify code alitle. Please have a look at the file components/com_eventbooking/views/register/tmpl/group_member.php, find the code below and remove it :
Code:
<?php
if ($this->currentMember > 2) {
?>
<input type="button" class="button" name="btnSubmit" value="<?php echo JText::_('EB_SKIP_THIS_MEMBER') ;?>" onclick="billingPage();">
<?php
}
?>
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Gabriella
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
12 years 9 months ago #17259
by Gabriella
Replied by Gabriella on topic Re: How to delete "Skip this member"?
Thanks! Works like a charm.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.