Empty form fields submit placeolder

itenbrink 16 Aug, 2009
My Form sends all fieds eaven the empty ones with their placeholders!

It looks like : Think Cell {check1} {check2} {check3} Perfekt machen

Why?
GreyHead 17 Aug, 2009
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
itenbrink 20 Aug, 2009
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}
itenbrink 09 Sep, 2009
Where can I find an example using php code for this Problem?
This topic is locked and no more replies can be posted.