prefetchValueInstance('user'); // Add main form group $helperInstance->addFormNote('reality_warning', "WARNUNG: Bitte dieses Formular nicht mit echten Angaben ausfüllen!"); // Add group for personal data $helperInstance->addFormGroup('persona_data', "Deine persönliche Daten, die für die Kursusteilnahme 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').""); // Add link placeholder for profile page $helperInstance->addFormNote('profile', "Stimmen die Daten noch? {?shipsimu_profile_link?}"); // Flush the finished form $helperInstance->flushContent(); // Get link helper for profile link $linkInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'shipsimu_profile_link', 'index.php?app={?app_short_name?}&page=login_area')); // Add action $linkInstance->addActionLinkById('profile', 'goto_profile_link'); // Flush the finished form $linkInstance->flushContent(); // [EOC] ?>
Virtuelle Beantragung eines Training-Kursus
{?shipsimu_training_form?}