I am trying to create a way for people to subscribe to a newsletter. The first form allows them to put in their name and email address. It works fine. I set a field called "Status" to Unconfirmed (as Single select type).
I will then have an automation that will email them a link to a form update (with the record_id() etc). I want the form to just have the Submit button (in which I change the label to "Confirm Email". I can have the Status field on their for them to select "Confirmed", but I'd rather it be passed in, hidden and changed to "Confirmed", so when they submit the form the status gets set to "Confirmed".
So I have the edit form (in fillout), I created the URL id of Status, and I set the formula to
But every time the form gets called, the original value from airtable (which is Unconfirmed) stays there, and it doesn't get updated to Confirmed. Does the pre-fill thing only work on create record, and not update record?