Your Time:
Our Time:
← Back to discussions

How can I add text on the page booking form (reservation page)

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 2 voices, and was last updated 10 years, 8 months ago by Anonymous.

  • 2016-01-10 at 5:46 am
    Support Expired
    #12122
    javierdepujadas
    Participant
    • Topics: 1
    • Replies: 2
    • Total posts: 3
    • Post count: 2

    I would like to add text or other elements on the page of the booking form . The booking form is associated with a page and put the text on that page is not visible

    I attached a couple of pictures
    Thanks!

    2016-01-11 at 10:41 am
    #12132
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Open template_reservation.php file and in place of the_content(); on line no 35, replace this code

    if ( have_posts() ) : 
    	while ( have_posts() ) : the_post(); 
    	the_content();
    	endwhile; 
    endif;

You must be logged in to reply to this topic.