Hi, @mayank6169.
?Glad you reached out. I can clarify here.
The GiveWP plugin was designed in a way that it needs only the first name, email and a positive amount to create a donation record. Apart from the last name field, all other fields are generated by other plugins or some custom code.
We know that the Razorpay payment gateway asks for a phone number, so it’s created automatically.
But the GiveWP plugin itself does not have a phone number field, so I’m unsure why this field was showing up for you previously since we do not create or have it.
If you want to create a new field, you can use some custom code for that. We have documentation about it here https://givewp.com/documentation/developers/how-to-create-custom-form-fields/ with several examples you can use.
If you need assistance implementing custom PHP code on your website we have this guide:
https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/
Please note that this code snippet is provided as an example of how you can extend GiveWP with code. It’s up to you to implement and customize to your liking. We cannot provide support for custom code on your website, only the code that we create and distribute.
?Please let us know if you have further questions or need additional assistance!