Custom Button In Header | XM Community
Question

Custom Button In Header

  • 23 April 2024
  • 3 replies
  • 35 views

Badge +1

I have created a custom button in the header of my survey that specifies

 

“I need assistance completing the survey”

When someone presses the button, it should take them to a separate page that informs them that someone will contact them if they enter their email and/or phone number.

 

I don’t know how to make the button do that.

 

Any suggestions would be greatly appreciated.


3 replies

Userlevel 1
Badge +6

Hi @Paul1888 

You can use the following code:

<button onclick="window.location.href='YOUR_URL_HERE'">I need assistance completing the survey</button>

Replace YOUR_URL_HERE with the URL of the page where you want respondents to enter their contact information.

 

Badge +1

Hi @Paul1888 

You can use the following code:

<button onclick="window.location.href='YOUR_URL_HERE'">I need assistance completing the survey</button>

Replace YOUR_URL_HERE with the URL of the page where you want respondents to enter their contact information.

 

Hi Rick,

 

Thanks for responding.  Can I replace the URL with a Qualtrics question ID that is a form?

 

Paul.

Userlevel 1
Badge +6

Hi @Paul1888 

 

yes i think so, the anonymous survey link is a website so you can use that URL

Leave a Reply