If you have a form with checkboxes, something like
And the email I receive looks like this:Code:<input class="check" type="checkbox" name="HTML" id="HTML" value="HTML">HTML
How would I get it to say "Yes" if the item is checked and otherwise "No"? So it looks like this:Code:First_name: Shayne Last_name: Martin Email: apply@cyanideperfection.net Css: CSS Ftp: FTP Html: HTML
Sorry this is a bit confusing. I don't really know any other way of explaining myself.Code:First_name: Shayne Last_name: Martin Email: apply@cyanideperfection.net Css: Yes Ftp: Yes Html: Yes
<EDIT>
Would this even be possible for the HTML end to handle?
Would the PHP have to take care of it?
</EDIT>



Reply With Quote

Bookmarks