From in Popup

Hi,
I tried to use popup shortcode to show form, but it does not work.
There is a botton to open popup and form below in frontend.
Popup is empty.

There is code.

[popup title="Оформить заказ" padding="0" button="1"]
<form name="contact" method="post" action="simplecart.php" >
<fieldset>  
<label for="firstname">Введите своё имя:</label>
<input type="text" name="firstname" placeholder="Иван" title="Введите своё имя:" class="required" id="firstname">
<label for="lastname">Введите свою Фамилию:</label>
<input type="text" name="lastname" placeholder="Иванов" title="Введите свою фамилию:" class="required" id="lastname">
<label for="email">Введите свой email:</label>
<input type="email" name="email" placeholder="[email protected]" title="ведите свой email:" class="required email" id="email">
<label for="phone">Введите свой телефон:</label>
<input type="tel" name="phone" placeholder="+7 (123) 456-78-90" id="phone">
<label for="comments">Оставьте комментарий к заказу:</label>
<textarea name="comments" placeholder="Комментарий" id="comments"></textarea>
<!--<input type="submit" name="submit" class="button" id="submit" value="Send Message" />-->
</fieldset>
</form>
<a href="javascript:;" class="simpleCart_checkout"><span class="checkout_btn">Отправить</span></a
[/popup]

How to solve this?

Thank you!

Comments

Sign In or Register to comment.