# Customize the Form Layout

Stacker allows you to customize the create form for each table in your app, you can control how your users submit new records. You can also include various static widgets: fields, banners, text, and callouts.

## ![CleanShot\_2023-03-07\_at\_07.43.14\_2x.png](https://support.stackerhq.com/hc/article_attachments/14624859678995)

## Access Create Layout

1. Go to **Manage fields and Data**
2. Click **Layout**
3. In the row with **Create** click **Edit**
4. Select **Customize your create layout**
5. Select widgets to add to your layout
6. Click on the widget until a blue highlight appears to edit

![create\_layout.gif](https://support.stackerhq.com/hc/article_attachments/16151554787219)

## Edit Create Layout

* Toggle on/off fields that you want your users to have access to when they create a new record
* Reorder the fields by clicking and dragging them.
* Change the name by clicking the title of the form while in **Edit Layout.**
* Open up the settings for a specific field by hovering your mouse over it in the menu and clicking the pencil icon.
  * This will allow you to edit/hide the label
  * Add a description or make it a required field (users cannot submit the form unless a value is provided for that field).
  * Set a default value to prefill fields
  * Add placeholder texts
  * Allow quick copy which will put a little icon next to the field allowing a user to hover over text and copy this to a clipboard.

![Screenshot\_2022-07-27\_at\_15.27.31.png](https://support.stackerhq.com/hc/article_attachments/8145082269843/Screenshot_2022-07-27_at_15.27.31.png)

## Advanced form settings

Stacker also allows you to create the appearance of a multi-step form and collect different information from users depending on who they are, or their answers to previous questions.

Check out how to do this here.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stackerhq.com/stacker-classic/layout-types/customize-the-form-layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
