Viewing 1 replies (of 1 total)
  • Plugin Author e4jvikwp

    (@e4jvikwp)

    Hi,

    Thanks for your message. The custom fields are only displayed on the last step of the booking process, and they serve to collect the contact/billing information from the customer before completing the rental order. It would not be possible to use them anywhere else, I’m sorry.

    If you wanted to add new fields to the booking form (“search form”), then you should create an override for either the widget/block or the Shortcode (page). However, your custom form data may go lost during the various steps of the booking process unless you override all the other pages to keep submitting the choices made. For this reason, we do not really recommend editing the booking form and the default data/information transported, because they may not be supported across the booking process.

    Instead, overriding any default language string can easily be done through any third-party WordPress plugin that allows you to override the default Gettext translations. Basically, all wordings inside VikRentCar are handled by the WordPress native Gettext functionalities. You can either use custom PO/MO translation files in case you’re using a multi-language plugin, otherwise a simple plugin capable of overriding the default Gettext translation strings will be sufficient. Gettext overrides consist in providing the original translation string and the overridden string (i.e. “Drop off” could be overridden to “Destination”).

    We hope this helps!

    The VikWP Team

Viewing 1 replies (of 1 total)
  • The topic ‘Customising Default Booking form’ is closed to new replies.