Hi everyone,
I'm looking to add a start over button next to the submit button. With the code below I have a button next to the submit button, but I cannot seem to change any attributes with CSS nor can I add the hyperlink.
JS:
Qualtrics.SurveyEngine.addOnReady(function()
{
document.querySelector("#NextButton").value = "Submit"
jQuery("#NextButton").before("");
});
CSS:
.Skin #Buttons #NextButton {
border: none !important;
color: #fff !important;
font-size: 160px !important;
padding: 8px 20px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-ms-border-radius: 4px !important;
-o-border-radius: 4px !important;
border-radius: 4px !important;
cursor: pointer !important;
margin: 0 !important;
text-align: center !important;
text-decoration: none !important;
-webkit-appearance: none !important;
background-color: #635BFF !important;
opacity: 100 !important;
}
Any assistance would be greatly appreciated! Thank you!
Add Start Over Button
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Hope it helps!