From: Jonathan S. <jn...@ge...> - 2006-01-25 09:23:07
|
On Wed, 2006-01-25 at 00:21, Marc Austin wrote: > Thanks - I tried this using checkboxes - can't I do it THAT way? > > <INPUT TYPE="checkbox" NAME="_config" VALUE="clevengers">Clevenger's > Detectors<BR> > <INPUT TYPE="checkbox" NAME="_config" VALUE="coiltek">Coiltek Coils<BR> > <INPUT TYPE="checkbox" NAME="_config" VALUE="depthmaster">Depth > Master<BR> > <INPUT TYPE="checkbox" NAME="_config" VALUE="detectorpro">Detector > Pro<BR> > <INPUT TYPE="checkbox" NAME="_config" VALUE="fisherresearch">Fisher > Research NO you can't do it like this because you can't specify more than one configuration file. Let me get this straight, you want to be able to select for any number of a list of potential recipients based on the form input? TFmail doesn't currently have any facility to do this unfortunately. You could lash something up in Javascript by looping through the checkbox values and submitting once for each with _config set in turn to a single value and no_content set in the configuration (finally ending up with a default one that prints the confirmation but doesn't send mail). Right at this moment I can't even think how we might change TFmail to support this kind of functionality without implementing some kind of "programming language" into the configuration: I have copied this to the devel list to see if anyone has any ideas. /J\ -- This e-mail is sponsored by http://www.integration-house.com/ |