It looks like you’re facing multiple issues related to customizing forms in the Travelami theme on WordPress. Let’s break them down and offer solutions: Customizing the Booking Form & Other Forms
Since the theme is built for tours but you want to adapt it for hiking, you need to customize the form fields. Here’s how:
Check if the Theme Has Built-in Options
Navigate to WordPress Dashboard → Appearance → Customize and check if the theme allows custom field additions in the booking settings.
If the theme has a settings panel (often found under Theme Options or a custom admin menu), look for booking form customization options.
Using Amelia (Booking Plugin)
Since the theme uses Amelia, the booking forms might be managed through this plugin.
Navigate to WordPress Dashboard → Amelia → Customize and check if you can add custom fields to the forms.If not, consider using Amelia's Custom Fields (available in the paid version).
Editing Forms with a Page Builder
Modifying Form Code Directly
If customization isn’t available through settings, you may need to modify the PHP or JavaScript code.
Go to Appearance → Theme Editor and look for template files related to the booking form (booking-form.php or similar).You may also need to edit the functions.php file to process the new form fields.