I have a simple checkbox that submits info to a script in a form. It works of course but I would like to know how to add a second thing to send. For example below it sending "event" equals "Relaford" I want to add a second name and value to that same checkbox without <input type=hidden> How do I do this? Thanks.
<input type="checkbox" name="event" value="Relaford">
<input type="checkbox" name="event" value="Relaford">