My form has 40 fields, so my email becomes quite long. Is there anyway to include the field "name" or field "id" in addition to the field value? This way, I would only include your tag (#xxxx#) but your tag would include the field "name" AND the value. Does that make any sense? Here's an example:
<INPUT NAME="RO8A1 - " TYPE="TEXT" id="RO8A1" SIZE="2" > (let's say someone enters 10 in this field)
The value would be 10, correct? Could I add the Name (RO8A1 - ) to the Value so your tag would pull both of these as the value? The value would be RO8A1 - 10. Your tag would then contain "RO8A1 - 10" and i would not have to hard code the name in the email body.
Just a crazy idea.
|
|
|