Is there any way to remove the emoji symbols from the Feedback Form?
Hi Teresa,
An alternative would be following the instructions on this knowledge article and edit the feedback.vm template file, removing the following lines:
<div id="feedback-rating" class="matrix rating">
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-awesome" name="rating" value="AWESOME" />
<label for="rating-awesome"><img src="$baseurl/images/icons/emoticons/biggrin.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.awesome")</span></label>
</div>
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-good" name="rating" value="GOOD"/>
<label for="rating-good"><img src="$baseurl/images/icons/emoticons/smile.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.good")</span></label>
</div>
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-meh" name="rating" value="MEH"/>
<label for="rating-meh"><img src="$baseurl/images/icons/emoticons/wink.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.meh")</span></label>
</div>
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-bad" name="rating" value="BAD"/>
<label for="rating-bad"><img src="$baseurl/images/icons/emoticons/sad.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.bad")</span></label>
</div>
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-horrible" name="rating" value="HORRIBLE"/>
<label for="rating-horrible"><img src="$baseurl/images/icons/emoticons/thumbs_down.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.horrible")</span></label>
</div>
Regards,
Arthur Gonçalves | Atlassian Support
Hello Teresa,
When Creating the Issue collector select either "Raise a Bug" or "Custom", and the "Rate this page" option with the emoji's will not be included on the template.
Then for additional customization options check out the Advanced use of the JIRA issue collector documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
there is a brand new App called "ReVitalized Issue Collector for Jira" in Atlassian Marketplace, you can style the Form with your own CSS and it even adds a Google reCAPTCHA feature for better security and anti spam.
It is reusing the existing Jira Issue Collector.
Cheers
Heiko
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.