initMarketingForm( { preset: "se_hq", theme: "se", message: { header: "Thank you!", body: "TBD", align: "center" }, staticData: { domain_source: "SportsEngineHQ", webpage_URL: "TBD" SweepstakesName: "SportsEngine Play Sweepstakes" }, elements: [ { id: "first_name", name: "First Name", type: "text", maxLength: 255, required: true }, { id: "last_name", name: "Last Name", type: "text", maxLength: 255, required: true }, { id: "email", name: "Email", type: "email", maxLength: 255, required: true }, { id: "phone", name: "Phone", type: "tel", maxLength: 255, required: true }, { id: "postal_code", name: "Postal Code", type: "text", maxLength: 7, placeholder: "US Zip / Canadian Postal Code", required: true } ], action: https://cloud.se.sportsengine.com/SESweepsEntry, submit: "TBD" } );