Hi,
I can write data in the table jos_comprogiler now 😀 (i am using 3.1 RC4.11).
But I have yet problems with the date field, that i have made: cb_geburtstag (DE: cb_birthday :-)).
1. Form HTML:
2. In E-Mail I get all OK! :
Geburtstag: 02/04/2009
3. This is Debug:
4. In AutoGenerated Code:
Form Fields names:
cb_geschlecht,cb_vorname2,cb_name2,address,cb_hausnummer,zipcode,location,cb_geburtstag,text_10,id,cb_gltcode
Form Fields types:
radio,text,text,text,text,text,text,text,text,hidden,hidden
Date Fields names: cb_geburtstag
5. Type of field in Community Builder:
cb_geburtstag Geburtstag date
6. but in the table jos_comprogiler I get:
cb_geburtstag is 0000-00-00
-----------
What is wrong, please?
I can write data in the table jos_comprogiler now 😀 (i am using 3.1 RC4.11).
But I have yet problems with the date field, that i have made: cb_geburtstag (DE: cb_birthday :-)).
1. Form HTML:
<div class="form_item"> <div class="form_element cf_datetimepicker"> <label class="cf_label">Geburtstag:</label> <input class="cf_datetime required" maxlength="-1" title="" size="20" id="cb_geburtstag" name="cb_geburtstag" type="text" />
2. In E-Mail I get all OK! :
Geburtstag: 02/04/2009
3. This is Debug:
1. Form passed first SPAM check OK 2. Form passed the submissions limit (if enabled) OK 3. Form passed the Image verification (if enabled) OK 4. Form passed the server side validation (if enabled) OK 5. $_POST Array: Array ( [cb_geschlecht] => Herr [cb_vorname2] => g [cb_name2] => g [address] => g [cb_hausnummer] => g [zipcode] => 6 [location] => g [cb_geburtstag] => 02/04/2009 [text_10] => let@gmail.com [id] => 67 [cb_gltcode] => M67bSoB8-11-05co [095314e71cd80313d4c76d661785f5fa] => 1 ) 6. $_FILES Array: Array ( ) 7. Form passed the plugins step (if enabled) OK 8. An email has been SENT successfully from (fr.de Team)info@fr.de to let@gmail.com 9. Debug End 10. Redirect link set, click to test: index.phpSo, [cb_geburtstag] => 02/04/2009 - OK!
4. In AutoGenerated Code:
Form Fields names:
cb_geschlecht,cb_vorname2,cb_name2,address,cb_hausnummer,zipcode,location,cb_geburtstag,text_10,id,cb_gltcode
Form Fields types:
radio,text,text,text,text,text,text,text,text,hidden,hidden
Date Fields names: cb_geburtstag
5. Type of field in Community Builder:
cb_geburtstag Geburtstag date
6. but in the table jos_comprogiler I get:
# Record #n user_id cb_gltcode cb_geschlecht cb_vorname2 cb_name2 address cb_hausnummer zipcode location cb_geburtstag 7 Record 7 67 (EMPTY) Herr g g g g 6 g 0000-00-00That is,
cb_geburtstag is 0000-00-00
-----------
What is wrong, please?