Mark mandatory questions, show step title
Mark mandatory questions, show step title
Hi maverick.
I suggest two things in future release:
1. Mark/distinguish mandatory questions by style.
It can be simple with the help of such a code:
<?php echo $item->mandatory ? ' mandatory' : '';?>
inserted to line 18 /components/com_communitysurveys/layouts/[layout]/response/question.php
and some CSS changes, b.e.
#cj-wrapper .mandatory .panel-title:after{
content: " *";
}
or
#cj-wrapper .panel-default.mandatory {
border-color: #F00;
}
2. Configuration option to switch on and off show step titles above progress bar.
This may be very helpful, if questions on specific pages can be grouped and/or logically named, b.e. personal questions, ocupation questions and so one.
Best regards,
Brand New
Access to viewing replies is restricted.
Showing 4 of 4 replies
You do not have permissions for replying to this topic.