prefetchValueInstance('user'); // Add main form group $helperInstance->addFormNote('reality_warning', "WARNUNG: Bitte dieses Formular nicht mit echten Angaben ausfüllen! (Die Profildaten sollte jedoch echt sein.)"); // Add group for personal data $helperInstance->addFormGroup('persona_data', "Deine persönliche Daten, die für die Beantragung nötig sind:"); // Display email, surname and family name $helperInstance->addFormNote('surname', "Vorname: ".$helperInstance->getValueField('surname').""); $helperInstance->addFormNote('family', "Nachname: ".$helperInstance->getValueField('family').""); $helperInstance->addFormNote('email', "Email-Adresse: ".$helperInstance->getValueField('email').""); $helperInstance->addFormNote('birthday', "Geburtstag: ".(int)$helperInstance->getValueField('birth_day').".".(int)$helperInstance->getValueField('birth_month').".".(int)$helperInstance->getValueField('birth_year').""); // Add link placeholder for profile page $helperInstance->addFormNote('profile', "Stimmen die Daten noch? {?shipsimu_profile?}"); // Ask again for current account password $helperInstance->addFormGroup('password', "Bitte gebe zur Bestätigung dein derzeitiges Passwort ein."); $helperInstance->addFieldText('password', "Derzeitiges Passwort:"); $helperInstance->addInputPasswordField('password'); // CAPTCHA enabled? if ($helperInstance->ifFormSecuredWithCaptcha()) { $helperInstance->addFormGroup('captcha_user', "Die virtuelle Beantragung von Starthilfe ist durch ein CAPTCHA geschützt. Bitte wiederhole den angezeigten Code, damit du die Starthilfe beantragen kannst."); $helperInstance->addCaptcha(); } // END - if // Final notices $helperInstance->addFormGroup('buttons', "Sind alle Daten nun korrekt eingegeben? Dann sende sie mit einem Klick einfach ab!"); $helperInstance->addInputResetButton("Alles nochmal eingeben"); $helperInstance->addInputSubmitButton("Starthilfe beantragen"); $helperInstance->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzen gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); // Flush the finished form $helperInstance->flushContent(); // Get link helper for profile link $linkInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper_class', array($this, 'shipsimu_profile')); // Add action $linkInstance->addActionLinkById('profile', 'profile'); // Flush the finished form $linkInstance->flushContent(); // [EOC] ?>
Virtuelle Beantragung von Starthilfe
{?shipsimu_government_startup?}