Changing the "Complete" button

I have a problem with the “Complete” button using pavlovia surveys. I want to change all the buttons text to spanish, which I do editing the JSON, however this only works for the back and next button, while the complete button still says “Complete” although I have changed it in the JSON.

This is what I have at the end of the JSON code:

 "showProgressBar": "top",
 "showTOC": true,
 "pagePrevText": "Atrás",
 "pageNextText": "Siguiente",
 "completeText": "Enviar",
 "widthMode": "responsive"

I’m having the same issue with all of my Pavlovia surveys, I wonder if it’s a bug or an error with the JSON code “completeText” not being recognised.

Is this for a standalone survey or using a survey routine in PsychoPy?

For mine, I use standalone surveys

Hi, I was wondering if you found a solution to this as I’m experiencing the same problem. Thanks :slight_smile:

I encountered this exact problem as well. I tried manually changing “completeText” to “pageCompleteText” and “pageCompText”, so it’s more like the pagePrevText option, but those also don’t work.

The problem does not appear when I’m previewing the survey in the browser from the dashboard. But once downloaded and embedded in the experiment, the text does not change anymore.