-
Goal: I want to have a custom button to complete the task which can complete the task on any page but still runs server-side validation
-
Details:
-
from what I understand completeLastPage is what I need to call but in the docs it says its depreciated and links to tryComplete but this says if I want to be on any page I should use doComplete (and links to the wrong one) but doComplete say I should use completeLastPage if I want validation from any page (so back to the beginning)
-
I actually started all this to figure out how I can fail server-side validation if my survey doesnt contain any questions but I understand this a strange use case so I dont mind if theres no good answer to that.
-Code:
I cant provide code but the overall idea is something like
taskModel.onServerValidateQuestions(validatingFunction)
const buttonSubmit = (taskModel) => {
taskModel. <----- what method should I use here
}