What Softr is
Softr lets you build powerful applications that connect to databases like Airtable, but sometimes you could use the help of more powerful form applications that allow for things like:- Filtering linked record pickers to only show relevant results
- Creating multiple pages on the forms
- Referencing previous answers
- Hiding elements conditionally based on previous answers or the user data
Method 1: Embed in list details block
Embedding a Fillout form in a Softr list details block lets you define different embedded forms for different records you’re displaying.Note: If you aren’t using a list details block, skip ahead to Method 2.
1
Create a list details block
In Softr, choose a List Details block template.

2
Add an embed field
In your List Item Fields, add an embed.

3
Copy an embed snippet for a Fillout form
You can get embedding options for Fillout forms in the Share tab for your form. Choose an embed option and click 
Use this embed
.
Important: You should publish your Fillout form before trying it in Softr.
4
Paste the embed snippet into a new field in Airtable, and display it
Create a new field in Airtable, which will contain the embedding snippets from Fillout. Paste your snippet (optionally customized) into that field. You can use a formula field, or simply a long text field.



Good to know: If you’re using a formula as the link to your Fillout form, you can pass in parameters to the form from Airtable. More details at the end of this article.
5
Publish your app
Publish your softr app and view your form.

Method 2: Custom code block
Note: You’ll need a paid Softr account to use this method.
1
Create a custom code block
2
Copy an embed snippet for a Fillout form
You can get embedding options for Fillout forms in the Share tab for your form. Choose an embed option and click 
Use this embed
.
Important: You should publish your Fillout form before trying it in Softr.
3
Paste the embed snippet into the Softr code block

4
Publish your Softr app
That’s it! Publish your Softr application and try your Fillout form! At this point, you should be ready to try your embed! See below for more advanced instructions.
Advanced: filtering records and accessing the logged in Softr user
Video tutorial
Watch Dan Leeman from Automation Helpers build a filtered Fillout form, embedded in Softr.Update forms
You can embed complex forms like forms to update an existing user’s profile based on the current logged in user. For example, a form that opens in a pop-up, to allow a logged in student to update their courses.
How to access the logged in Softr user in Fillout forms
For custom code blocks
You can use the following code snippet:Paste your embed code here
, you can paste in the embed code you copied from Fillout’s Share page for your form. That’s it!
Important: Make sure to remove the first line in the code block, when pasting in your embed snippet (we’ve moved it over to later in the snippet, above).
For list details blocks
As mentioned above, if you used aformula
field to insert your embedding snippet, you can pass in information into the embed as described here.

Accessing the URL parameters/hidden fields in Fillout
You can access the email, name, and ID URL parameters much like any other URL parameters in Fillout if using the above methods to pass those in from Softr. Click here for more information about URL parameters in Fillout forms.Note: Your URL parameters aren’t required to be called email, name, nor ID. You can rename these in Fillout when registered, but the snippets above will need to adjusted to replace the names with your desired names.