T
TeknoShock
The following information is passed to a script to generate an email
from a form.
<INPUT TYPE="hidden" name="param_recipient" value="(e-mail address removed)">
In the form further down on the page, a user enters a value in the ru
field. I want to write something similar to:
if ru=122 then sendformto="(e-mail address removed)"
if ru=144 then sendformto="(e-mail address removed)"
the paramater above would then become something like:
<INPUT TYPE="hidden" name="param_recipient" value=sendformto>
How would I go about doing this?
from a form.
<INPUT TYPE="hidden" name="param_recipient" value="(e-mail address removed)">
In the form further down on the page, a user enters a value in the ru
field. I want to write something similar to:
if ru=122 then sendformto="(e-mail address removed)"
if ru=144 then sendformto="(e-mail address removed)"
the paramater above would then become something like:
<INPUT TYPE="hidden" name="param_recipient" value=sendformto>
How would I go about doing this?