{"version":3,"names":[],"mappings":"","sources":["single-form.js"],"sourcesContent":["jQuery(document).ready(function () {\n\tlet initDownloadForm = function () {\n\t\tlet cookie = belgard_object_cookie.download_cookies;\n\t\tif (!cookie || !cookie.length) return;\n\n\t\tcookie = cookie.split(\"||\");\n\t\tlet formJson = {};\n\t\tcookie.forEach(function (txtval) {\n\t\t\tlet $tuples = txtval.split(\"=\");\n\t\t\tformJson[$tuples[0]] = $tuples[1];\n\t\t});\n\t\tjQuery(document).bind(\"gform_post_render\", function (event, formId, currentPage) {\n\t\t\tif (parseInt(formId) === parseInt(formJson.form_id)) {\n\t\t\t\tjQuery.each(formJson, function (key, val) {\n\t\t\t\t\tjQuery('[name=\"input_' + key + '\"]')\n\t\t\t\t\t\t.val(val)\n\t\t\t\t\t\t.attr(\"checked\", true);\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t};\n\tinitDownloadForm();\n\tif (jQuery(\"#download_file\").length) {\n\t\tjQuery(\"#download_file\").get(0).click();\n\t\tjQuery(\"#download_file\").remove();\n\t}\n\n\tif (jQuery(\"#scroll-to-form\").length) {\n\t\tjQuery(\"#scroll-to-form\").get(0).click();\n\t\tjQuery(\"#scroll-to-form\").remove();\n\t}\n});\n"],"file":"single-form.js"}