This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| feedback [2014/10/01 22:11] – created lunetikk | feedback [2017/03/01 12:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <php> | <php> | ||
| <?php | <?php | ||
| - | if (isset ($_REQUEST[" | + | if ($_GET[fehler]) |
| + | //if (isset ($_REQUEST[" | ||
| { | { | ||
| echo "This is not a valid E-Mail address..."; | echo "This is not a valid E-Mail address..."; | ||
| Line 11: | Line 12: | ||
| Name:< | Name:< | ||
| - | <input required type=" | + | <input required type=" |
| < | < | ||
| E-Mail:< | E-Mail:< | ||
| - | <input required type=" | + | <input required type=" |
| < | < | ||
| | | ||
| Line 23: | Line 24: | ||
| <option value=" | <option value=" | ||
| <option value=" | <option value=" | ||
| + | <option value=" | ||
| <option value=" | <option value=" | ||
| </ | </ | ||
| Line 28: | Line 30: | ||
| Message:< | Message:< | ||
| - | <input required | + | <textarea |
| < | < | ||
| | | ||