Hiding the Next-Button | XM Community
Skip to main content
Solved

Hiding the Next-Button

  • April 18, 2018
  • 1 reply
  • 182 views

Hello, I would like to hide the next-button until the respondents have clicked on a link to an external website. How can I do this? Thanks a lot for your help!

Best answer by Matt_Christie_Walker

You can use javascript to handle it: start by hiding the button, then show button on link click. You can see exact syntax for hiding the next button in qualtrics here. There are examples out there on how to detect if a link was clicked.

1 reply

Matt_Christie_Walker
QPN Level 3 ●●●
Forum|alt.badge.img+5
You can use javascript to handle it: start by hiding the button, then show button on link click. You can see exact syntax for hiding the next button in qualtrics here. There are examples out there on how to detect if a link was clicked.