By Jason Nickerson on Friday, 04 May 2018
Posted in General Issues
Likes 0
Views 640
Votes 0
I have a quick question. I have several steps on registration and I would like the user to be able to skip the last one or two and register if they want. Is there a URL I can code in a button in the HTML field to say Skip and finish profile later and take them to the final submit page. I have tried with this url https://www.mygotgame.com/index.php/component/easysocial/registration/steps/5 but it errors. Any work around I can do in an override or something?
I found the override needed in the steps/default.php


<?php echo $currentIndex === $totalSteps || $totalSteps > 2 ? JText::_('Skip') : JText::_('COM_EASYSOCIAL_CONTINUE_BUTTON');?> 
·
Friday, 04 May 2018 09:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Glad to know you found the solution for this.
·
Friday, 04 May 2018 10:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post