Hello Experts
I am all new to this and real stumbled with an issue that I am not even sure would be achievable or not
I have a Web page designed with what is mentioned in the title, it is only one page that shows a few input boxes to fill in, I need to set the value of one of those boxes and lock it so the user cannot change it, let's assume the url for this page is
https://aaa.azurewebsites.net/Registration/Create
My idea is to pass the value of that input box in the url as the {id?], so the url will become something like
https://aaa.azurewebsites.net/Registration/Create?myvalue
So how can I set the input box value to myvalue in the url and then lock it so the user cannot change
Is that possible? and if so how can I do that please. this is really important for covid-19 testing which is currently spreading widely in NSW Australia and I need to track the test registrations via that input box
Cheers