I'm using text field to get address input from user. When user fills the details and submit, I see in the database table that paragraph tag gets attached to the address. e.g. if entered address is as below:
Aurangabad
It gets stored into data table as: (row from database shown in attached file)
<p>Aurangabad<p>
Why is this happening? How can I avoid this?