I am trying to make a conditional to only show the Div and contents inside the div/ul if the first input “Features01” has some input. Any help is appreciated! Thank you!
[php]<?php if (isset($_POST['Features01'])){echo "
Features
- $Features01 ";}?>
- $Features02 ";}?>
- $Features03 ";}?>
- $Features04 ";}?>
- $Features05 ";}?>
<?php if (isset($_POST['Features02'])){echo "
<?php if (isset($_POST['Features03'])){echo "
<?php if (isset($_POST['Features04'])){echo "
<?php if (isset($_POST['Features05'])){echo "