Multiple Selections in E-mail?
Posted: Tue Nov 04, 2003 7:18 am
Here's the issue:
I've got a form that has multiple selections, and I need them to end up being emailed.
Right now, here's what I have:
Now, when it's processed, it emails fine, however, all I get is 1 value for selections, regardless of how many are selected.
Any ideas?
Thanks in advance!
Rewt
I've got a form that has multiple selections, and I need them to end up being emailed.
Right now, here's what I have:
Code: Select all
<form method="POST" action="<? echo"$PHP_SELF";?>">
<select size="4" name="selectionsї]" multiple>
<option>Red</option>
<option>Orange</option>
<option>Yellow</option>
<option>Green</option>
</select>Any ideas?
Thanks in advance!
Rewt