own html form integration – doesn't show up
-
Hi! I love your plugin, it has every feature we need! I’m interested in that if it will be avaliable to integrate mailpoet subsriction form?
I’ve tried to use it’s html form and I made it look beautiful in the preview, but when I tried it had loaded in the background. (I hear the autoplay video playing, but the popup doesn’t show up). If I clear my html form the popup works.. why is that? Do you have any idea?
My code looks like:
<!--START Scripts : this is the script part you can add to the header of your theme--> <script type="text/javascript" src="http://nagygergely.info/wp-includes/js/jquery/jquery.js?ver=2.6.15"></script> <script type="text/javascript" src="http://nagygergely.info/wp-content/plugins/wysija- newsletters/js/validate/languages/jquery.validationEngine-hu.js?ver=2.6.15"></script> <script type="text/javascript" src="http://nagygergely.info/wp-content/plugins/wysija- newsletters/js/validate/jquery.validationEngine.js?ver=2.6.15"></script> <script type="text/javascript" src="http://nagygergely.info/wp-content/plugins/wysija-newsletters/js/front-subscribers.js? ver=2.6.15"></script> <script type="text/javascript"> /* <![CDATA[ */ var wysijaAJAX = {"action":"wysija_ajax","controller":"subscribers","ajaxurl":"http://nagygergely.info/wp- admin/admin-ajax.php","loadingTrans":"Betöltés..."}; /* ]]> */ </script><script type="text/javascript" src="http://nagygergely.info/wp-content/plugins/wysija- newsletters/js/front-subscribers.js?ver=2.6.15"></script> <!--END Scripts--> <style type="text/css"> .widget_wysija_cont.html_wysija #form-wysija-html54f322991de36-4 .wysija-submit.wysija-submit-field { -moz-box-shadow:inset 0px 0px 2px 0px #f29c93; -webkit-box-shadow:inset 0px 0px 2px 0px #f29c93; box-shadow:inset 0px 0px 2px 0px #f29c93; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100)); background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%); background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%); background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%); background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%); background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0); background-color:#fe1a00; -moz-border-radius:14px; -webkit-border-radius:14px; border-radius:1px; border:1px solid #d83526; display:inline-block; cursor:pointer; color:#ffffff; font-family:Verdana; font-size:25px; font-weight:bold; padding:5px 35px; text-decoration:none; text-shadow:1px 0px 4px #b23e35; position: relative; top: 4px; } .widget_wysija_cont.html_wysija #form-wysija-html54f322991de36-4 .wysija-submit.wysija-submit-field:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00)); background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%); background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%); background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%); background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%); background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0); background-color:#ce0100; } .widget_wysija_cont.html_wysija #form-wysija-html54f322991de36-4 .wysija-submit.wysija-submit-field:active { position:relative; top:1px; } } .input { border: 1px solid #006; background: #ffc; width:200px; height:50px; display:block; } .input:hover { border: 1px solid #f00; background: #ff6; } </style> <div class="widget_wysija_cont html_wysija"><div id="msg-form-wysija-html54f322991de36-4" class="wysija-msg ajax"></div><form id="form-wysija-html54f322991de36-4" method="post" action="#wysija" class="widget_wysija html_wysija"> <p class="wysija-paragraph"> <input type="text" name="wysija[user][firstname]" class="input" style="font-size: 16px; color: #888888; font-style: italic; height: 40px; width: 180px;font-weight: 400; text-decoration: none; title="Neved" value="" placeholder="Neved" /> <input type="text" name="wysija[user][email]" class="input" style="font-size: 16px; color: #888888; font-style: italic; height: 40px; width: 180px;font-weight: 400; text-decoration: none; title="A legjobb email címed" value="" placeholder="A legjobb E-Mail címed" /> <input class="wysija-submit wysija-submit-field" type="submit" value="Feliratkozás" /> <input type="hidden" name="form_id" value="4" /> <input type="hidden" name="action" value="save" /> <input type="hidden" name="controller" value="subscribers" /> <input type="hidden" value="1" name="wysija-page" /> <input type="hidden" name="wysija[user_list][list_ids]" value="3" /> </form></div>Thank You!
Best Regards,
Greg Nagy
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
The topic ‘own html form integration – doesn't show up’ is closed to new replies.