> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jobing.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Jobing Forms

> Create branded hosted forms or native website forms without building a separate response system.

Jobing Forms collects responses for forms created by your AI or built manually in the dashboard.

You can share a hosted form link or use the form inside your own page design. Every valid response arrives in the same private inbox.

## What a form includes

* up to 100 questions;
* 15 question types;
* required and optional questions;
* validation rules;
* conditional questions;
* hidden context fields;
* opening and closing times;
* an optional total response cap;
* progress display;
* design controls;
* a success message or secure redirect;
* website restrictions;
* file uploads;
* response integrations.

## Draft versus published

<Columns cols={2}>
  <Card title="Draft" icon="pen">
    Private and safe to edit. It has no working public form link.
  </Card>

  <Card title="Published" icon="globe">
    Has a live hosted form and submission address. Visitors can respond.
  </Card>
</Columns>

Editing a published form creates a new draft version. The current live version continues accepting responses until you publish the changes.

## Two ways to use a form

### Hosted form

Share the Jobing link. This is useful when you need a form quickly and do not have a website.

### Native website form

Place normal HTML inside your website and style every part of it. Jobing works in the background as the response service.

<Tip>
  A non-technical user can ask the connected AI to add the native form to a page. You do not need to edit the code yourself.
</Tip>

Continue to [create and publish a form](/forms/create-and-publish).
