Separate checkbox label from checkbox value
-
Hi, is there a way to put a custom label on a field (for example, a checkbox) but have it submit a different value? For example, I have a list of courses that are all checkboxes…I want the labels on the form to be the name of each course (for example, “Introduction to Canadian Geography”) but I want the actual value that gets submitted and stored (I’m using the ContactForm to DB extension) to be the course code (for example, GEOG-1011)…is there a way to do this? If so, what would the syntax be? Currently I can create my own label for each checkbox but it still shows the course code on the page…is there a way to hide/separate that somehow? Thanks for any help!
- The topic ‘Separate checkbox label from checkbox value’ is closed to new replies.