Welcome Guest, Not a member yet? Register   Sign In
Formmail
#5

[eluser]ricklee[/eluser]
That took care of it. Thanks!

I'm still working on this form though and I have this other question. How do you get data from checkboxes?

I have this for example:
Code:
<input type="checkbox" name="fruit[]" value ="apples" /> Apples

<input type="checkbox" name="fruit[]" value="oranges" /> Oranges

But when I do this:
$this->input->post('fruit');

It gives me a string (returning the last item selected) instead of an array. What am I doing wrong?

Thanks for any tips!


Messages In This Thread
Formmail - by El Forum - 11-09-2007, 06:07 AM
Formmail - by El Forum - 11-09-2007, 06:25 AM
Formmail - by El Forum - 11-21-2007, 02:42 AM
Formmail - by El Forum - 11-21-2007, 06:49 AM
Formmail - by El Forum - 11-23-2007, 10:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB