I just built a contact form in this Contact form 7. I've got everything working correctly except for one thing. For my checkboxes I would like the display on the form to be different than the output. ie. I would like "Looking to Buy" to display on the form by a checkbox but if selected I would like the email to say "LookingtoSell". Unfortunately I have to do this for a mail merge. I've looked and tried several options but can't seem to figure it out. Here is what I've got:
<p>Status:
[checkbox Status LookingtoBuy label-first "Looking to Buy"]>Looking to Buy
[checkbox Status label-first "Looking to Sell"]>Looking to Sell
[checkbox Status LookingtoRent label-first "Looking to Rent"]
[checkbox Status Information label-first "Just Information"]</p>
Thanks in Advance.