TEST FORM
/** * Replace the "css-selector" placeholders in the code below with the element selectors on your landing page. * You can use #id or any other CSS selector that will define the input field explicitly. * Example: "Email": "#MyEmailField". * If you don't have a field from the list below placed on your landing, leave the placeholder or remove the line. */ var config = { fields: { "FullName": "#Name", // Name of a contact "PhoneNumber": "#MobilePhone", // Contact's mobile phone "Email": "#Email", // Contact's email "UsrTrackedSymptomScore1": "#Score1" }, contactFields: { "FullName": "#Name", // Name of a contact "Phone": "#MobilePhone", // Contact's mobile phone "Email": "#Email", // Contact's email "UsrTrackedSymptomScore1": "#Score1" }, //customFields: {"WebFormId":"7fa128b0-cb19-41e7-9cea-abfe8c330b47"}, //landingId: "7fa128b0-cb19-41e7-9cea-abfe8c330b47", //serviceUrl: "https://113870-crm-bundle.creatio.com/0/ServiceModel/GeneratedObjectWebFormService.svc/SaveWebFormObjectData", //redirectUrl: "https://www.bbc.co.uk" customFields: {"WebFormId":"11bc0bdf-036b-4175-a95d-5d28a333c90e"}, landingId: "11bc0bdf-036b-4175-a95d-5d28a333c90e", serviceUrl: "https://braintrainuk.creatio.com/0/ServiceModel/GeneratedObjectWebFormService.svc/SaveWebFormObjectData", redirectUrl: "https://www.bbc.co.uk" }; /** * The function below creates a object from the submitted data. * Bind this function call to the "onSubmit" event of the form or any other elements events. * Example: