> 
> I really love the feature of Embperl where it will automatically 
> fill out a form
> using the contents of %fdat.  However, that doesn't seem to work with
> checkboxes.  Is this possible?
> 

Your checkbox must have a name and a value, then it should work e.g.

<input type="checkbox" name="foo" value="bar">

Gerald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to