Forum Moderators: open
I hope I have posted this in the right category?
Can anyone advise me on how I could hide this form field using some sort of yes no radio checkbox
Postal Address - same / different
** If different is selected the field below is displayed.
<label for="postal_address">
Postal Address:<br />
<textarea type="text" name="postal_address" rows="3" cols="25"><?php if(isset($_POST['postal_address'])) echo $_POST['postal_address'];?>
</textarea>
</label>
Any help would be greatly appreciated.