WP Rentals Help WP Rentals Help

  • Client Support
  • Video Tutorials
  • WpRentals
  • WpEstate
  • API
Home / Submit Form / Remove CITY FEE from the listing submission form

Remove CITY FEE from the listing submission form

7343 views

To remove the “City Fee” field from the front-end submission form in WpRentals, follow these steps depending on how you want to handle it:

  1. Go to Admin Dashboard → Theme Options.

  2. Click on Add Listing Page & Payment Settings → Select the fields for the listing submission

  3. Look for the field “City Fee”.

  4. Use CTRL – Select to un-select it

  5. 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="city_fee"] {
display: none;
}
[id="city_fee"] {
display: none;
}
[for="city_fee_per_day"] {
display: none;
}
[id="city_fee_per_day"] {
display: none!important;
}
[for="city_fee_percent"] {
    display: none!important;
}
[id="city_fee_percent"] {
display: none;
}

Submit Form

Related Articles

  • WpRentals Login & Register Forms and Settings
  • City, Neighborhood, and Country – Listing Location Options for the Submission Form
  • Listing Submission Form – How to manage submit form fields and mandatory fields
  • Remove before and after price label from the listing submission form

HELP CATEGORIES

  • 61. General
  • 102. Installation & Basic Setup
  • 93. Installation FAQ
  • 404. How Booking Works
  • 145. User dashboard pages
  • 20Advanced Search Options
  • 3Blog Post
  • 9Custom Page Templates
  • 18Elementor Compatibility
  • 13Email Notifications
  • 19FAQ
  • 10Menu Options
  • 26Multi-Languages - 3rd party
  • 9Owner
  • 25Property / Listing
  • 21Shortcodes
  • 11Submit Form
  • 4Supported Maps
  • 93Technical how to
  • 5Third Party plugins
  • 3Translation
  • 13Widgets
  • 2WooCommerce Payments
  • 13WP Rentals Payment
  • 77WP Rentals Theme Options

Join Us On

Powered by WP Estate - All Rights Reserved
  • Client Support
  • Video Tutorials
  • WpRentals
  • WpEstate
  • API