[Radiant] Mailer_Behaviour + Checkboxes

2006-12-12 Thread Michael Roper
Hi guys, Regarding the mailer_behaviour, does anyone know how to deal with checkboxes properly? I can insert them fine: r:mailer:checkbox name=checkered / ...but when i try to access the value of them in my email_html part: r:mailer:get name=checkered / ...it returns nothing... if i dont

Re: [Radiant] Mailer_Behaviour + Checkboxes

2006-12-12 Thread Michael Roper
not to worry, i figured it out myself... set a value on the element, dummy! cheers, michael On 12/12/06, Michael Roper [EMAIL PROTECTED] wrote: Hi guys, Regarding the mailer_behaviour, does anyone know how to deal with checkboxes properly? I can insert them fine: r:mailer:checkbox

Re: [Radiant] Mailer_Behaviour + Checkboxes

2006-12-12 Thread Kevin Ansfield
Hi Michael, Try something like r:mailer:checkbox name=checkered value=true / I haven't had a chance to try this out yet, but judging from the source code it should work fine. Best Regards, Kevin Ansfield On 12/12/06, Michael Roper [EMAIL PROTECTED] wrote: Hi guys, Regarding the