Using checkbox and radio buttons with addform.php

2 posts by 2 authors in: Forums > CMS Builder
Last Post: April 30, 2012   (RSS)

By ScottL - April 28, 2012

How can I use a checkbox to get a returned value of Yes or No, or radio buttons in my forms with the addform.php?

<input type="checkbox" name="NAME" value="<?php echo htmlspecialchars(@$_REQUEST['NAME']); ?>" />

Thanks.