Viewing 9 replies - 1 through 9 (of 9 total)
  • caimin_nwl

    (@caimin_nwl)

    Hi,

    Yes, you can edit this file:
    /events-manager/templates/forms/bookingform/booking-fields.php

    Be sure to read this tutorial which shows you how to make custom templates that are upgrade safe:

    https://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter deperito

    (@deperito)

    Hi again and thank you for answering,

    it is also possible to specify an additional script to the booking submit button? Opening booking-fields.php I don’t find it in the HTML code.

    Sorry, I’m not 100% sure what you want do to. Can you explain in a bit more detail? Thanks.

    Thread Starter deperito

    (@deperito)

    I wanted to know, if it is possible a customization of the submit button of the booking form and maybe of other forms.
    More specifically, I need to redirect the user in another page, or control if a textbox was fullfilled, BEFORE the prenotation is submitted.

    If you need to send users to a completely new page, that would involve quite a lot of custom coding in order to store the booking info and then pass it on to the payment page.

    On the other hand, if you only need to show users a short notice before going to the booking page, you could display that in an alert box.

    This might help:
    https://www.tutorialscollection.com/jquery-alert-how-to-use-alert-box-in-jquery-with-code-and-running-example/

    Thread Starter deperito

    (@deperito)

    Actually the first sentence is quite what I need, since I need make the events paid (with paypal, to the user paypal account) before go on with the booking; can you help me with this? Is there, for example, a php page which process the booking info? I think should be the page where the form points at the button click.

    That’s basically a payment gateway, which isn’t something we can help out with given it would involve a lot of custom code.

    That said, you might be able to do something with the PayPal merchant tools found with your PayPal account.

    Thread Starter deperito

    (@deperito)

    Is there a php page which process the booking info where I could choose to redirect or not the user informations? Where’s located the booking submit button?

    The templates for the booking form are under /events-manager/templates/forms/bookingform/.

    You might want to take a look at this tutorial that shows you how to make custom templates that are upgrade safe:

    https://wp-events-plugin.com/documentation/using-template-files/

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘customize booking form’ is closed to new replies.