Categories

Landing Page. How to activate Booking Form

Lana Greene June 3, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial shows how to activate Booking Form in Landing Page templates.

Landing Page. How to activate Booking Form

In order to activate Booking Form you should perform the following:

  1. Use FTP or Cpanel to connect to your server. By default, template files are stored inside the site folder.

  2. Open js folder.

  3. Inside this folder open the script.js file with your editor (Adobe Dreamweaver, Notepad, etc.).

  4. Modify script.js file located in your site js folder. Using the Find and Replace tool (CTRL+F), search for the ownerEmail. You will locate code for your booking form that way. Modify the line as follows:

    /* Booking Form
     ========================================================*/
    ;
    (function ($) {
        var o = $('#bookingForm');
        if (o.length > 0) {
            include('js/booking/booking.js');
            include('js/booking/jquery-ui-1.10.3.custom.min.js');
            include('js/booking/jquery.fancyform.js');
            include('js/booking/jquery.placeholder.js');
            include('js/booking/regula.js');
            $(document).ready(function () {
                o.bookingForm({
                    ownerEmail: '#'
                });
            });
        }
    })(jQuery);
  5. Replace # with your email. Save file and upload it back to your server:

    Landing-Page.-How-to-activate-Booking-Form-2

Feel free to check the detailed video tutorial below:

Landing Page. How to activate Booking Form

Simple Landing Page Template
This entry was posted in Landing Page Tutorials and tagged booking, form, landing. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket