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
1. This is the correct way to open a popup with HTML
<a rel="prettyphoto" href="#you-custom-id">link</a>
<div id="you-custom-id" style="display:none">popup content text</div>
2. Please go to theme options>responsive>header and change the mneu style to classic, like here: http://prntscr.com/fdbd4d