My Form sends all fieds eaven the empty ones with their placeholders!
It looks like : Think Cell {check1} {check2} {check3} Perfekt machen
Why?
It looks like : Think Cell {check1} {check2} {check3} Perfekt machen
Why?
Hi itenbrink,
This has been discussed in many threads here.
a) you probably should make your checkboxes into a check-box array by using check[] for the input names
b) unchecked checkboxes don't return anything in the $_POST array so there is no value to substitute for the place holder. You can handle this with PHP code in the form template if you need to.
Bob
This has been discussed in many threads here.
a) you probably should make your checkboxes into a check-box array by using check[] for the input names
b) unchecked checkboxes don't return anything in the $_POST array so there is no value to substitute for the place holder. You can handle this with PHP code in the form template if you need to.
Bob
Unfortunately I have no idea how to code in php. Maybe you can add a link to a thread with an example?
Files come like the checkboxes, too. The first File below (Datei 1) has an upload - the other shows: Datei 2 {file_2}
Bereits hochgeladene Dateien:
Datei 1 20090815141214_com_breezingforms_151rc1.zip
Datei 2 {file_2}
Files come like the checkboxes, too. The first File below (Datei 1) has an upload - the other shows: Datei 2 {file_2}
Bereits hochgeladene Dateien:
Datei 1 20090815141214_com_breezingforms_151rc1.zip
Datei 2 {file_2}
This topic is locked and no more replies can be posted.