> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/masterstudy-theme-documentation/masterstudy-lms-pro-addons/lms-forms-editor/how-to-edit-the-registration-form.md).

# How to edit the registration form?

In the **Profile form** customization section, you can add fields for the **Edit Profile** section and **Sign Up form.** All the information entered from the Sign-Up form will appear and can be edited on the Edit Profile form.

{% tabs %}
{% tab title="Profile" %}
![](/files/-MXGkLhAnrpCuQrOEoFO)
{% endtab %}

{% tab title="Registration" %}
![](/files/-MXGkx9aQ0A9AC6PdzYW)
{% endtab %}
{% endtabs %}

In the Profile form, there are four default fields that are required. These are the **Name**, **Surname**, **Position**, and **Bio** fields. They can not be removed.&#x20;

![](/files/-MXGQwyGRid2rM74ESm7)

{% hint style="info" %}
The **Position** field displays on the **Instructors** **profile**.&#x20;
{% endhint %}

On the Profile form customization, to the settings of each element will be added additional options like **Show on Registration form** and **Show in public profile**.

![](/files/-MkaRM94pp4y5tYB0aXq)

* **Show on Registration form** **-** adds these fields to the **Registration form**.&#x20;
* **Show in public profile** - displays the inserted info in the field on the user's **Public Profile**.&#x20;

Now let's start to build the form. Add your needed elements to the form section. For example demonstration, we will add the **Phone**, **Drop Down**, **Text Area** and **Radio Button** elements.&#x20;

![](/files/-MXGsE959y__B6m1I-5Q)

For such elements as **Radio Button**, **Drop Down,** and **Checkbox** elements, the **Choices option** will appear where you can add the selection:

![](/files/-MkaSnXwl0m8NDBIJHBj)

Fill the fields of the added elements. Save the settings, and let's see the result:&#x20;

{% tabs %}
{% tab title="Profile" %}
![](/files/-MXGz_DA1ovyfl8Nt8hM)
{% endtab %}

{% tab title="Registration" %}
![](/files/-MXH-HJv5O5qfM7ylwHX)
{% endtab %}

{% tab title="Public Profile" %}
![](/files/-MXHW9SC1PwKj1juzeJS)
{% endtab %}
{% endtabs %}


---

# 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.stylemixthemes.com/masterstudy-theme-documentation/masterstudy-lms-pro-addons/lms-forms-editor/how-to-edit-the-registration-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.
