require([ 'jquery', 'Amasty_Customform/js/form-render', 'Amasty_Customform/js/form-session', 'Amasty_Customform/js/am-google-map', 'Amasty_Customform/js/form-init' ], function ($) { var renderedFormContainer = $('#amform-form-11 .insert-container'), renderedForm; $('body').addClass('amform-body'); renderedFormContainer.formRender( 11, {"dataType":"json","formData":"[[{\"type\":\"textinput\",\"name\":\"name\",\"entity_id\":\"\",\"label\":\"Name\",\"className\":\"form-control\",\"style\":\"\",\"placeholder\":\"\",\"required\":\"1\",\"description\":\"\",\"validation\":\"\",\"regexp\":\"\",\"errorMessage\":\"\",\"value\":\"\",\"maxlength\":\"\",\"layout\":\"one\",\"parentType\":\"input\",\"dependency\":[],\"validation_fields\":{\"required\":\"1\"}},{\"type\":\"textinput\",\"name\":\"email\",\"entity_id\":\"\",\"label\":\"Email\",\"className\":\"form-control\",\"style\":\"default\",\"placeholder\":\"\",\"required\":\"1\",\"description\":\"\",\"validation\":\"\",\"regexp\":\"\",\"errorMessage\":\"\",\"value\":\"\",\"maxlength\":\"\",\"layout\":\"one\",\"parentType\":\"input\",\"dependency\":[],\"validation_fields\":{\"required\":\"1\"}},{\"type\":\"textinput\",\"name\":\"mobile\",\"entity_id\":\"\",\"label\":\"Mobile\",\"className\":\"form-control\",\"style\":\"default\",\"placeholder\":\"\",\"description\":\"\",\"validation\":\"\",\"regexp\":\"\",\"errorMessage\":\"\",\"value\":\"\",\"maxlength\":\"\",\"layout\":\"one\",\"parentType\":\"input\",\"dependency\":[],\"validation_fields\":[]}]]","src_image_progress":"https:\/\/eindustries.in\/static\/frontend\/Codazon\/fastest_bigmarket\/en_US\/Amasty_Customform\/images\/loading.gif","ajax_submit":1,"pageTitles":"[\r\n\t\"\"\r\n]","submitButtonTitle":"Submit","dateFormat":"mm\/dd\/yy","placeholder":"mm\/dd\/yyyy"}, 0, function () { renderedForm = $('[data-amcform-js="multi-page"]'); if (renderedForm.length) { renderedForm.amFormInit(); renderedForm.amFormSession( { 'urlSession': "https://eindustries.in/amasty_customform/form/sessiondata/", 'formId': 11 }); renderedForm.trigger('contentUpdated'); } } ); });