- Posts: 25
- Thank you received: 6
Ask the community, share ideas, and connect with other LimeSurvey users!
{str_replace( "É","E", str_replace("È","E", str_replace(" ","", str_replace("'","", str_replace("Ê","E", str_replace("Ë","E", strtoupper(html_entity_decode(nom)) ) ) ) ) ) )}
$(function() { $(".question-container.accentsTidy .text-item > textarea").on("change", function() { $(this).val(accentsTidy($(this).val())); }); $(".question-container.accentsTidy .text-item > input:text").on("change", function() { $(this).val(accentsTidy($(this).val())); }); });