Foundry Forms is no longer the recommended approach for data entry or writeback workflows on Foundry. Instead, build user input workflows with the Foundry Ontology, representing the relevant data structures as object types and configuring the writeback interaction with Actions. Learn more in the Forms overview documentation.
To create a new form, first open the Forms application from the Foundry navigation sidebar. You will be prompted to create a new form or open an existing one. Alternatively, navigate to a Project in the filesystem view, then select + New > Form.
Once you create a new form, you will be prompted to choose a response destination:
You may also create a form now and decide the response destination later.
While both destination options write to datasets, Fusion writes directly to the spreadsheet every time a change is made. Object storage in Foundry requires users to schedule a build of the writeback dataset configured in the Ontology. This decision can be changed later.
Complete the following steps to create a simple form:
First, navigate to the form creation screen.
Next, choose the response destination for your new form.
Then, select Add your first field.
Select the desired field type from the available list of options.
Now, modify the field as needed using the Visual Editor sidebar to the right of the form.
Then, select the + above or below an existing field to continue adding more fields.
Finally, select the green Save button in the top right to save your form.
To change the response destination of your form, follow these steps:
From the Response data tab to the right of your screen, select Change response destination.
Choose the new response destination for your form.
Map any added fields to properties available in the new destination.
Select the green Submit button to save.
Forms are comprised of sheets and different types of fields:
To modify an item:
To unlock additional configuration options, use the Code Editor.
To reorder an item:
There is also a drag-and-drop handle to the left of the field.
To remove an item:
A field can also be removed with the Visual Editor:
Finally, an item can be drag-and-dropped to the Drop here to delete button at the bottom of the form.