Hello, Robert Garcia! On 5/9/02 9:59 PM -0700, you wrote in whole or part:
>There are a couple of important things you must do for this to work.
>
>1. Use checkboxes, not radio buttons, and give them the same name, but
>different values:
>
><input type="checkbox" name="month" value="Jan">
><input type="checkbox" name="month" value="Feb">
><input type="checkbox" name="month" value="Mar">
><input type="checkbox" name="month" value="Apr">
><input type="checkbox" name="month" value="May">
>
>2. When you receive this array into a form for inserting into a database or
>whatever, you cannot refer to is as <@arg month>. If you do, you will only
>get the first value checked. You must refer to it as
><@arg month type="array">, Then tango will treat is an array, and you will
>have all of your values.

Nicholas, I guess you now understand the difference between radio and checkboxes!

Robert, is right and wrong on #2. FileMaker Pro will accept the multiple inputs 
(checkboxes) and make them return delimited in the field. How you format that field on 
the FileMaker Pro layout is up to you (checkboxes, plain, pop-up, etc.), but it 
doesn't make a difference how it gets the values from the form field(s). Robert is 
correct in *reading* these delimited values back into Tango, if you need them 
separated.

Beverly
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to