Hi There,
Is it possible to change the value to something different before posting it?
For example:
User chose 1, now i need to send a mail where the receiver expects diferent values.
value=1
1 corresponds to LowPRIORITY
So the mail would be:
prio: LowPRIORITY
instead of
prio: 1
Can somebody give me a hand with the php in on submit before mail?
Thnx!
Raymon
Is it possible to change the value to something different before posting it?
For example:
Choose prioritiy:<select name="prio">
<option>1</option>
<option>2</option>
<option>3</option></select>
User chose 1, now i need to send a mail where the receiver expects diferent values.
value=1
1 corresponds to LowPRIORITY
So the mail would be:
prio: LowPRIORITY
instead of
prio: 1
Can somebody give me a hand with the php in on submit before mail?
Thnx!
Raymon