Всем доброго времени суток!
Проблема с формой подписки на главной странице блога – http://istanislav.ru – она не работает, если вынести эту форму на отдельную html страницу без ничего – http://istanislav.ru/index2.html – всё отлично работает. Чтобы узнать что форма работает, нужно ввести данные и тогда она выдаст что вы стали подписчиком, можно вводить любые данные.
Водрпресс стоит последний – 3.2.1
Вот тема установленная на сайте – http://bagthemes.com/wordpress-shablon-predilection/
Вот код формы подписки:
<div style="width: 220px; border-collapse: collapse; border: 3px dashed black; margin: 0 auto; padding: 10px; background-color: #eeeeee" id="subscribe">
<p style="text-align: center; margin-top:4px; font-weight: bold; border: none;">Получите бесплатный курс по личностному росту</p>
<form action="http://biz4sms.ru/mail1/index.php" style="margin-bottom:0" target="ok" onsubmit="return validate_gen_form('required,required',',Email','fio,email','first_form','ru');" name="first_form" id="first_form" method="post">
<input type="hidden" value="test" name="id">
<input type="hidden" value="41bff085631799648a3ed13a3fc94e00" name="private">
<input type="hidden" value="Подписаться" name="do">
<table width="250" align="center" style="padding-top: 20px" id="subtable">
<tbody><tr>
<td width="50" align="left">
<strong>Ваше имя:</strong></td>
<td width="150" align="left"><input type="text" class="intext" name="fio" style="width: 150px;" width="150"></td>
</tr>
<tr>
<td width="50" align="left"><strong>Ваш email:</strong></td>
<td width="150" align="left">
<input type="text" class="intext" name="email" style="width: 150px;" width="150"></td>
</tr>
</tbody></table>
<table width="155" cellspacing="0" cellpadding="3" border="0" align="center" style="margin-top: 10px; margin-bottom: 12px; background-color: #cc0000" id="subtable2">
<tbody><tr>
<td>
<input type="submit" style="font-size: 12pt; font-family: Arial; letter-spacing: -1px; font-weight: bold; width: 150px; height: 30px" value="Получить" name="go" id="submitform"></td>
</tr>
</tbody></table>
</form>
</div>
Помогите пожалуйста, уже сил нет, не могу найти то, с чем форма конфликтует(((