Community

Hello! I want to hide pre-filled questions, but still be able to edit them via query params just like Google Forms do. Is it possible? For example, Google Forms pre-filled link looks like that: https://docs.google.com/forms/d/e/1FAIpQLSdViB7phXHT60D65qHfK--A5rwlW9YB8joK1UPYyDv-6dZsew/viewform?usp=pp_url&entry.474072674=test-id&entry.939967952=test-sent-cra Here I can pass params like that: entry.474072674=test-id&entry.939967952=test-sent-cra

Alexander Tsoy

Aug 9, 2024

Comments (1)

Vipin

Aug 9, 2024

Hi Alexander, You can prefill answers in the form by passing values via url parameters similar to google forms. You just have to append the google forms prefill url parameters to the Formesign share link. Google Forms link https://docs.google.com/forms/d/e/1FAIpQLSdViB7phXHT60D65qHfK--A5rwlW9YB8joK1UPYyDv-6dZsew/viewform Formesign link https://formesign.com/public/103009116584885149503/home/form/1FAIpQLSdViB7phXHT60D65qHfK--A5rwlW9YB8joK1UPYyDv-6dZsew Append prefill url parameters https://formesign.com/public/103009116584885149503/home/form/1FAIpQLSdViB7phXHT60D65qHfK--A5rwlW9YB8joK1UPYyDv-6dZsew?entry.474072674=test-id&entry.939967952=test-sent-cra If you don't want to autosave responses, you can append &ff-flush=true to the prefilled url. With this setting, the values in the prefill link will override the existing draft if there is a partially filled response. https://formesign.com/public/103009116584885149503/home/form/1FAIpQLSdViB7phXHT60D65qHfK--A5rwlW9YB8joK1UPYyDv-6dZsew?entry.474072674=test-id&entry.939967952=test-sent-cra&ff-flush=true Please try this and confirm.

Add your comment