Some users wish that the description of the next or continue button on the second to last page carries the description “submit” instead of “next” or “continue”.

This programming is only useful, when the survey does not use a “back”-button.


  • Create a user-defined variable. (Survey menu → Project Properties → User-defined variables)
  • Go to the questionnaire editor and create a recoding trigger on the first page:
    • Execution position “Directly”
    • Also execute trigger in preview mode: Yes
    • Execute this trigger multiple times in one survey session: Yes
    • Detail configuration: c_0001 -> Value: “next” (or whatever you want the button to be called throughout the majority of the survey; CAUTION: Make sure to use “” around the word)

Open image-20210615-072549.png


  • Create another recoding trigger on the page, which is second to last:
    • Execution position “Directly”
    • Also execute trigger in preview mode: Yes
    • Execute this trigger multiple times in one survey session: Yes
    • Detail configuration: c_0001 -> Value: “Submit” (or whatever you want the button to say on the second to last page)

Open image-20210615-072633.png


  • Now move to Questionaire editor → Laguage editor → Survey messages → Label for Submit button: #c_0001#

Open image-20210615-072645.png


Leave a Reply

Your email address will not be published. Required fields are marked *