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

# Custom Forms Overview

> Create, assign, and manage custom forms to collect information from parents and guardians digitally.

# Custom Forms

The custom forms system allows nursery administrators to create dynamic forms, assign them to children or staff, and manage submissions digitally. Parents and guardians can complete forms online via secure email links or through the Pigeonhole app. Forms can also be made publicly accessible via a shareable URL for enquiry forms, feedback, or collecting information from anyone.

<CardGroup cols={3}>
  <Card title="Creating Forms" href="/managers/custom-forms/creating-forms">
    How to build custom forms with sections, fields, and previews.
  </Card>

  <Card title="Assigning Forms" href="/managers/custom-forms/assigning-forms">
    How to assign forms to children and manage form distribution.
  </Card>

  <Card title="Managing Submissions" href="/managers/custom-forms/managing-submissions">
    How to review, approve, and manage form submissions.
  </Card>

  <Card title="Example: Injury Form" href="/managers/custom-forms/example-injury-form">
    Step-by-step walkthrough of creating an injury form with body map, action taken, and parent signature.
  </Card>
</CardGroup>

***

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Can I edit a form after it has been assigned to children?">
    Yes, but changes will only apply to non-completed form assignments. Completed forms remain unchanged to preserve data integrity. If you need to make significant changes, consider creating a new version of the form.
  </Accordion>

  <Accordion title="What happens if I delete a form that has active assignments?">
    You cannot delete a form that has active assignments or completed submissions. You must first remove all assignments and submissions before the form can be deleted. This protects existing data from accidental loss.
  </Accordion>

  <Accordion title="How do automatic reminders work?">
    Automatic reminders are sent 2 days before the due date, and overdue notifications are sent after the due date has elapsed. You can enable this feature when assigning forms with due dates.
  </Accordion>

  <Accordion title="Can staff members create and assign forms?">
    Staff permissions depend on the form settings. You can enable 'Staff Can Create' to allow staff to create forms directly from the register — both on the [web register](/staff/using-the-register#creating-forms-from-the-register) and the [mobile app](/staff/using-the-app/creating-forms). Enable 'Staff Can Read' to allow them to view form submissions for children in their care.
  </Accordion>

  <Accordion title="What's the difference between 'Assign' and 'Assign & Send'?">
    Using 'Assign' creates the form assignment but doesn't notify parents - you'll need to send it manually later. 'Assign & Send' immediately creates the assignment and emails the form link to parents.
  </Accordion>

  <Accordion title="Can I assign forms to people who aren't registered in the system?">
    Yes, you can assign forms anonymously to any email address. This is useful for pre-registration forms or when collecting information from people not yet in your system. They'll receive the form link via email. You can also make a form publicly accessible so anyone with the link can submit it — see [Public Forms](/managers/custom-forms/creating-forms#public-forms).
  </Accordion>

  <Accordion title="What are public forms and how do they work?">
    Public forms are forms with 'Allow Public Access' enabled. They generate a shareable URL that anyone can use to submit the form without needing an account. Submitters must provide their name and email address, and reCAPTCHA protects against spam. Public form submissions appear on the Form Submissions page and can be assigned to a child or staff member afterwards.
  </Accordion>

  <Accordion title="Why is my form showing 'Awaiting Signoff' status?">
    This status appears when a form has been submitted but contains required fields that are marked as not parent-editable (such as staff signatures). These fields need to be completed by staff members before the form can be fully completed.
  </Accordion>

  <Accordion title="Can parents complete forms without logging into the system?">
    Parents can complete forms through secure email links without logging in, but they can also log into Pigeonhole to see all their assigned forms in one place and complete them through the app interface.
  </Accordion>

  <Accordion title="What file formats are supported for manual form uploads?">
    The system supports PDF uploads for completed paper forms. You can scan or photograph completed forms and upload them to create permanent records alongside any manually entered data.
  </Accordion>

  <Accordion title="How do I handle forms for children who haven't started yet?">
    Use the 'Auto Assign' feature to automatically assign forms to new children when they're added to the system. You can also assign forms anonymously using email addresses for pre-registration scenarios.
  </Accordion>

  <Accordion title="What happens if a parent completes a form multiple times?">
    After a form has been submitted by a parent, the link will be disabled and they cant submit through it again.  Only forms in the sent status can be completed by parents or staff.
  </Accordion>
</AccordionGroup>
