Hi, I am trying to prefill a linked field in a form but I don’t want the user to be able to modify it.
I try to things:
- I hide the field using a never accomplish condition and using prefill_ on the iframe url but the field is not sent it to the table
- I remove the field from the form and try sent it via prefill_ on the iframe, but the same result. No info was sent it to the table
This is the url I am using:
https://airtable.com/embed/shrnfA3nT6b2jUoVe?prefill_Notes={notes}&prefill_ID={id}
I don’t know what else can I try. I would appreciate any hint on this.
Thanks in advance.