HTML form text elements not working
-
Hi,
In installed the plugin on http://www.monkshouts.org and the code is written below:<div style="padding-top: 20px;padding-bottom: 20px;line-height:150%; background-color:#B8142A;width:600;color:#FFFFFF;font-size:25px;font-family:Lucida Bright,Georgia, serif;" margin="20px auto auto auto" align="center" ><b>SIGN UP AND GET FREE TIPS ON HOW TO BUILD AN ONLINE PROFITABLE BUSINESS </b> </div> <div id="optin-sidebar"> <form onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=monkshouts', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow" method="post" action="http://feedburner.google.com/fb/a/mailverify"> <input type="hidden" name="uri" value="monkshouts"><input type="hidden" value="en_US" name="loc"> <!input type="text" id="name" name="name" onfocus="this.value=''" value="Enter Your Name" placeholder="Enter Your Name"> <input type="text" id="email" name="email" onfocus="this.value=''" value="Enter Your Email Address" placeholder="Enter Your Email Address"> <input type="submit" value="INSTANT ACCESS" id="submit" name="submit"></td> </form> </div> <style> #optin-sidebar { background: #FFFFFF; border-bottom: 1px #CCCCCC; padding: 15px 0; text-align: center; width: 600px; } #optin-sidebar h4 { font-weight: bold; margin: 10px 0 20px; } #optin-sidebar input[type="text"] { border: 1px solid #AAAAAA; font-size: 13px; margin: 20px 0 20px 0; padding: 10px; width: 40%; color:#888; } #optin-sidebar input { box-shadow: 0 2px 2px #AAAAAA; -moz-box-shadow: 0 2px 2px #AAAAAA; -webkit-box-shadow: 0 2px 2px #AAAAAA; } #optin-sidebar input.name { background: url(http://i.imgur.com/XrHTe.png) no-repeat scroll right center #FFFFFF; } #optin-sidebar input.email { background: url(http://i.imgur.com/2BCD0.png) no-repeat scroll right center #FFFFFF; } #optin-sidebar input[type="submit"] { background: #B8142A; border: 1px solid #B63C00; color: #FFFFFF; cursor: pointer; font-family: cambria; font-size: 25px; font-weight: bold; height: 40px; margin-top: 5px; margin-bottom: 5x; padding: 8px 0; text-shadow: -1px -1px #B63C00; text-transform: capitalize; width: 40%; } #optin-sidebar input[type="submit"]:hover { background: none repeat scroll 0 0 #B63C00; } </style> <div style="padding-top: 20px;padding-bottom: 20px;line-height:150%; background-color:#B8142A;width:600;color:#FFFFFF;font-size:25px;font-family:Lucida Bright,Georgia, serif;" margin="10px auto auto auto" align="center" ><b> LEARN HOW TO TURN YOUR FANS AND FOLLOWERS TO QUALITY LEADS[Moderator Note: Please post code & markup between backticks (not single quotes) or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
The popup is loading fine. But in this popup,form elements are not working and as soon as I click anywhere on the screen. The form disappears. Kindly tell me how to fix this form visibility so that feedburner can work properly inside it.
The topic ‘HTML form text elements not working’ is closed to new replies.