{"id":4121,"date":"2010-11-13T22:54:17","date_gmt":"2010-11-14T04:54:17","guid":{"rendered":"http:\/\/rootweddings.com\/blog\/"},"modified":"2010-11-13T22:59:30","modified_gmt":"2010-11-14T04:59:30","slug":"mailing-list","status":"publish","type":"page","link":"https:\/\/rootweddings.com\/blog\/mailing-list\/","title":{"rendered":"Mailing List"},"content":{"rendered":"<p>On rare occasions, we like to send out a newsletters or spiffy announcements. Maybe it&#8217;ll be to announce a sale or to simply say hi. Whatever it is, it won&#8217;t be spammy and you&#8217;ll probably wish you received it! So sign up below and we promise to only rarely bug you. :)<\/p>\n<div id=\"mc_embed_signup\">\n<form id=\"mc-embedded-subscribe-form\" class=\"validate\" style=\"font: normal 100% Arial, sans-serif; font-size: 12pxpx;\" action=\"http:\/\/rootweddings.us1.list-manage.com\/subscribe\/post?u=bef0d7235831fb0aa8a9401df&amp;id=e2771e13fb\" method=\"post\">\n<fieldset style=\"-moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #000000; padding-top: 1.5em; margin: .5em 0; background-color: #ffffff; color: #333333; text-align: left;\">\n<legend style=\"white-space: normal; text-transform: capitalize; font-weight: bold; color: #666666; background: #c2dbe8; padding: .5em 1em; border: 1px solid #000000; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em;\"><span>Sign up!<\/span><\/legend>\n<div class=\"mc-field-group\" style=\"margin: 1.3em 5%; clear: both; overflow: hidden;\"><label style=\"display: block; margin: .3em 0; line-height: 1em; font-weight: bold;\" for=\"mce-EMAIL\">Email Address <\/label><br \/>\n<input id=\"mce-EMAIL\" class=\"required email\" style=\"margin-right: 1.5em; padding: .2em .3em; width: 90%; float: left; z-index: 999;\" name=\"EMAIL\" type=\"text\" \/><\/div>\n<div><input id=\"mc-embedded-subscribe\" class=\"btn\" style=\"clear: both; width: auto; display: block; margin: 1em 0 1em 5%;\" name=\"subscribe\" type=\"submit\" value=\"Subscribe\" \/><\/div>\n<\/fieldset>\n<p><a id=\"mc_embed_close\" class=\"mc_embed_close\" style=\"display: none;\" href=\"#\">Close<\/a><\/p>\n<\/form>\n<\/div>\n<p><script type=\"text\/javascript\">\/\/ <![CDATA[\nvar fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';\ntry{\n    err_style = mc_custom_error_style;\n} catch(e){\n    err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';\n}\nvar mce_jQuery = jQuery.noConflict();\nmce_jQuery(document).ready( function($) {\n  var options = { errorClass: 'mce_inline_error', errorElement: 'div', errorStyle: err_style, onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };\n  var mce_validator = mce_jQuery(\"#mc-embedded-subscribe-form\").validate(options);\n  options = { url: 'http:\/\/rootweddings.us1.list-manage.com\/subscribe\/post-json?u=bef0d7235831fb0aa8a9401df&#038;id=e2771e13fb&#038;c=?', type: 'GET', dataType: 'json', contentType: \"application\/json; charset=utf-8\",\n                beforeSubmit: function(){\n                    mce_jQuery('#mce_tmp_error_msg').remove();\n                    mce_jQuery('.datefield','#mc_embed_signup').each(\n                        function(){\n                            var txt = 'filled';\n                            var fields = new Array();\n                            var i = 0;\n                            mce_jQuery(':text', this).each(\n                                function(){\n                                    fields[i] = this;\n                                    i++;\n                                });\n                            mce_jQuery(':hidden', this).each(\n                                function(){\n                                \tif ( fields[0].value=='MM' &#038;&#038; fields[1].value=='DD' &#038;&#038; fields[2].value=='YYYY' ){\n                                \t\tthis.value = '';\n\t\t\t\t\t\t\t\t\t} else if ( fields[0].value=='' &#038;&#038; fields[1].value=='' &#038;&#038; fields[2].value=='' ){\n                                \t\tthis.value = '';\n\t\t\t\t\t\t\t\t\t} else {\n\t                                    this.value = fields[0].value+'\/'+fields[1].value+'\/'+fields[2].value;\n\t                                }\n                                });\n                        });\n                    return mce_validator.form();\n                },\n                success: mce_success_cb\n            };\n  mce_jQuery('#mc-embedded-subscribe-form').ajaxForm(options);\n\n});\nfunction mce_success_cb(resp){\n    mce_jQuery('#mce-success-response').hide();\n    mce_jQuery('#mce-error-response').hide();\n    if (resp.result==\"success\"){\n        mce_jQuery('#mce-'+resp.result+'-response').show();\n        mce_jQuery('#mce-'+resp.result+'-response').html(resp.msg);\n        mce_jQuery('#mc-embedded-subscribe-form').each(function(){\n            this.reset();\n    \t});\n    } else {\n        var index = -1;\n        var msg;\n        try {\n            var parts = resp.msg.split(' - ',2);\n            if (parts[1]==undefined){\n                msg = resp.msg;\n            } else {\n                i = parseInt(parts[0]);\n                if (i.toString() == parts[0]){\n                    index = parts[0];\n                    msg = parts[1];\n                } else {\n                    index = -1;\n                    msg = resp.msg;\n                }\n            }\n        } catch(e){\n            index = -1;\n            msg = resp.msg;\n        }\n        try{\n            if (index== -1){\n                mce_jQuery('#mce-'+resp.result+'-response').show();\n                mce_jQuery('#mce-'+resp.result+'-response').html(msg);\n            } else {\n                err_id = 'mce_tmp_error_msg';\n                html = '\n\n\n\n<div id=\"'+err_id+'\" style=\"'+err_style+'\" mce_style=\"\"> '+msg+'<\/div>\n\n\n\n';\n\n                var input_id = '#mc_embed_signup';\n                var f = mce_jQuery(input_id);\n                if (ftypes[index]=='address'){\n                    input_id = '#mce-'+fnames[index]+'-addr1';\n                    f = mce_jQuery(input_id).parent().parent().get(0);\n                } else if (ftypes[index]=='date'){\n                    input_id = '#mce-'+fnames[index]+'-month';\n                    f = mce_jQuery(input_id).parent().parent().get(0);\n                } else {\n                    input_id = '#mce-'+fnames[index];\n                    f = mce_jQuery().parent(input_id).get(0);\n                }\n                if (f){\n                    mce_jQuery(f).append(html);\n                    mce_jQuery(input_id).focus();\n                } else {\n                    mce_jQuery('#mce-'+resp.result+'-response').show();\n                    mce_jQuery('#mce-'+resp.result+'-response').html(msg);\n                }\n            }\n        } catch(e){\n            mce_jQuery('#mce-'+resp.result+'-response').show();\n            mce_jQuery('#mce-'+resp.result+'-response').html(msg);\n        }\n    }\n}\n\/\/ ]]><\/script><\/p>\n<p><!--End mc_embed_signup--><\/p>\n","protected":false},"excerpt":{"rendered":"<p>On rare occasions, we like to send out a newsletters or spiffy announcements. Maybe it&#8217;ll be to announce a sale or to simply say hi. Whatever it is, it won&#8217;t be spammy and you&#8217;ll probably wish you received it! So sign up below and we promise to only rarely bug you. :) Sign up! Email [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"class_list":["post-4121","page","type-page","status-publish","entry"],"_links":{"self":[{"href":"https:\/\/rootweddings.com\/blog\/wp-json\/wp\/v2\/pages\/4121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rootweddings.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rootweddings.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rootweddings.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/rootweddings.com\/blog\/wp-json\/wp\/v2\/comments?post=4121"}],"version-history":[{"count":5,"href":"https:\/\/rootweddings.com\/blog\/wp-json\/wp\/v2\/pages\/4121\/revisions"}],"predecessor-version":[{"id":4123,"href":"https:\/\/rootweddings.com\/blog\/wp-json\/wp\/v2\/pages\/4121\/revisions\/4123"}],"wp:attachment":[{"href":"https:\/\/rootweddings.com\/blog\/wp-json\/wp\/v2\/media?parent=4121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}