further-external / Apollo-Documentation-UH-Hospital---CJA

An Apollo generated Event Driven Data Layer
0 stars 1 forks source link

Appointment Form Submitted #8

Open rossozburnsdi opened 1 year ago

rossozburnsdi commented 1 year ago

Appointment Form Submitted

Complete step 7 of schedulemenow flow.

Javascript Code

window.appEventData = window.appEventData || [];
appEventData.push({
  "event": "Form Submitted",
    "form": {
        "eventName": "submit_appointment",
        "formType": "<formType>"
    }
});

Variable Definitions

Path Type Description Example
form.eventName string Static value, see examples submit_appointment
form.formType string Form type used for grouping of similar forms in reports. Address, Contact, Comment, Review, Payment