---
title: Recipes
summary: Short, isolated single-task pages for experienced builders.
order: 1
---

# Forms recipes

Quick, isolated. No running scenario. If you want a guided arc, use the [Tutorials](/docs/forms/tutorials) instead.

- [Add a required email field with confirmation copy](/docs/forms/recipes/required-email-with-confirmation)
- [Skip a page when a checkbox is unchecked](/docs/forms/recipes/skip-page-on-checkbox)
- [Make one field required only on page 3](/docs/forms/recipes/conditional-required-by-page)
- [Rename the downloaded PDF per submission](/docs/forms/recipes/rename-pdf-per-submission)
- [Embed a form on a Next.js page](/docs/forms/recipes/embed-on-nextjs)
- [Mint a one-shot invite link](/docs/forms/recipes/mint-one-shot-invite)
- [Switch a form's theme without rebuilding](/docs/forms/recipes/switch-theme-without-rebuild)
- [Add a signature line to an AcroForm template](/docs/forms/recipes/add-signature-to-acroform)
- [Test a form locally with the HTTP ingestion API](/docs/forms/recipes/local-test-via-http-ingestion)
- [Reset Turnstile when you're locked out in dev](/docs/forms/recipes/reset-turnstile-in-dev)
