[] and {} in my forms

schlogo 25 Jun, 2011
Hello

Small pb with v4 on j 1.5

Until now, with v3 i was using name="diags[]" type of entries (for 10 checkboxes) in my forms and {diags} in the email template . the names of the checkboxes was went int the email, great

since v4, it does not work anymore, i just get {diags} as text in my emails

Could someone tell me what has to be done?

tks
GreyHead 25 Jun, 2011
Hi schlogo,

You probably need to drag a Handle Arrays action into the OnSubmit event box. Then move it up before any Email or DB Save actions.

Bob
schlogo 27 Jun, 2011
it works, tks !
This topic is locked and no more replies can be posted.