Hi,
I have tried many different ways to implement this but I am unable to achieve desired result. Please guide me if you have come across this with a good solution.
I have form with two options field. I am trying to lock this two options field once the user makes a choice and saves the form. That means he has locked his choice.
So, far I tried a business rule and a client side script to lock the field on change of the same field. What's happening is it locks as soon as I click on the field and even before saving the form. That means if user makes a choice by mistake he can't revert back. And I can't implement it through plugin either. So, I am kind of stuck as to how best to implement this! Am I thinking through in the right direction? or is there a better way to handle this usecase? Please suggest.
Thanks for any help!