How to delete "Skip this member"?

  • Gabriella
  • Topic Author
  • Offline
  • New Member
  • New Member
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.

More
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 :
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
  • New Member
More
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