> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/products/pbms/previous-generation/functionality/self-service-portal/user-guides/create-portal-form.md).

# Create Form and Map with Program

## Description

This guide provides step-by-step instructions for creating a form using **FormIO** and map it with Program. The form will be filled out by applicants when applying for a program.

## Prerequisites

Ensure that **OpenG2P Formio** module is installed.

## Steps

1. Navigate to the ***Forms*** section using the menu bar.

<figure><img src="/files/MTMFUH9O0orQC61qSZl6" alt=""><figcaption></figcaption></figure>

2. Create a **Form Builder** and select a ***formio.js version.*** If a version is not available, download it from the **Configuration** section.

<figure><img src="/files/HXwZRtUq6L0ZRNwadnug" alt=""><figcaption></figcaption></figure>

3. Click the **Form Builder** button (located at the top center of the builder form view) to create a form using the drag-and-drop feature.

<figure><img src="/files/puxcCZ8QkDQ5xGK8BzPd" alt=""><figcaption></figcaption></figure>

4. Go to the **Programs** menu.

<figure><img src="/files/YZHe45RZCKZfOWNW7zxb" alt=""><figcaption></figcaption></figure>

5. Open the program where you have to map the form, navigate to the **Portal Form** section, and select the form you want to map.

<figure><img src="/files/qhH5juEC2AieirDag3Mg" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/products/pbms/previous-generation/functionality/self-service-portal/user-guides/create-portal-form.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
