Screen out and submit button

Hi everyone,

I hope you are well. I have a question. Is it possible to stop the respondent from clicking the submit button if he has answered a question that screen outs him. Like I don't want to just inform him with a note saying the he is screened out but I also want to stop the survey immedieately and not let him be able to submit the survey.

Thanx in advance,

Riçard

Hi @Ricard_Hoxha1 ! :waving_hand:

Here's a quick example for the logic you could use to implement the feature you are aiming for. Using this approach, if someone is found to be ineligible, they won't be able to complete or submit the form to the ODK Central server.

halt_submission.xlsx (9.4 KB)

Let me know! Have a great day! :smile:

1 Like

Thank you. Interesting solution.