{"id":216,"date":"2022-10-19T08:00:00","date_gmt":"2022-10-19T06:00:00","guid":{"rendered":"https:\/\/www.fuhselab.de\/?p=216"},"modified":"2023-08-30T10:37:03","modified_gmt":"2023-08-30T08:37:03","slug":"html-formulare-3","status":"publish","type":"post","link":"https:\/\/www.fuhselab.de\/index.php\/2022\/10\/19\/html-formulare-3\/","title":{"rendered":"HTML Formulare 3"},"content":{"rendered":"\n<p>Im dritten Artikel zu den Formularen geht es mit Radiokn\u00f6pfen, Checkboxen und anderen Formularelementen weiter\u2026<\/p>\n\n\n\n<!--more-->\n\n\n\n<p><strong>Radiokn\u00f6pfe:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;form action=\u201cDateipfad\u201c method=\u201cpost\u201c accept-charset=\u201cZeichencodierung\u201c>\nRadio-Buttons:\n&lt;br \/>\n&lt;input type=\u201cradio\u201c name=\u201cZahlmethode\u201c value=\u201cMastercard\u201c> Mastercard&lt;br>\n&lt;input type=\u201cradio\u201c name=\u201cZahlmethode\u201c value=\u201cVisa\u201c> Visa&lt;br>\n&lt;input type=\u201cradio\u201c name=\u201cZahlmethode\u201c value=\u201cAmericanExpress\u201c> American Express\n&lt;\/form><\/code><\/pre>\n\n\n\n<p><strong>Checkbox:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;form action=\u201cDateipfad\u201c method=\u201cpost\u201c accept-charset=\u201cZeichencodierung\u201c>\nCheckboxen:\n&lt;br \/>\n&lt;input type=\u201ccheckbox\u201c name=\u201czutat\u201c value=\u201csalami\u201c> Salami&lt;br>\n&lt;input type=\u201ccheckbox\u201c name=\u201czutat\u201c value=\u201cpilze\u201c> Pilze&lt;br>\n&lt;input type=\u201ccheckbox\u201c name=\u201czutat\u201c value=\u201csardellen\u201c> Sardellen\n&lt;\/form><\/code><\/pre>\n\n\n\n<p><strong>Upload-Formularfeld:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;form action=\u201cDateipfad\u201c method=\u201cpost\u201c accept-charset=\u201cZeichencodierung\u201c>\nUpload-Formularelement: &#91;hier ohne enctype=\u201cmultipart\/form-data\u201c im \u201eform-Element\u201c]\n&lt;br \/>\n&lt;input type=\u201cfile\u201c name=\u201cDatei\u201c size=\u201c50\u2033 maxlength=\u201c100000\u2033 accept=\u201ctext\/txt\u201c>\n&lt;br \/>&lt;br \/>\nVersteckte Formularfelder: &#91;Der Inhalt von \u201evalue\u201c wird versteckt \u00fcbermittelt]\n&lt;br \/>\n&lt;input type=\u201chidden\u201c name=\u201chiddeninfo\u201c value=\u201cDieses Formular wurde von Webseite X verschickt. Der Inhalt von value wird\nversteckt \u00fcbermittelt.\u201c>\n&lt;\/form><\/code><\/pre>\n\n\n\n<p><strong>Absende-Button und Reset Button:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;form action=\u201cDateipfad\u201c method=\u201cpost\u201c accept-charset=\u201cZeichencodierung\u201c>\n&lt;input type=\u201csubmit\u201c value=\u201cAbsenden \u201e>\n&lt;input type=\u201creset\u201c value=\u201cAbbrechen\u201c>\n&lt;\/form><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Im dritten Artikel zu den Formularen geht es mit Radiokn\u00f6pfen, Checkboxen und anderen Formularelementen weiter\u2026<\/p>\n","protected":false},"author":1,"featured_media":53,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[23],"class_list":["post-216","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-webdesign","tag-webdesign-gruppe-peine"],"_links":{"self":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts\/216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/comments?post=216"}],"version-history":[{"count":4,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts\/216\/revisions"}],"predecessor-version":[{"id":318,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts\/216\/revisions\/318"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/media\/53"}],"wp:attachment":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/media?parent=216"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/categories?post=216"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/tags?post=216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}