I want to create forms to get reviews from some products I sell and for that I have created a Table which consists of the following fields:
- Product (linked to the corresponding "Product" record in the "Products" Table)
- Q1
- Q2
- ...
- Qn
I want to be able to send form links with the "Product" field prefilled (using its RECORD_ID), so that the reviewer can easily know which product he/she is reviewing. However, I don't want the reviewer to able to change that value in the form and select by mistake any other "Product" record. How can disable the possibility of changing a prefilled value in a form?
I have tried using the option "Limit record selection only in view" to another view, but it is not working.