The Vonigo module should be used for both JL and HGE sites. The module has two options:
newBooking -> Fires when the data is successfully sent to Vonigo.
formError -> Fires anytime an error occurs and the error screen is shown.
formLoaded -> Fires when the Vue app is mounted (form is completely loaded).
stepContactLoaded -> fires the first time the “Contact Information” step is accessed
stepServicesLoaded -> fires the first time the “Service Details” step is accessed.
stepSchedulerLoaded -> fires the first time the “Schedule Appointment” step is accessed.
stepReviewLoaded -> fires the first time the review screen is accessed.
formClose -> fires when the user closes the tab/window before submission.
stepSignupLoaded -> fires when the signup form loads for out-of-service-area zips.
stepContactLoaded -> fires the first time the “Contact Information” step is accessed
stepSchedulerLoaded -> fires the first time the appointment scheduler step is accessed.
stepDetailsLoaded -> fires the first time the last screen is accessed. This is the screen where a comment can be entered.