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//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
- Forum
- Feature Requests & Suggestions
- Mark mandatory questions, show step title...
0 Replies
No Replies Yet
Topic Author
B
brandnew
@brandnew
Topic Stats
Created
Tuesday, 20 March 2018 10:44
Last Updated
Tuesday, 20 March 2018 10:44
Replies
0
Views
902
Likes
0

