Hi all,
Im working on a survey to have it on web but im developing it in Connect. I have a selec_one yesno question and I need to force the user to chose 'yes' in order to submit. In order to achieve this, I made a hidden and required field with:
Relevant: ${yesno}='yes'
Calculation: ${yesno}
It works perfectly on Connect app, I cant submit data if I dont answer anything or answer 'no'. But in Web this does not happen. Any ideas where the problem might be? Any workaround?