To disable the “Enter your email” box, go into your editor and find
ultimate-landing-page-and-coming-soon-page/template/template1.php
<form action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit='window.open("https://feedburner.google.com/fb/a/mailverify?uri=<?php echo $ulp_options['feedburner_address'] ?>", "popupwindow", "scrollbars=yes,width=550,height=520");return true'>
<input type="hidden" value="<?php echo $ulp_options['feedburner_address'] ?>" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<input type="hidden" name="landing_page_id" value="<?php echo $ulp_options['landing_page_id'] ?>"/>
<input id="notify-email" type="text" name="email" placeholder="Enter Your Email"/>
<button id="notify-btn" type="submit">Add Me!</button>
</form>
add php comments around this form like so:
<?php
/*
<form action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit='window.open("https://feedburner.google.com/fb/a/mailverify?uri=<?php echo $ulp_options['feedburner_address'] ?>", "popupwindow", "scrollbars=yes,width=550,height=520");return true'>
<input type="hidden" value="<?php echo $ulp_options['feedburner_address'] ?>" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<input type="hidden" name="landing_page_id" value="<?php echo $ulp_options['landing_page_id'] ?>"/>
<input id="notify-email" type="text" name="email" placeholder="Enter Your Email"/>
<button id="notify-btn" type="submit">Add Me!</button>
</form>
*/
?>
currently this fix is being used at https://mechagnome.com/newgenerationsphotography/