Hi all!
in the form i have many checkboxs with same name, only different values.
in the cofimiration php file, when using <?php echo $_POST "recipient"]; ?>, it only echos the last checkbox value.
how can i make it echo all the values that is "on"?
thanks!