Nov 14, 2022 12:37 AM
I have created a custom URL for a survey using the prefilled forms extention but when the results come back they are anonymus. The URL has the name missing and am at a loss at to why this is or what to do to try and fix it…
Nov 14, 2022 12:59 AM
Hi Jason, could you share screenshots of the table and an example of one of the pre-filled links perhaps?
Nov 14, 2022 05:37 AM
It looks like this… and the survay was this URL Sign in - Airtable
Nov 14, 2022 06:08 AM
Hi Jason, looks like the link you provided was a link to your base and wasn’t a form link
May I also get a screenshot with the field header of the field you’re prefilling with some example data?
Once I know what type of field you’re trying to prefill, its name, and have an example of a prefilled form URL that isn’t working for you I can try to troubleshoot it for you
Nov 14, 2022 06:45 AM
The formula is
CONCATENATE(
IF(
“Prefilling [Weekly Session feedback] view in [Attendance] table in base with id ‘appFGTBJBmAy8igkh’”,
“Weekly Session feedback”
),
CONCATENATE(
“?prefill_” & ENCODE_URL_COMPONENT(“Cohort Week”),
“=” & ENCODE_URL_COMPONENT({Cohort Week} & “”)
),
CONCATENATE(
“&prefill_” & ENCODE_URL_COMPONENT(“Atteneed”),
“=” & ENCODE_URL_COMPONENT({Person Name Extracted} & “”)
)
)
Nov 15, 2022 05:34 AM
@Adam_TheTimeSavingCo is that information helpful?
Nov 15, 2022 06:10 AM
It looks like you are prefilling two fields
Are you expecting different fields to be prefilled?
Are these fields empty when the record is created?
Nov 15, 2022 06:19 AM
Hmm, in the link you provided the fields are prefilled correctly in the form, which indicates your formula is working
Any chance you could provide a link that doesn’t work, i.e. it doesn’t prefill the fields when you open it?
Nov 15, 2022 07:11 AM
https://global.discourse-cdn.com/airtable/original/3X/b/2/b20652e2a8564987c8444d4857d3c15ce237a131.png Thats the crazy thing it populated correctly but not linking when it filled in
Nov 15, 2022 07:35 AM
Ah, then I would echo kuovonne’s question about where those fields are empty after the record is created
If the sequence of events is:
Then you might want to open a support ticket