и мои заметки о настоящем, прошлом и немного о будущем
Feedback
/** * 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: { "Name": "#field-5355", // Name of a visitor, submitting the page "Email": "#field-5357", // Visitor's email "Zip": "css-selector", // Visitor's ZIP code "MobilePhone": "#field-5360", // Visitor's phone number "Company": "#field-5361", // Name of a company (for business landing pages) "Industry": "css-selector", // Company industry (for business landing pages) "FullJobTitle": "css-selector", // Visitor's job title (for business landing pages) "UseEmail": "css-selector", // Logical value: 'true' equals to visitor's opt-in to receive emails "City": "css-selector", // City "Country": "css-selector", // Country "Commentary": "#field-5373" // Notes }, contactFields: { "FullName": "", // Name of a contact "Phone": "css-selector", // Contact's mobile phone "Email": "css-selector" // Contact's email }, customFields: {}, landingId: "3158316f-6906-4d2e-9cca-d6395083ff05", serviceUrl: "https://dev-solutionsmetrixcrm.creatio.com/0/ServiceModel/GeneratedObjectWebFormService.svc/SaveWebFormObjectData", redirectUrl: "https://solutionsmetrix.com" }; /** * 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: