{"id":80,"date":"2021-02-19T19:01:01","date_gmt":"2021-02-19T19:01:01","guid":{"rendered":"http:\/\/homeopathyforwomen.org\/newsletter\/?page_id=80"},"modified":"2022-04-29T19:07:59","modified_gmt":"2022-04-29T19:07:59","slug":"request-newsletter-subscription","status":"publish","type":"page","link":"http:\/\/homeopathyforwomen.org\/newsletter\/","title":{"rendered":"Request Newsletter Subscription"},"content":{"rendered":"    <script type=\"text\/javascript\">      plugin_url = \"http:\/\/homeopathyforwomen.org\/newsletter\/wp-content\/plugins\/form-maker\";      WDF_GRADING_TEXT = 'Your score should be less than';      FormCurrency_2 = '$';      FormPaypalTax_2 = '0';      FM_HeaderAnime2 = 'none';      var fmscrollHandler2 = function () {        var scrollPercent2 = 100 * jQuery(window).scrollTop() \/ (jQuery(document).height() - jQuery(window).height());        if (!jQuery(\"#fm-scrollbox2\").hasClass(\"fm-minimized\") && scrollPercent2 >= 20) {          setTimeout(function () {            jQuery(\"#fm-scrollbox2\").removeClass(\"fm-animated fadeOutDown\").addClass(\"fm-animated fadeInUp\");            jQuery(\"#fm-scrollbox2\").css(\"visibility\", \"\");            jQuery(\"#fm-scrollbox2 .fm-header-img\").addClass(\"fm-animated none\");          }, 0 * 1000        )          ;        }      };      var check_submit2 = 0;      var check_before_submit2 = {};      var required_fields2 = [\"1\",\"2\",\"9\",\"19\",\"18\"];      var labels_and_ids2 = {\"1\":\"type_name\",\"2\":\"type_submitter_mail\",\"9\":\"type_address\",\"19\":\"type_own_select\",\"18\":\"type_own_select\",\"15\":\"type_textarea\",\"17\":\"type_recaptcha\",\"8\":\"type_submit_reset\"};      var check_regExp_all2 = [];      var check_paypal_price_min_max2 = [];      var file_upload_check2 = [];      var spinner_check2 = [];      function formOnload2() {        if (navigator.userAgent.toLowerCase().indexOf('msie') != -1 && parseInt(navigator.userAgent.toLowerCase().split('msie')[1]) === 8) {          jQuery(\"#form2\").find(jQuery(\"input[type='radio']\")).click(function () {            jQuery(\"input[type='radio']+label\").removeClass('if-ie-div-label');            jQuery(\"input[type='radio']:checked+label\").addClass('if-ie-div-label')          });          jQuery(\"#form2\").find(jQuery(\"input[type='radio']:checked+label\")).addClass('if-ie-div-label');          jQuery(\"#form2\").find(jQuery(\"input[type='checkbox']\")).click(function () {            jQuery(\"input[type='checkbox']+label\").removeClass('if-ie-div-label');            jQuery(\"input[type='checkbox']:checked+label\").addClass('if-ie-div-label')          });          jQuery(\"#form2\").find(jQuery(\"input[type='checkbox']:checked+label\")).addClass('if-ie-div-label');        }        jQuery.each(check_regExp_all2, function (wdid, exp) {          var exp_array = {};          exp_array[wdid] = exp;          jQuery(\"div[wdid='\" + wdid + \"'] input\").blur(function () {            wd_check_regExp(2, exp_array)          }).focus(function () {            jQuery(\"#form\"+2+            \" #wd_exp_\" + wdid            ).            remove();            jQuery(\"#form\"+2+            \" div[wdid='\" + wdid + \"'] .wdform-label-section:first .error_label_exp\"            ).            removeClass(\"error_label_exp\")          });        });        jQuery.each(check_paypal_price_min_max2, function (wdid, price_min_max_option) {          var price_min_max_array = {};          price_min_max_array[wdid] = price_min_max_option;          jQuery(\"div[wdid='\" + wdid + \"'] input\").blur(function () {            wd_check_price_min_max(2, price_min_max_array)          }).focus(function () {            jQuery(\"#form\"+2+            \" #wd_price_\" + wdid            ).            remove();            jQuery(\"#form\"+2+            \" div[wdid='\" + wdid + \"'] .wdform-label-section:first .error_label_price\"            ).            removeClass(\"error_label_price\")          });        });        jQuery.each(spinner_check2, function (wdid, spinner_min_max) {          var spinner_min_max_array = {};          spinner_min_max_array[wdid] = spinner_min_max;          jQuery(\"div[wdid='\" + wdid + \"'] input\").blur(function () {            wd_spinner_check(2, spinner_min_max_array)          }).focus(function () {            jQuery(\"#form\"+2+            \" #wd_price_\" + wdid            ).            remove();            jQuery(\"#form\"+2+            \" div[wdid='\" + wdid + \"'] .wdform-label-section:first .error_label_price\"            ).            removeClass(\"error_label_price\")          });        });        jQuery.each(file_upload_check2, function (wdid, upload_types) {          var upload_types_array = {};          upload_types_array[wdid] = upload_types;          jQuery(\"div[wdid='\" + wdid + \"'] input\").change(function () {            wd_file_upload_check(2, upload_types_array)          });        });        jQuery(\"div[type='type_text'] input, div[type='type_number'] input, div[type='type_phone'] input, div[type='type_name'] input, div[type='type_submitter_mail'] input, div[type='type_submitter_mail_confirmation'] input, div[type='type_paypal_price'] input, div[type='type_paypal_price_new'] input, div[type='type_textarea'] textarea\").focus(function () {          delete_value(this)        }).blur(function () {          return_value(this)        });        jQuery(\"div[type='type_number'] input, div[type='type_phone'] input, div[type='type_spinner'] input, div[type='type_range'] input, .wdform-quantity, div[type='type_paypal_price_new'] input\").keypress(function (evt) {          return check_isnum(evt)        });        jQuery(\"div[type='type_grading'] input\").keypress(function (evt) {          return check_isnum_or_minus(evt)        });        jQuery(\"div[type='type_paypal_checkbox'] input[type='checkbox'], div[type='type_paypal_radio'] input[type='radio'], div[type='type_paypal_shipping'] input[type='radio']\").click(function () {          set_total_value(2)        });        jQuery(\"div[type='type_paypal_select'] select, div[type='type_paypal_price'] input, div[type='type_paypal_price_new'] input\").change(function () {          set_total_value(2)        });        jQuery(\".wdform-quantity\").change(function () {          set_total_value(2)        });        jQuery(\"div[type='type_address'] select\").change(function () {          set_total_value(2)        });        jQuery(\"div[type='type_time'] input\").blur(function () {          add_0(this)        });        jQuery('.wdform-element-section').each(function () {          if (!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width()) != 0) {            if (jQuery(this).css('display') == \"table-cell\") {              if (jQuery(this).parent().attr('type') != \"type_captcha\")                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width) + 15);              else                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width) * 2 + 50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width) + 15);            }          }          if (!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width()) != 0) {            if (jQuery(this).css('display') == \"table-cell\") {              if (jQuery(this).parent().attr('type') != \"type_captcha\") {                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width) + 15);              }              else {                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width) * 2 + 50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width) + 15);              }            }          }          if (parseInt(jQuery(this)[0].style.width.replace('px', '')) < parseInt(jQuery(this).css('min-width').replace('px', '')))            jQuery(this).css('min-width', parseInt(jQuery(this)[0].style.width.replace('px', '')) - 10);        });        jQuery('.wdform-label').each(function () {          if (parseInt(jQuery(this).height()) >= 2 * parseInt(jQuery(this).css('line-height').replace('px', ''))) {            jQuery(this).parent().css('max-width', jQuery(this).parent().width());            jQuery(this).parent().css('width', '');          }        });        (function (jQuery) {          jQuery.fn.shuffle = function () {            var allElems = this.get(),              getRandom = function (max) {                return Math.floor(Math.random() * max);              },              shuffled = jQuery.map(allElems, function () {                var random = getRandom(allElems.length),                  randEl = jQuery(allElems[parseInt(random)]).clone(true)[0];                allElems.splice(random, 1);                return randEl;              });            this.each(function (i) {              jQuery(this).replaceWith(jQuery(shuffled[i]));            });            return jQuery(shuffled);          };        })(jQuery);                                if (window.before_load) {          before_load();        }      }      jQuery(window).load(function () {        formOnload2();      });      form_view_count2= 0;      jQuery(document).ready(function () {        for (i = 1; i <= 30; i++) {          if (document.getElementById('2form_view' + i)) {            form_view_count2++;            form_view_max2 = i;          }        }        if (form_view_count2 > 1) {          for (i = 1; i <= form_view_max2; i++) {            if (document.getElementById('2form_view' + i)) {              first_form_view2 = i;              break;            }          }          generate_page_nav(first_form_view2, '2', form_view_count2, form_view_max2);        }      });      function check_required2(but_type, form_id) {        if (but_type == 'reset') {          if (window.before_reset) {            before_reset();          }          jQuery.each(window['labels_and_ids' + form_id], function (index, elem) {            switch (elem) {              case \"type_text\":              case \"type_textarea\":              case \"type_number\":              case \"type_spinner\":              case 'type_own_select':              case 'type_country':              case 'type_date':              case 'type_date_new':              case 'type_hidden':              case 'type_phone_new':              case 'type_paypal_price_new':                jQuery(\"#wdform_\" + index + \"_element\" + form_id).val('');                break;              case 'type_submitter_mail':              case 'type_password':                jQuery(\"#wdform_\" + index + \"_element\" + form_id).val('');                if (jQuery(\"#wdform_\" + index + \"_1_element\" + form_id)) {                  jQuery(\"#wdform_\" + index + \"_1_element\" + form_id).val('');                  if (jQuery(\"#confirm_\" + index + \"_\" + form_id))                    jQuery(\"#confirm_\" + index + \"_\" + form_id).remove();                  if (elem == 'type_submitter_mail' && jQuery(\"#check_email_\" + index + \"_\" + form_id))                    jQuery(\"#check_email_\" + index + \"_\" + form_id).remove();                }                break;              case 'type_date_range':                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \"0\").val('');                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \"1\").val('');                break;              case 'type_send_copy':                jQuery(\"#wdform_\" + index + \"_element\" + form_id).prop('checked', false);                break;              case 'type_phone':                jQuery(\"#wdform_\" + index + \"_element_first\" + form_id + \", #wdform_\" + index + \"_element_last\" + form_id).val('');                break;              case 'type_name':                jQuery(\"#wdform_\" + index + \"_element_first\" + form_id + \", #wdform_\" + index + \"_element_last\" + form_id + \", #wdform_\" + index + \"_element_title\" + form_id + \", #wdform_\" + index + \"_element_middle\" + form_id).val('');                break;              case 'type_address':                jQuery(\"#wdform_\" + index + \"_street1\" + form_id + \", #wdform_\" + index + \"_street2\" + form_id + \", #wdform_\" + index + \"_city\" + form_id + \", #wdform_\" + index + \"_state\" + form_id + \", #wdform_\" + index + \"_postal\" + form_id + \", #wdform_\" + index + \"_country\" + form_id).val('');                break;              case 'type_checkbox':                jQuery(\"#form\" + form_id + \" div[wdid='\" + index + \"'] .checkbox-div input\").prop('checked', false);                jQuery(\"#wdform_\" + index + \"_other_br\" + form_id).remove();                jQuery(\"#wdform_\" + index + \"_other_input\" + form_id).remove();                break;              case 'type_radio':                jQuery(\"#form\" + form_id + \" div[wdid='\" + index + \"'] .radio-div input\").prop('checked', false);                jQuery(\"#wdform_\" + index + \"_other_br\" + form_id).remove();                jQuery(\"#wdform_\" + index + \"_other_input\" + form_id).remove();                break;              case 'type_time':                jQuery(\"#wdform_\" + index + \"_hh\" + form_id + \", #wdform_\" + index + \"_mm\" + form_id + \", #wdform_\" + index + \"_ss\" + form_id + \", #wdform_\" + index + \"_am_pm\" + form_id).val('');                break;              case 'type_date_fields':                jQuery(\"#wdform_\" + index + \"_day\" + form_id + \", #wdform_\" + index + \"_month\" + form_id + \", #wdform_\" + index + \"_year\" + form_id).val('');                break;              case 'type_file_upload':                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \"_save\").remove();                break;              case 'type_paypal_price':                jQuery(\"#wdform_\" + index + \"_element_dollars\" + form_id + \", #wdform_\" + index + \"_element_cents\" + form_id).val('');                break;              case 'type_paypal_select':                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \", #wdform_\" + index + \"_element_quantity\" + form_id + \", #form\" + form_id + \" div[wdid='\" + index + \"'] .paypal-property select\").val('');                break;              case 'type_paypal_radio':                jQuery(\"#wdform_\" + index + \"_element_quantity\" + form_id + \",#form\" + form_id + \" div[wdid='\" + index + \"'] .paypal-property select\").val('');                jQuery(\"#form\" + form_id + \" div[wdid='\" + index + \"'] .radio-div input\").prop('checked', false);                break;              case 'type_paypal_shipping':                jQuery(\"#form\" + form_id + \" div[wdid='\" + index + \"'] .radio-div input\").prop('checked', false);                break;              case 'type_paypal_checkbox':                jQuery(\"#wdform_\" + index + \"_element_quantity\" + form_id + \",#form\" + form_id + \" div[wdid='\" + index + \"'] .paypal-property select\").val('');                jQuery(\"#form\" + form_id + \" div[wdid='\" + index + \"'] .checkbox-div input\").prop('checked', false);                break;              case 'type_star_rating':                jQuery(\"#wdform_\" + index + \"_selected_star_amount\" + form_id).val('');                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \" img\").attr('src', plugin_url + '\/images\/star.png');                break;              case 'type_scale_rating':                jQuery(\"#form\" + form_id + \" div[wdid='\" + index + \"'] .radio-div input\").prop('checked', false);                break;              case 'type_slider':                jQuery(\"#wdform_\" + index + \"_element\" + form_id).slider({                  value: eval(0),                });                jQuery(\"#wdform_\" + index + \"_element_value\" + form_id).html('0');                break;              case 'type_range':                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \"0, #wdform_\" + index + \"_element\" + form_id + \"1\").val('');                break;              case 'type_grading':                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \" input\").val('');                break;              case 'type_matrix':                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \" .radio-div input\").prop('checked', false);                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \" .checkbox-div input\").prop('checked', false);                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \" input[type='text']\").val('');                jQuery(\"#wdform_\" + index + \"_element\" + form_id + \" select\").val('');                break;              case 'type_paypal_total':                jQuery(\"#wdform_\" + index + \"div_total\" + form_id).html('$0');                jQuery(\"#wdform_\" + index + \"paypal_products\" + form_id).empty();                break;              case 'type_captcha':                jQuery(\"#wd_captcha_input\" + form_id).val('');                break;              case 'type_arithmetic_captcha':                jQuery(\"#wd_arithmetic_captcha_input\" + form_id).val('');                break;              default:                break;            }          });          return;        }        if (but_type == 'clear') {          var clear_data = confirm(\"Are you sure to clear saved data?\");          if (clear_data == true) {            jQuery.get('http:\/\/homeopathyforwomen.org\/newsletter\/wp-admin\/admin-ajax.php?action=FMSaveProg&addon_task=clear_data&form_id=2').done(function ( data ) {              window.location = \"\/newsletter\/index.php\/wp-json\/wp\/v2\/pages\/80\";            });          }          return;        }        if (window.before_submit) {          if (before_submit())            return false;        }        if (but_type != 'save') {          if (!wd_is_filled(form_id))            return false;          if (!wd_check_regExp(form_id))            return false;          if (!wd_check_price_min_max(form_id))            return false;          if (!wd_spinner_check(form_id))            return false;          if (!wd_file_upload_check(form_id))            return false;          x = jQuery(\"#form\" + form_id);                  }        var a = [];        if (typeof a[form_id] !== 'undefined' && a[form_id] == 1) {          return;        }              var disabled_fields =\"\";\t      jQuery(\"div[wdid]\").each(function() {        if(jQuery(this).css(\"display\")==\"none\")        {\t\t          disabled_fields += jQuery(this).attr(\"wdid\");          disabled_fields += \",\";        }\t          if(disabled_fields)          jQuery(\"<input type=\\\"hidden\\\" name=\\\"disabled_fields2\\\" value =\\\"\"+disabled_fields+\"\\\" \/>\").appendTo(\"#form2\");                });jQuery(\"<input type=\\\"hidden\\\" name=\\\"save_or_submit\"+form_id+\"\\\" value = \\\"\"+but_type+\"\\\" \/>\").appendTo(\"#form\"+form_id);        a[form_id] = 1;                var checkStripe = 2;        if (checkStripe == 1) {          var jq_mainForm = jQuery(\"form[id='form\" + form_id + \"']\");          if (jq_mainForm.find(\".wdfm_stripe_elem\").first().parents(\".wdform_row\").is(\":visible\")) {            wdfm_call_stripe();          }          else {            document.getElementById(\"form\" + form_id).submit();          }        }        else {          document.getElementById(\"form\" + form_id).submit();        }      }      function check2(id, form_id) {        if (!wd_is_filled(form_id))          return false;        if (!wd_check_regExp(form_id))          return false;        if (!wd_check_price_min_max(form_id))          return false;        if (!wd_spinner_check(form_id))          return false;        if (!wd_file_upload_check(form_id))          return false;        x = jQuery(\"#2form_view\" + id);                return true;      }    <\/script>    <div class=\"fm-form-container fm-theme0\"><script type=\"text\/javascript\"> function before_load() {\t}\t function before_submit() {\t }\t function before_reset() {\t}<\/script><div id=\"fm-pages2\" class=\"fm-pages wdform_page_navigation \" show_title=\"false\" show_numbers=\"true\" type=\"none\"><\/div><form name=\"form2\" action=\"\/newsletter\/index.php\/wp-json\/wp\/v2\/pages\/80\" method=\"post\" id=\"form2\" class=\"fm-form form2 \" enctype=\"multipart\/form-data\"  onsubmit=\"check_required2('submit', '2'); return false;\">    <input type=\"hidden\" id=\"counter2\" value=\"20\" name=\"counter2\" \/>    <input type=\"hidden\" id=\"Itemid2\" value=\"\" name=\"Itemid2\" \/><div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"2form_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"1\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_name\" class=\"wdform-field\"  style=\"width:500px\"><div class=\"wdform-label-section\" style=\"; width: 500px;\"><span class=\"wdform-label\">Name:<\/span><span class=\"wdform-required\">*<\/span><\/div>            <div class=\"wdform-element-section \" style=\"display:block; width: 500px;\">                <div style=\"display: table-cell; width:50%\">                  <div><input type=\"text\" class=\"input_deactive\" id=\"wdform_1_element_first2\" name=\"wdform_1_element_first2\" value=\"First\" title=\"First\"  style=\"width: 100%;\"><\/div>                  <div><label class=\"mini_label\"><\/label><\/div>                <\/div>                <div style=\"display:table-cell;\"><div style=\"margin: 0px 8px; padding: 0px;\"><\/div><\/div>                <div  style=\"display: table-cell; width:50%\">                  <div><input type=\"text\" class=\"input_deactive\" id=\"wdform_1_element_last2\" name=\"wdform_1_element_last2\" value=\"Last\" title=\"Last\" style=\"width: 100%;\" ><\/div>                  <div><label class=\"mini_label\"><\/label><\/div>                <\/div>                <\/div><\/div><\/div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_submitter_mail\" class=\"wdform-field\"  style=\"width:500px\"><div class=\"wdform-label-section\" style=\"; width: 500px;\"><span class=\"wdform-label\">Enter your E-mail:<\/span><span class=\"wdform-required\">*<\/span><\/div><div class=\"wdform-element-section \" style=\"display:block; width: 500px;\"><input type=\"text\" class=\"input_deactive\" id=\"wdform_2_element2\" name=\"wdform_2_element2\" value=\"\" title=\"\"  style=\"width: 100%;\"  onchange=\"wd_check_email('2', '2', 'This is not a valid email address.', 'The email addresses don\\'t match')\"><\/div><\/div><\/div><div wdid=\"9\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_address\" class=\"wdform-field\"  style=\"width:400px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 100px;\"><span class=\"wdform-label\">Address:<\/span><span class=\"wdform-required\">*<\/span><\/div><div class=\"wdform-element-section wdform_address\" style=\" width: 300px;\"><div>            <span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input type=\"text\" id=\"wdform_9_city2\" name=\"wdform_11_city2\" value=\"\" style=\"width: 100%;\" ><label class=\"mini_label\" >City<\/label><\/span><span style=\"float: right; width: 48%; padding-bottom: 8px;\"><input type=\"text\" id=\"wdform_9_state2\" name=\"wdform_12_state2\" value=\"\" style=\"width: 100%;\" ><label class=\"mini_label\">State \/ Province \/ Region<\/label><\/span><span style=\"float: left; width: 48%; padding-bottom: 8px;\"><input type=\"text\" id=\"wdform_9_postal2\" name=\"wdform_13_postal2\" value=\"\" style=\"width: 100%;\" ><label class=\"mini_label\">Postal \/ Zip Code<\/label><\/span><span style=\"float: right; width: 48%; padding-bottom: 8px;display: inline-block;\"><select type=\"text\" id=\"wdform_9_country2\" name=\"wdform_14_country2\" style=\"width:100%\" ><option value=\"\" selected=\"selected\"><\/option><option value=\"Afghanistan\" >Afghanistan<\/option><option value=\"Albania\" >Albania<\/option><option value=\"Algeria\" >Algeria<\/option><option value=\"Andorra\" >Andorra<\/option><option value=\"Angola\" >Angola<\/option><option value=\"Antigua and Barbuda\" >Antigua and Barbuda<\/option><option value=\"Argentina\" >Argentina<\/option><option value=\"Armenia\" >Armenia<\/option><option value=\"Australia\" >Australia<\/option><option value=\"Austria\" >Austria<\/option><option value=\"Azerbaijan\" >Azerbaijan<\/option><option value=\"Bahamas\" >Bahamas<\/option><option value=\"Bahrain\" >Bahrain<\/option><option value=\"Bangladesh\" >Bangladesh<\/option><option value=\"Barbados\" >Barbados<\/option><option value=\"Belarus\" >Belarus<\/option><option value=\"Belgium\" >Belgium<\/option><option value=\"Belize\" >Belize<\/option><option value=\"Benin\" >Benin<\/option><option value=\"Bhutan\" >Bhutan<\/option><option value=\"Bolivia\" >Bolivia<\/option><option value=\"Bosnia and Herzegovina\" >Bosnia and Herzegovina<\/option><option value=\"Botswana\" >Botswana<\/option><option value=\"Brazil\" >Brazil<\/option><option value=\"Brunei\" >Brunei<\/option><option value=\"Bulgaria\" >Bulgaria<\/option><option value=\"Burkina Faso\" >Burkina Faso<\/option><option value=\"Burundi\" >Burundi<\/option><option value=\"Cambodia\" >Cambodia<\/option><option value=\"Cameroon\" >Cameroon<\/option><option value=\"Canada\" >Canada<\/option><option value=\"Cape Verde\" >Cape Verde<\/option><option value=\"Central African Republic\" >Central African Republic<\/option><option value=\"Chad\" >Chad<\/option><option value=\"Chile\" >Chile<\/option><option value=\"China\" >China<\/option><option value=\"Colombia\" >Colombia<\/option><option value=\"Comoros\" >Comoros<\/option><option value=\"Congo (Brazzaville)\" >Congo (Brazzaville)<\/option><option value=\"Congo\" >Congo<\/option><option value=\"Costa Rica\" >Costa Rica<\/option><option value=\"Cote d'Ivoire\" >Cote d'Ivoire<\/option><option value=\"Croatia\" >Croatia<\/option><option value=\"Cuba\" >Cuba<\/option><option value=\"Cyprus\" >Cyprus<\/option><option value=\"Czech Republic\" >Czech Republic<\/option><option value=\"Denmark\" >Denmark<\/option><option value=\"Djibouti\" >Djibouti<\/option><option value=\"Dominica\" >Dominica<\/option><option value=\"Dominican Republic\" >Dominican Republic<\/option><option value=\"East Timor (Timor Timur)\" >East Timor (Timor Timur)<\/option><option value=\"Ecuador\" >Ecuador<\/option><option value=\"Egypt\" >Egypt<\/option><option value=\"El Salvador\" >El Salvador<\/option><option value=\"Equatorial Guinea\" >Equatorial Guinea<\/option><option value=\"Eritrea\" >Eritrea<\/option><option value=\"Estonia\" >Estonia<\/option><option value=\"Ethiopia\" >Ethiopia<\/option><option value=\"Fiji\" >Fiji<\/option><option value=\"Finland\" >Finland<\/option><option value=\"France\" >France<\/option><option value=\"Gabon\" >Gabon<\/option><option value=\"Gambia, The\" >Gambia, The<\/option><option value=\"Georgia\" >Georgia<\/option><option value=\"Germany\" >Germany<\/option><option value=\"Ghana\" >Ghana<\/option><option value=\"Greece\" >Greece<\/option><option value=\"Grenada\" >Grenada<\/option><option value=\"Guatemala\" >Guatemala<\/option><option value=\"Guinea\" >Guinea<\/option><option value=\"Guinea-Bissau\" >Guinea-Bissau<\/option><option value=\"Guyana\" >Guyana<\/option><option value=\"Haiti\" >Haiti<\/option><option value=\"Honduras\" >Honduras<\/option><option value=\"Hungary\" >Hungary<\/option><option value=\"Iceland\" >Iceland<\/option><option value=\"India\" >India<\/option><option value=\"Indonesia\" >Indonesia<\/option><option value=\"Iran\" >Iran<\/option><option value=\"Iraq\" >Iraq<\/option><option value=\"Ireland\" >Ireland<\/option><option value=\"Israel\" >Israel<\/option><option value=\"Italy\" >Italy<\/option><option value=\"Jamaica\" >Jamaica<\/option><option value=\"Japan\" >Japan<\/option><option value=\"Jordan\" >Jordan<\/option><option value=\"Kazakhstan\" >Kazakhstan<\/option><option value=\"Kenya\" >Kenya<\/option><option value=\"Kiribati\" >Kiribati<\/option><option value=\"Korea, North\" >Korea, North<\/option><option value=\"Korea, South\" >Korea, South<\/option><option value=\"Kuwait\" >Kuwait<\/option><option value=\"Kyrgyzstan\" >Kyrgyzstan<\/option><option value=\"Laos\" >Laos<\/option><option value=\"Latvia\" >Latvia<\/option><option value=\"Lebanon\" >Lebanon<\/option><option value=\"Lesotho\" >Lesotho<\/option><option value=\"Liberia\" >Liberia<\/option><option value=\"Libya\" >Libya<\/option><option value=\"Liechtenstein\" >Liechtenstein<\/option><option value=\"Lithuania\" >Lithuania<\/option><option value=\"Luxembourg\" >Luxembourg<\/option><option value=\"Macedonia\" >Macedonia<\/option><option value=\"Madagascar\" >Madagascar<\/option><option value=\"Malawi\" >Malawi<\/option><option value=\"Malaysia\" >Malaysia<\/option><option value=\"Maldives\" >Maldives<\/option><option value=\"Mali\" >Mali<\/option><option value=\"Malta\" >Malta<\/option><option value=\"Marshall Islands\" >Marshall Islands<\/option><option value=\"Mauritania\" >Mauritania<\/option><option value=\"Mauritius\" >Mauritius<\/option><option value=\"Mexico\" >Mexico<\/option><option value=\"Micronesia\" >Micronesia<\/option><option value=\"Moldova\" >Moldova<\/option><option value=\"Monaco\" >Monaco<\/option><option value=\"Mongolia\" >Mongolia<\/option><option value=\"Morocco\" >Morocco<\/option><option value=\"Mozambique\" >Mozambique<\/option><option value=\"Myanmar\" >Myanmar<\/option><option value=\"Namibia\" >Namibia<\/option><option value=\"Nauru\" >Nauru<\/option><option value=\"Nepal\" >Nepal<\/option><option value=\"Netherlands\" >Netherlands<\/option><option value=\"New Zealand\" >New Zealand<\/option><option value=\"Nicaragua\" >Nicaragua<\/option><option value=\"Niger\" >Niger<\/option><option value=\"Nigeria\" >Nigeria<\/option><option value=\"Norway\" >Norway<\/option><option value=\"Oman\" >Oman<\/option><option value=\"Pakistan\" >Pakistan<\/option><option value=\"Palau\" >Palau<\/option><option value=\"Panama\" >Panama<\/option><option value=\"Papua New Guinea\" >Papua New Guinea<\/option><option value=\"Paraguay\" >Paraguay<\/option><option value=\"Peru\" >Peru<\/option><option value=\"Philippines\" >Philippines<\/option><option value=\"Poland\" >Poland<\/option><option value=\"Portugal\" >Portugal<\/option><option value=\"Qatar\" >Qatar<\/option><option value=\"Romania\" >Romania<\/option><option value=\"Russia\" >Russia<\/option><option value=\"Rwanda\" >Rwanda<\/option><option value=\"Saint Kitts and Nevis\" >Saint Kitts and Nevis<\/option><option value=\"Saint Lucia\" >Saint Lucia<\/option><option value=\"Saint Vincent\" >Saint Vincent<\/option><option value=\"Samoa\" >Samoa<\/option><option value=\"San Marino\" >San Marino<\/option><option value=\"Sao Tome and Principe\" >Sao Tome and Principe<\/option><option value=\"Saudi Arabia\" >Saudi Arabia<\/option><option value=\"Senegal\" >Senegal<\/option><option value=\"Serbia and Montenegro\" >Serbia and Montenegro<\/option><option value=\"Seychelles\" >Seychelles<\/option><option value=\"Sierra Leone\" >Sierra Leone<\/option><option value=\"Singapore\" >Singapore<\/option><option value=\"Slovakia\" >Slovakia<\/option><option value=\"Slovenia\" >Slovenia<\/option><option value=\"Solomon Islands\" >Solomon Islands<\/option><option value=\"Somalia\" >Somalia<\/option><option value=\"South Africa\" >South Africa<\/option><option value=\"Spain\" >Spain<\/option><option value=\"Sri Lanka\" >Sri Lanka<\/option><option value=\"Sudan\" >Sudan<\/option><option value=\"Suriname\" >Suriname<\/option><option value=\"Swaziland\" >Swaziland<\/option><option value=\"Sweden\" >Sweden<\/option><option value=\"Switzerland\" >Switzerland<\/option><option value=\"Syria\" >Syria<\/option><option value=\"Taiwan\" >Taiwan<\/option><option value=\"Tajikistan\" >Tajikistan<\/option><option value=\"Tanzania\" >Tanzania<\/option><option value=\"Thailand\" >Thailand<\/option><option value=\"Togo\" >Togo<\/option><option value=\"Tonga\" >Tonga<\/option><option value=\"Trinidad and Tobago\" >Trinidad and Tobago<\/option><option value=\"Tunisia\" >Tunisia<\/option><option value=\"Turkey\" >Turkey<\/option><option value=\"Turkmenistan\" >Turkmenistan<\/option><option value=\"Tuvalu\" >Tuvalu<\/option><option value=\"Uganda\" >Uganda<\/option><option value=\"Ukraine\" >Ukraine<\/option><option value=\"United Arab Emirates\" >United Arab Emirates<\/option><option value=\"United Kingdom\" >United Kingdom<\/option><option value=\"United States\" >United States<\/option><option value=\"Uruguay\" >Uruguay<\/option><option value=\"Uzbekistan\" >Uzbekistan<\/option><option value=\"Vanuatu\" >Vanuatu<\/option><option value=\"Vatican City\" >Vatican City<\/option><option value=\"Venezuela\" >Venezuela<\/option><option value=\"Vietnam\" >Vietnam<\/option><option value=\"Yemen\" >Yemen<\/option><option value=\"Zambia\" >Zambia<\/option><option value=\"Zimbabwe\" >Zimbabwe<\/option><\/select><label class=\"mini_label\">Country<\/label><\/span><\/div><div style=\"clear:both;\"><\/div><\/div><\/div><\/div><div wdid=\"19\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_own_select\" class=\"wdform-field\"  style=\"width:300px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 100px;\"><span class=\"wdform-label\">Select Your Category:<\/span><span class=\"wdform-required\">*<\/span><\/div><div class=\"wdform-element-section wdform_select\" style=\" width: 200px; \"><select id=\"wdform_19_element2\" name=\"wdform_19_element2\" style=\"width: 100%\"  ><option value=\"\" selected=\"selected\">Select value<\/option><option value=\"New To Homeopathy\" >New To Homeopathy<\/option><option value=\"User of Homeopathy\" >User of Homeopathy<\/option><option value=\"Homeopathic Practitioner\" >Homeopathic Practitioner<\/option><option value=\"Other Health Professional\" >Other Health Professional<\/option><option value=\"Other\" >Other<\/option><\/select><\/div><\/div><\/div><div wdid=\"18\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_own_select\" class=\"wdform-field\"  style=\"width:300px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 100px;\"><span class=\"wdform-label\">How did you find out about us?:<\/span><span class=\"wdform-required\">*<\/span><\/div><div class=\"wdform-element-section wdform_select\" style=\" width: 200px; \"><select id=\"wdform_18_element2\" name=\"wdform_18_element2\" style=\"width: 100%\"  ><option value=\"\" selected=\"selected\">Select value<\/option><option value=\"Duck Duck Go\" >Duck Duck Go<\/option><option value=\"Facebook\" >Facebook<\/option><option value=\"Google\" >Google<\/option><option value=\"Internet\" >Internet<\/option><option value=\"Referred by a Homeopath\" >Referred by a Homeopath<\/option><option value=\"Referred by a Health Care Professional\" >Referred by a Health Care Professional<\/option><option value=\"Referred by a Family Member\" >Referred by a Family Member<\/option><option value=\"Referred by a Friend\" >Referred by a Friend<\/option><option value=\"Other\" >Other<\/option><\/select><\/div><\/div><\/div><div wdid=\"15\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_textarea\" class=\"wdform-field\"  style=\"width:310px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 100px;\"><span class=\"wdform-label\">Comments:<\/span><\/div><div class=\"wdform-element-section \" style=\" width: 200px\"><textarea class=\"input_deactive\" id=\"wdform_15_element2\" name=\"wdform_15_element2\" title=\"\"  style=\"width: 100%; height: 100px;\" ><\/textarea><\/div><\/div><\/div><div wdid=\"17\" class=\"wdform_row ui-sortable-handle\"> <script src=\"https:\/\/www.google.com\/recaptcha\/api.js\"><\/script><div type=\"type_recaptcha\" class=\"wdform-field\"><div class=\"wdform-label-section\" style=\"float: left;; width: 100px;\"><span class=\"wdform-label\">Recaptcha Word Verification:<\/span><\/div><div class=\"wdform-element-section *:*w_theme*:*\" style=\";\"><div class=\"g-recaptcha\" data-sitekey=\"6LeuD-QUAAAAAF5yoclbiS1r9QnlJGbXBa63vTPr\"><\/div><\/div><\/div><\/div><div wdid=\"8\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_submit_reset\" class=\"wdform-field fm-subscribe-reset\"><div class=\"wdform-label-section\" style=\"display: table-cell;\"><\/div><div class=\"wdform-element-section \" style=\"display: table-cell;\"><button type=\"button\" class=\"button-submit\" onclick=\"check_required2('submit', '2');\" >Submit<\/button><button type=\"button\" class=\"button-reset\" onclick=\"check_required2('reset', 2);\"  >Reset<\/button><\/div><\/div><\/div><\/div><\/div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table; padding-top:10px;\"><div style=\"display: table-row-group;\"><div id=\"2page_nav1\" style=\"display: table-row;\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"wdform_preload\"><\/div><\/form><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-80","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/homeopathyforwomen.org\/newsletter\/index.php\/wp-json\/wp\/v2\/pages\/80","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/homeopathyforwomen.org\/newsletter\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/homeopathyforwomen.org\/newsletter\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/homeopathyforwomen.org\/newsletter\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/homeopathyforwomen.org\/newsletter\/index.php\/wp-json\/wp\/v2\/comments?post=80"}],"version-history":[{"count":0,"href":"http:\/\/homeopathyforwomen.org\/newsletter\/index.php\/wp-json\/wp\/v2\/pages\/80\/revisions"}],"wp:attachment":[{"href":"http:\/\/homeopathyforwomen.org\/newsletter\/index.php\/wp-json\/wp\/v2\/media?parent=80"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}