
1 answer

Hi Carolina, I'm not sure if you have moved the order of the script and the div tags. Have you tried placing the script tag after the div tag like the following: <div class="detail" id="preTourQuizButton">
<!--preTour Quiz Button will populate here-->
</div>
<script>
$j=jQuery.noConflict();
$j("⌗preTourQuizButton").append(
"<a class=\"btnOrange\" href=\""
+ "https://www.getfeedback.com/r/" +surveyid + "?CnP_PaaS_EVT__Event_attendee_session__c.id=" + attendeeJsId + "&attendeePageId=" + attendeeJsId + "®istrantPageId=" + registrantJsId + "&eventPageId=" + eventJsId
+ "\">"
+"What do you Know about Wildcats?"
+ "</a>"
);
</script>