I was wondering if there was the ability to specify the html names of form fields (but not the displayed names). I need to integrate with another database (which I plan to do via hooks) and I need the field names to be specific.
For example, I would need: "fieldtripDate1" from
<form>
Field Trip Date (First Choice): <input type="text" name="fieldtripDate1">
</form>