Okay
  Public Ticket #2090495
Driving school amelia
Closed

Comments

  • Dawid started the conversation

    Hi,

    I would like to install Amelia a page for a driving school. Is it even possible? The most important things this form should do:

    1. Out of seven available driving school courses (first step) you should be able to choose beginning date of the course you would like to attend (second step), and then give all your personal details in third step (name surname email phone birthdate adress) and then either pay online or in the location.

    2. Of course for each course we have a limit - 40 people. Can we make it here for each course?

    3. Is it possible to integrate Amelia with our crm system?

    Im sending you our contact form that we use now in a link. We would like to build for our three driving schools new websites. We think strongly about Amelia :)

    Kind Regards, David

    https://easy-rieder.at/anmeldung

  • [deleted] replied

    Hi Dawid,

    1) You can make this, but you would need to make a time slot, the and time can be hidden with CSS, but the beginning time needs to be there. All the information you wont collect can be easily collected with custom fields.

    2) You can set up minimum and/or maximum capacity.

    3) Can't be sure for this. 

    Hope this helps, and please try our demo site here: https://sports.wpamelia.com/ on this website you can try both front-end and backend.

    For more information you can visit our documentation: https://wpamelia.com/documentation/

  • Dawid replied

    Hi Nevena,

    I need you to be sure on number 3. That´s essential

  • [deleted] replied

    What CRM are you using?

  • Dawid replied

    https://site.mmm-software.at/ 

    vielleicht kann man eure daten in google sheets speichern und dann können wir google mit diesem crm binden?

  • [deleted] replied

    We don't have integration, but it might be possible with JS hooks, you can take a look below to see what hooks we currently have.

    These are hooks that you can use to follow each step of the booking process. These hooks are ordered by the time of execution. Some of these functions accepts parameters that you can see in the parentheses, so you can send the data in your GTM.

    • beforeBookingLoaded
    • afterBookingSelectService(appointment, service, provider, location)
    • afterBookingSelectDateAndTime(appointment, service, provider, location)
    • beforeConfirmBookingLoaded(appointment, service, provider, location)
    • afterConfirmBooking(appointment, service, provider, location)
    • beforeAddToCalendarLoaded(calendarData)

    This is the example how you can use one of the hooks:

    <script>
    window.afterConfirmBooking = function(appointment, service, provider, location) {    
    // Your custom code
    };
    </script>


  • Dawid replied

    And so the last question. 

    Can edit all the field names and write them in german? 

    Because I can see that everything there is in english :)

    Pick date and time, continue button, confirm cancel and so on

  • [deleted] replied

    Yes, the plugin has German translation, in case some strings are missing or you want to change anything you can do it manually.