# Web Forms

Some **Journal Publication Houses** don't require all the Fields in Article Submission Form. They also want to **ADD New Additional Fields** in it.

This Page Enables Admin to **Manage Existing Fields** as well as **ADD EXTRA Fields (TEXT)** in the Form.

### **Features**

* [**Web Forms Submission Fields**](#web-forms-submission-fields) : To Manage Existing Article Submission Form Fields.
* [**Extra Fields**](#extra-fields) : To Manage Extra Fields.

#### **Web Forms Submission Fields**

![Manage Article Submission Form Fields](/files/WAq62NE5xVSyYnm9s2hi)

**Manage Web Forms Submission Fields**

* Go to **Web Forms Submission Fields Section.**
* **Enable/Disable the Switch of a Row** to **Show/Hide the Respective Field**.
* Navigate to Bottom of the Section and Click on **"Save Changes"** Button to Save.

**To Hide/Show All the Form Fields.**

* Go to **Web Forms Submission Fields.**
* Find **"Show All / Hide All"** Switch (Green Colored).
* **Enable/Disable the Switch** to **Show/Hide All the Optional Fields.**
* Navigate to Bottom of the Section and Click on **"Save Changes"** Button to Save.

{% hint style="warning" %}
Fields Labeled as **"Required"** can not be Updated to **"Hidden"**
{% endhint %}

#### **Extra Fields**

![Manage Extra Fields of Article Submission Form](/files/ZlMHKa0TNP7wdfQKoo7y)

**Manage Extra Fields**

* Go to **Extra Fields Section.**
* Fill Up All the Required Fields for Each Extra Field.
* Navigate to Bottom of the Section and Click on **"Save Changes"** Button to Save.

{% hint style="info" %}
Extra Fields with **"Text" type** can only be Added. New Input Types can not be Added.
{% endhint %}

#### More Information About Fields :&#x20;

* Label(Field Name) : **Name/Label** for the Extra Field
* Field Type : **Input Type** of the Extra Field (Text Only)
* Data Type : **Type of Data** to be Added & Stored in Extra Field
* Required/Optional : Enable/Disable Switch to make the Field **"Required" OR "Not Required"**
* Default Values : **Default Value** to Show in the Extra Field
* Show : Show/Hide Switch to make the Field **"Visible" OR "Hidden"**


---

# Agent Instructions: 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:

```
GET https://jrpdocs.hyvikk.space/features/web-forms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
