![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| ||||
| ||||
Hallo Forum, ich habe mit Erfolg zusätzliche Felder mit dem Kickstarter in die fe_user-Tabelle hinzugefügt und möchte die Checkbox "tx_feuseraddonfields_data_protection_accepted" beim abschicken des Formulares überprüfen, ob bei diesem ein Häckchen drin ist. -> die Checkbox erscheint. -> es erscheint auch ein roter Stern neben dem Label, das besagt das dieses Feld ein MUSSFELD ist -> Aber die Validierung dieser Checkbox funktioniert nicht ![]() -> WARUM??? WEIS EINER RAT? Das sind meine zusätzlichen Felder: HTML-Code: CREATE TABLE fe_users (
tx_feuseraddonfields_orign tinytext NOT NULL,
tx_feuseraddonfields_data_protection_accepted tinyint(3) DEFAULT '0' NOT NULL,
tx_feuseraddonfields_newsletter tinyint(3) DEFAULT '0',
tx_feuseraddonfields_theme_1 tinyint(3) DEFAULT '0',
tx_feuseraddonfields_theme_2 tinyint(3) DEFAULT '0',
tx_feuseraddonfields_theme_3 tinyint(3) DEFAULT '0',
tx_feuseraddonfields_theme_4 tinyint(3) DEFAULT '0',
tx_feuseraddonfields_theme_input_1 varchar(255) DEFAULT '',
tx_feuseraddonfields_theme_input_2 varchar(255) DEFAULT '',
tx_feuseraddonfields_job_cosmetics tinyint(3) DEFAULT '0',
tx_feuseraddonfields_job_cosmetics_text int(11) DEFAULT '0'
); HTML-Code: <!-- ###SUB_INCLUDED_FIELD_tx_feuseraddonfields_data_protection_accepted### --> <dt> <label for="tx-srfeuserregister-pi1-tx_feuseraddonfields_data_protection_accepted">###LABEL_TX_FEUSERADDONFIELDS_DATA_PROTECTION_ACCEPTED### ###REQUIRED_TX_FEUSERADDONFIELDS_DATA_PROTECTION_ACCEPTED###</label> </dt> <dd> <!-- ###SUB_ERROR_FIELD_tx_feuseraddonfields_data_protection_accepted### --> <p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_TX_FEUSERADDONFIELDS_DATA_PROTECTION_ACCEPTED###</p> <!-- ###SUB_ERROR_FIELD_tx_feuseraddonfields_data_protection_accepted### --> <!-- ###SUB_REQUIRED_FIELD_tx_feuseraddonfields_data_protection_accepted### --> <p class="tx-srfeuserregister-pi1-error">###MISSING_TX_FEUSERADDONFIELDS_DATA_PROTECTION_ACCEPTED###</p> <!-- ###SUB_REQUIRED_FIELD_tx_feuseraddonfields_data_protection_accepted### --> ###TCA_INPUT_tx_feuseraddonfields_data_protection_accepted### </dd> <!-- ###SUB_INCLUDED_FIELD_tx_feuseraddonfields_data_protection_accepted### --> Typoscript-Code:
ERTAN
__________________ ertan-atay.com |
|
#2
| |||
| |||
| hat keiner eine idee? ich komme leider nicht weiter. oder braucht ihr mehr angaben? bin für jede anmerkung dankbar
__________________ ertan-atay.com |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| sr_feuser_register Editieren funktioniert nicht | acy1987 | Alle anderen Extensions | 0 | 08.07.08 14:25 |
| sr_feuser_register + agb_accepted (Checkbox Validierung) | kerim80 | Alle anderen Extensions | 0 | 26.04.08 16:09 |
| sr_feuser_register Die Bestätigung der Anmeldung funktioniert nicht | Daikon | Alle anderen Extensions | 14 | 22.06.07 10:31 |
| sr_feuser_register confirm funktioniert nicht | muefra | TYPO3 4.x FE-User | 2 | 29.01.07 13:17 |
| sr_feuser_register Bestägigungs eMail funktioniert nicht | heatzeeker | Alle anderen Extensions | 2 | 22.12.06 15:29 |