WP Rentals Help WP Rentals Help

  • Client Support
  • Video Tutorials
  • WpRentals
  • WpEstate
  • API
Home / Submit Form / Remove cleaning fee from listing submission form

Remove cleaning fee from listing submission form

7350 views

From Theme Options:

  • Go to Payments & Submit > Listing Submit Page.
  • Deselect the Cleaning Fee option under “Select the Fields for listing submission.”

For more detailed instructions: Help – How to Manage Submit Form Fields and Mandatory Fields

Using Custom CSS:

If you want to hide the cleaning fee field via CSS, you can use the following code:

[for="cleaning_fee"] {
display: none;
}
[id="cleaning_fee"] {
display: none!important;
}
[for="cleaning_fee"] {
display: none!important;
}
[id="cleaning_fee_per_day"] {
display: none;
}
[for="cleaning_fee_per_day"] {
display: none!important;
}
[id="cleaning_fee"] {
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