By John Jacobson on Monday, 01 June 2015
Posted in General Issues
Replies 1
Likes 0
Views 1.2K
Votes 0
Is there a page within the Joomla/EasySocial control panel, to remove the ""Fields marked with an asterisk (*) are required." text on the bottom of the registration page? Or is it a direct page edit?
Thanks for your help in advance.
Hi John,

To remove the text "Fields marked with an asterisk (*) are required." in Easysocial. Go to filepath Joomlafolder\components\com_easysocial\default-themes\registration, and access the file --> default.steps.php

Delete this line of code


<div class="form-group">
<div class="col-sm-8 col-sm-offset-3 fd-small">
<?php echo JText::_( 'COM_EASYSOCIAL_REGISTRATIONS_REQUIRED' ); echo "Hello"; ?>
</div>
</div>


Hope that helps .

Best regards
Chris
·
Monday, 01 June 2015 10:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post