# Form Fields Modification

Hello everyone,

In WeddingDir have multiple model popup forms such as couple registration form, couple login form, vendor registration form, vendor login form, forgot password form, claim listing form, request quote form etc..&#x20;

Customer have question how to modify form ?

In WeddingDir - we are build code with separate folder so customer can easier to modify file.

### Couple Registration Form

This form is located in plugin folder > *<mark style="color:orange;">**weddingdir > front-file > couple-login-register > index.php**</mark>* line number : <mark style="color:orange;">**471**</mark>

![Couple Registration Modification File Location](/files/A00Y0e6QKVnrZGEmw740)

### Couple Login Form

This form is located in plugin folder > *<mark style="color:orange;">**weddingdir/front-file/couple-login-register/index.php**</mark>* line number : <mark style="color:orange;">**174**</mark>

![Couple Login Modification File Location](/files/Cint0ZZhBT4FVgK1cO9X)

### Vendor Registration Form

This form is located in plugin folder > *<mark style="color:orange;">**weddingdir > front-file > vendor-login-register > index.php**</mark>* line number : <mark style="color:orange;">**451**</mark>

![Vendor Registration Modification File Location](/files/4HNgqSFmfQku5zrQETF2)

### Vendor Login Form

This form is located in plugin folder > *<mark style="color:orange;">**weddingdir > front-file > vendor-login-register > index.php**</mark>* line number : <mark style="color:orange;">**174**</mark>

![Vendor Login Modification File Location](/files/tqIROtvT0yBFrx7qoDeq)

### Forgot Password Form

This form is located in plugin folder > *<mark style="color:orange;">**weddingdir > front-file > forgot-password > index.php**</mark>* line number : <mark style="color:orange;">**160**</mark>

![Forgot Password Modification Code File Location](/files/c4RtLP1Ps5h6ZfDf7lzt)

### Request Quote Form

This Form located in plugin folder > *<mark style="color:orange;">**weddingdir-request-quote > singular-file > index.php**</mark>* line number <mark style="color:orange;">**658**</mark>

![Request Quote Form Code File Location](/files/QmWtWScN0YxyXUOumxKu)

### Claim Listing Form

This Form located in plugin folder > *<mark style="color:orange;">**weddingdir-claim-listing > singular-file > index.php**</mark>* line number <mark style="color:orange;">**77**</mark>

![Claim Listing Form Code File Location](/files/msy4jd65efiPFCy7fnmm)


---

# 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://wp-organic.gitbook.io/weddingdir-wordpress/faqs/form-fields-modification.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.
