Skip to content
Discussion options

You must be logged in to vote

I think the fastest way would be to just edit the plugin-survey-multi-choice.js directly. On line 140-142 you have the following:

if (question.required) {
   html += "<span class='required'>*</span>";
}

If you delete that it will not show the asterisk but still have the question required.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jshinnn
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants