hmmmm.. there’s a javascript error in the page due to your using a mailchimp form in the sidebar.
This may fix the problem. Edit the action box, then in the Process Opt In Form Code field, look for something that looks like this:
<form action="http://365Plainfield.us3.list-manage.com/subscribe/post?u=c6f679b62108ecbb0fd93f0d2&id=4a755bdcc3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form">
This should be the first line actually. then, delete the following from the code above:
id="mc-embedded-subscribe-form"
so that you are left with
<form action="http://365Plainfield.us3.list-manage.com/subscribe/post?u=c6f679b62108ecbb0fd93f0d2&id=4a755bdcc3" method="post" name="mc-embedded-subscribe-form">
Thank you so much! I deleted the sign up box from the sidebar and now the box in the posts works perfectly!