Customizing your inquiry form can significantly improve the user experience by removing unnecessary fields. If you want to streamline the form by removing the “Subscribe” and “Privacy Policy” options, follow the simple steps outlined below.
Table of Contents
Remove the “Subscribe” Field from the Trip Inquiry Form
- Navigate to Admin Panel > WP Travel > Settings > Miscellaneous > Third Party Integration > Form.
- Under the Form settings, select the Checkout Option Only.
- Save the changes.

This ensures the “Subscribe” field is not displayed in the inquiry form.
Remove the Privacy Policy Checkbox from the Trip Inquiry Form
To disable the Privacy Policy Checkbox from the trip inquiry form, add the following code to yourΒ functions.phpΒ file or by using aΒ code snippet.
add_filter('wptravel_enable_privacy_policy_checkout_box_enquiry_form', function() {
return false;
});
For detailed information on creating a child theme, please refer to our KnowledgeBase.
This snippet disables the Privacy Policy checkbox specifically for the inquiry form.
Conclusion
By following the above easy steps you can remove the “Subscribe” and “Privacy Policy” fields from the trip inquiry form.
Check WP Travel documentation to learn more about configurations, modules, payments, shortcodes, and the WP Travel Rest API.
Your feedback helps us improve. Please share your thoughts.
Need assistance? Contact our support team, join our Facebook community, and subscribe to our YouTube Channel for video tutorials. Thank you for choosing WP Travel.
If you are a WP Travel Free user thinking about upgrading to Pro, simply click on the banner below.

WP Travel Editorial is a team of WordPress and travel industry experts dedicated to delivering technical resources, travel business guides, and general travel insights. With over 10 years of experience, the team provides in-depth release notes, feature updates, and informative articles to help tour operators and travel enthusiasts succeed in the evolving travel landscape.
From plugin updates and industry trends to practical travel resources, WP Travel Editorial shares valuable content that supports both the travel industry and avid travelers.






