I have build a order form with a checkbox group.
When I test it, I get the following code where there should be the product with the price:
Anyone with an idea to get rid of this?
When I test it, I get the following code where there should be the product with the price:
array ( 0 => 'Foto 1 40 x 60 cm € 5,00', 1 => 'Foto 2 40 x 60 cm € 5,00', 2 => 'Foto 3 40 x 60 cm € 5,00', )
Anyone with an idea to get rid of this?
Hi perenboom,
Did you mean to use a checkbox group - which can have many selections? Or just a radio box group where only one item can be selected?
To convert the array to a string please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Bob
Did you mean to use a checkbox group - which can have many selections? Or just a radio box group where only one item can be selected?
To convert the array to a string please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Bob
This topic is locked and no more replies can be posted.