Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
kontakt [2024/02/11 19:52] Andreas Grzybowskikontakt [2024/02/15 01:53] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 <form> <form>
-Action mail me@example.com+Action mail info@nullfunktion.de
 Thanks "Thanks for submitting your valuable data." Thanks "Thanks for submitting your valuable data."
  
-Fieldset "A set of fields" +Textbox  "Dein Name" "=Dein Name" 
-Textbox  "Employee Name" "=Your Name" +email "Deine E-Mail Adresse
-number "Your Age" >13 <99 +textarea "Deine Nachricht"
-email "Your E-Mail Address" +
-textbox "Occupation (optional)! +
-password "Some password"+
  
-fieldset "even more fields" +static "Ich habe den [[datenschutz|Datenschutt]] gelesen und verstanden."
-select "Please select an option" "Peaches|Apples|Oranges" +
-static "Some static text that could be an agreement"+
 yesno "Read the agreement?" yesno "Read the agreement?"
-textarea "Tell me about your self"+ 
 +Fieldset "* Pflichtfelder" 
 textbox "You need to write 'agree' here" /^agree$/ textbox "You need to write 'agree' here" /^agree$/
 submit "Submit Query" submit "Submit Query"
Zeile 20: Zeile 17:
  
  
-//add captcha if available 
-/** @var helper_plugin_captcha $captcha */ 
-$captcha = $this->loadHelper('captcha', false); 
-if ($captcha && $captcha->isEnabled()) { 
-    $form->addHTML($captcha->getHTML()); 
-}