← Back to Help Center

Create & embed forms

Last updated: June 2026

Anthyx Forms are publicly embeddable forms you can use for lead capture, surveys, contact forms, job applications, and anything else that requires collecting structured data from people who aren't Anthyx users.

Creating a form

  1. Go to Forms → New form or choose a template from the dropdown.
  2. Add fields by clicking + Add field. Supported types: short text, long text, email, phone, number, date, dropdown, multi-select, file upload, rating.
  3. Drag fields to reorder. Click a field to set it as required or add placeholder text.
  4. Set a thank-you message in Form settings → Confirmation.
  5. Publish the form with the toggle in the top bar.

Importing from Google Forms

On the Forms list page, click Import from Google and paste the shareable URL of your Google Form. Anthyx will pull in all questions, options, and required settings. Review the import before publishing.

Embedding on your website

Each form has a unique public URL (useanthyx.com/f/[id]) you can share directly, or embed as an iframe:

<iframe
  src="https://useanthyx.com/f/YOUR_FORM_ID"
  width="100%"
  height="600"
  frameborder="0">
</iframe>

No cookies or tracking are placed on visitors by the embedded form.

File upload fields

Add a File upload field to let respondents attach files. Supported formats: images (JPEG, PNG, GIF, WebP), PDF, Word (.docx), Excel (.xlsx), CSV, and plain text. Max file size: 10 MB per upload. Files are stored in Cloudflare R2 and linked to the response.

Viewing and exporting responses

Go to Forms → [Form name] → Responses. You can view individual responses, see an AI-generated summary of all responses (useful for surveys), or download all responses as a CSV.

AI response summary

Click AI Summary on the responses page. Anthyx analyses all text responses and generates a structured summary — common themes, sentiment breakdown, and standout quotes. Available for forms with 5+ responses.

Still stuck? Email support