a) Currently, there is no way to embed hidden preset value into a form. Hidden preset value could be used to code the form to be user specific so that the form response would carry the user ID back to the table to given column, like field: “Name” and value: “Mark Hamilton”.
b) Currently, form URL looks like this: https://airtable.com/shrIZUH6G********
Query parameters could be used to code the URL to be user specific so that the form response would carry the user ID back to the table to given column, like this:
https://airtable.com/shrIZUH6G********?name&Mark%20Hamilton
The reason behind is user centric thinking. We don’t want to force user to type of pick own name when reporting job.
BR Tomas