You can remove the “Property Area” field from the submission form without affecting the map location or the “Pin Address on the Map” functionality in WpRentals — as long as you don’t remove address or city-related fields, which the map relies on.
To remove the “Property/Item Area” field from the front-end submission form in WpRentals, follow these steps depending on how you want to handle it:
-
Go to Admin Dashboard → Theme Options.
-
Click on Add Listing Page & Payment Settings → Select the fields for the listing submission
-
Look for the field “Property/Item Area”.
-
Use CTRL – Select to un-select the field
-
Save changes.
Help – https://help.wprentals.org/article/1-30-how-to-manage-submit-form-fields-and-mandatory-fields/
Hide with CSS
If for some reason you want to hide the field visually, you can add the field as Custom CSS.
Add this to Appearance > Customize > Additional CSS.
[for="property_area_front"] { display: none; } [id="property_area_front"] { display: none; }