Submit button to booking engine

Home Forums Quform WordPress Submit button to booking engine

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18799
    acipriani
    Participant

    Hello

    I need the submit button builds a link with the form values according to this scheme:

    Example in javascript to integrate the search box on the site:
    // This is the basic link obtainable by the “Request link”

    var linkbase= ‘https://www.ericsoft.biz/bookingengine/reservation.aspx?id=6QPV2VspKFw%3d’
             // These dates come from the customer dates panel (Flash / javascript / Silverlight / etc …)
            // To follow demonstration values:
           STARTD = new Date ()
           EndDate = new Date () .addDays (1),
           // Prepare the final link, hanging parameters “StartDate” and “EndDate”
          linkFinale linkbase = + ‘& STARTD =’ + dataInizio.toDataString () + ‘& EndDate =’ + dataFine.toDataString ();
    // Open the correct link “linkFinale” as we like (new window / lightbox ajax / iframe / etc …)
    window.open (linkFinale);

    It’s possible to do it??

    #18812
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #18816
    acipriani
    Participant

    Great!!!! Is Perfect!!!

    Thanks so much!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy