Adding a Submit Button | XM Community
Skip to main content

I am using a table of contents within a survey. The respondents can pick and choose which blocks they respond to and are not required to complete each block.
1) Is it possible to add a submit button to the ToC that would allow the respondent to submit the survey without visiting each block?
2) If the above isn't possible, is there a way to change the "next" arrow on the ToC to read "Submit" once all of the blocks are checked?

Hi jmborzick,
You might be able to do something similar to what is discussed in this thread. Namely:

  • Add a Submit button to your survey header/footer, so it is visible throughout

  • Configure the button to set an embedded field which indicates whether the Submit button has been clicked (ie; clicking it causes it io equal '1')

  • Between each block, have a branching statement which checks whether the Submit embedded field is equal to 1. If yes, end the survey.

Good luck!


bgooldfed Thank you for your response. It's an interesting solution, but not quite what I was looking for.


jmborzick what part of bgooldfed's solution is not hitting your needs? Based on what you explained I would expect his recommendation to work. You may need to provide more detail so people can continue to help meet your specific requirements.


Leave a Reply