# Launch Forms

### Publish Form

To publish your form, click the `Publish` button in the top-right corner of the Build tab. Changes will be delivered immediately to your users.

![](https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2Fj7hCLWTR18kQdPLhNcbI%2Fquickstart-publish2.gif?alt=media\&token=1fb752cf-94f7-499b-96dc-15dcb0613f7e)

#### Preview

Skim through your form after publishing with `Preview`. You can open a preview from the publish dropdown menu.

<figure><img src="https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2FAcspyv17kOZYNXPOWiDq%2Fpreview.gif?alt=media&#x26;token=b5612f15-3277-40a9-9240-4fba13ca0c7f" alt=""><figcaption></figcaption></figure>

### Share Form

Under the publish dropdown, you'll see a link to the **Live Form**. You can share that link with your users to give them access to your form to fill out. This link has the format `form.feathery.io/to/<slug>`.

<figure><img src="https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2FfPn98gNopcXyOleLQSpY%2FScreenshot%202024-05-16%20at%204.19.37%E2%80%AFPM.png?alt=media&#x26;token=0b1bc261-29ff-4c7d-a8e6-68070ae85b0a" alt="" width="375"><figcaption></figcaption></figure>

If you instead want multiple users to access the same submission or across devices, you can generate a unique submission link by selecting `Share Submission Link` at the bottom of the menu. This unique submission link has the format `form.feathery.io/to/<slug>/?_id=<submission id>`.

### Embed Form

To embed your form into an existing webpage or application, you can leverage:

* Our [React SDK](https://docs.feathery.io/develop/react) for embedding your form into your custom React application
* Our [Javascript code snippet](https://docs.feathery.io/develop/javascript) for embedding your form into any other website (e.g. Webflow, Shopify, etc.)

{% embed url="<https://www.feathery.io/blog/how-to-embed-a-form-in-webflow>" %}

### Environments

Clicking the `Live Form` link under the publish button will take to your live Feathery-hosted form. Data filled out here will live in your `Live` environment under the `Results` tab.

Clicking the `Test Form` link will take you to your test Feathery-hosted form. Test forms allow you to navigate around at-will, and data filled here will live in your `Test` environment under the `Results` tab.

### Auto-Expire Live Form Link

In your form settings, you can set a time interval for auto-expiring the existing live form link and replacing it with a new one. This provides added security to your form by restricting the number of people who have access to the form.

### Powerful Form Features

* [Highly reliable forms with minimal load time](https://docs.feathery.io/platform/enterprise-compliance/reliability-and-performance)
* Forms are by default responsive to different screen sizes
* Automatic tracking of a user's progress (data & location) for incomplete sessions and returns
* Conversion tools
  * Automatically progress when a field is filled
  * Browser back and forward buttons for navigation
  * Aria labels for accessibility
  * Etc.
