{"id":16092,"date":"2023-08-11T16:42:48","date_gmt":"2023-08-11T23:42:48","guid":{"rendered":"https:\/\/membermouse.com\/?post_type=ht_kb&amp;p=7712"},"modified":"2023-08-11T16:42:48","modified_gmt":"2023-08-11T23:42:48","slug":"anmeldeformular-auf-der-anmeldeseite","status":"publish","type":"ht_kb","link":"https:\/\/membermouse.com\/de\/docs\/anmeldeformular-auf-der-anmeldeseite\/","title":{"rendered":"F\u00fcgen Sie ein Anmeldeformular auf Ihrer Anmeldeseite ein"},"content":{"rendered":"<p>Wenn Sie Ihre Anmeldeseite durch eine Seite ersetzen m\u00f6chten, die auch ein Anmeldeformular enth\u00e4lt, k\u00f6nnen Sie einfach die folgenden Codefragmente kopieren und einf\u00fcgen. Das HTML-Snippet wird in der Registerkarte \"Text\" Ihres Seiteneditors oder in einer HTML-Box eingef\u00fcgt. Aufgrund der Art und Weise, wie WordPress mit Skript-Tags umgeht, m\u00fcssen Sie ein Plugin eines Drittanbieters verwenden, um den Skript-Code in Ihrem ...-Tag zu platzieren.<\/p>\n\n\n\n<p>HTML-Code:<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=&quot;mm-field-column&quot;&gt;\n          &lt;input id=&quot;loginF&quot; name=&quot;login-signup&quot; type=&quot;radio&quot; value=&quot;Login&quot; checked=&quot;checked&quot;&gt; &lt;label style=&quot;display:inline;&quot; for=&quot;loginF&quot;&gt;Anmeldung&lt;\/label&gt;\n          &lt;input id=&quot;signUp&quot; name=&quot;login-signup&quot; type=&quot;radio&quot; value=&quot;SignUp&quot;&gt; &lt;label style=&quot;display:inline;width:auto;&quot; for=&quot;signUp&quot;&gt;Anmeldung&lt;\/label&gt;\n&lt;\/div&gt;&lt;\/br&gt;\n&lt;div id=&quot;loginForm&quot;&gt;\n[MM_Member_Decision isMember=&#039;true&#039;]\nSie sind bereits eingeloggt! M&ouml;chten Sie sich abmelden? Das k&ouml;nnen Sie tun &lt;a href=&quot;\/de\/[MM_CorePage_Link type=&#039;logout&#039;]\/&quot; title=&quot;Abmelden&quot;&gt;hier&lt;\/a&gt;.\n[\/MM_Mitglied_Entscheidung]\n\n[MM_Member_Decision isMember=&#039;false&#039;]\n[MM_Form type=&#039;login&#039;]\n&lt;div class=&quot;mm-login&quot;&gt;\n[MM_Form_Message type=&#039;error&#039;]\n[MM_Form_Message type=&#039;success&#039;]\n\n&lt;h3&gt;Geben Sie Ihren Benutzernamen und Ihr Passwort unten ein&lt;\/h3&gt;\n\n&lt;table&gt;\n    &lt;tr&gt;\n        &lt;td class=&quot;mm-label-column&quot;&gt;\n          &lt;span class=&#039;mm-label&#039;&gt;Benutzername&lt;\/span&gt;\n        &lt;\/td&gt;\n        &lt;td class=&quot;mm-field-column&quot;&gt;\n          [MM_Form_Field name=&#039;username&#039;]\n        &lt;\/td&gt;\n    &lt;\/tr&gt;\n    &lt;tr&gt;\n        &lt;td class=&quot;mm-label-column&quot;&gt;\n          &lt;span class=&#039;mm-label&#039;&gt;Passwort&lt;\/span&gt;\n        &lt;\/td&gt;\n        &lt;td class=&quot;mm-field-column&quot;&gt;\n          [MM_Form_Field name=&#039;password&#039;]\n        &lt;\/td&gt;\n    &lt;\/tr&gt;\n    &lt;tr&gt;\n        &lt;td class=&quot;mm-label-column&quot;&gt;&lt;\/td&gt;\n        &lt;td class=&quot;mm-field-column&quot;&gt;\n          [MM_Form_Button type=&#039;login&#039; label=&#039;Anmelden&#039;]\n          [MM_Form_Field name=&#039;rememberMe&#039; label=&#039;Remember me&#039;]\n        &lt;\/td&gt;\n    &lt;\/tr&gt;\n    &lt;tr&gt;\n        &lt;td class=&quot;mm-label-column&quot;&gt;&lt;\/td&gt;\n        &lt;td class=&quot;mm-field-column&quot;&gt;\n          &lt;a href=&quot;\/de\/[MM_CorePage_Link type=&#039;forgotPassword&#039;]\/&quot; class=&quot;mm-forgot-password&quot;&gt;Passwort vergessen&lt;\/a&gt;\n        &lt;\/td&gt;\n    &lt;\/tr&gt;\n&lt;\/table&gt;\n&lt;\/div&gt;\n[\/MM_Form]\n[\/MM_Mitglied_Entscheidung]&lt;\/div&gt;\n\n&lt;div id=&quot;signUpForm&quot;&gt;\n&lt;h3&gt;Kostenlos anmelden&lt;\/h3&gt;\n[MM_Form type=&#039;checkout&#039; membershipLevelId=&#039;1&#039;]\n[MM_Form_Message type=&#039;error&#039;]\n   \n[MM_Form_Section type=&#039;accountInfo&#039;]\nKonto-Informationen           \n&lt;table&gt;\n    &lt;tr&gt;\n        &lt;td class=&quot;mm-label-column&quot;&gt;\n          &lt;span class=&#039;mm-label&#039;&gt;Erster Name:&lt;\/span&gt;\n        &lt;\/td&gt;\n        &lt;td class=&quot;mm-field-column&quot;&gt;\n          [MM_Form_Field type=&#039;input&#039; name=&#039;firstName&#039;]\n        &lt;\/td&gt;\n    &lt;\/tr&gt;\n    &lt;tr&gt;\n        &lt;td class=&quot;mm-label-column&quot;&gt;\n          &lt;span class=&#039;mm-label&#039;&gt;Nachname:&lt;\/span&gt;\n        &lt;\/td&gt;\n        &lt;td class=&quot;mm-field-column&quot;&gt;\n          [MM_Form_Field type=&#039;input&#039; name=&#039;lastName&#039;]\n        &lt;\/td&gt;\n    &lt;\/tr&gt;\n&lt;tr&gt;\n        &lt;td class=&quot;mm-label-column&quot;&gt;\n          &lt;span class=&#039;mm-label&#039;&gt;E-Mail:&lt;\/span&gt;\n        &lt;\/td&gt;\n        &lt;td class=&quot;mm-field-column&quot;&gt;\n          [MM_Form_Field type=&#039;input&#039; name=&#039;email&#039;]\n        &lt;\/td&gt;\n&lt;tr&gt;\n        &lt;td class=&quot;mm-label-column&quot;&gt;\n          &lt;span class=&#039;mm-label&#039;&gt;Kennwort:&lt;\/span&gt;\n        &lt;\/td&gt;\n        &lt;td class=&quot;mm-field-column&quot;&gt;\n          [MM_Form_Field type=&#039;input&#039; name=&#039;password&#039;][MM_Form_Field type=&#039;hidden&#039; name=&#039;phone&#039; isRequired=&#039;false&#039;]\n &lt;\/td&gt;\n    &lt;\/tr&gt;\n    &lt;tr&gt;\n&lt;td class=&quot;mm-label-column&quot;&gt;&lt;\/td&gt;      \n &lt;td class=&quot;mm-field-column&quot;&gt;\n          &lt;a href=&quot;\/de\/[MM_Form_Button type=&#039;submit&#039; paymentMethod=&#039;default&#039;]\/&quot; class=&quot;mm-button&quot;&gt;Anmeldung&lt;\/a&gt;&lt;\/td&gt;\n    &lt;\/tr&gt;\n&lt;\/table&gt;\n[\/MM_Form_Section]\n[\/MM_Form]\n&lt;\/div&gt; \n<\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Skript-Code:<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script type=\"text\/javascript\">\njQuery(document).ready(function() {\njQuery('input:radio').click(function() {\n   if (jQuery(this).val() === 'Login') {\n      jQuery('#loginForm').show('fast');\n      jQuery('#signUpForm').hide('fast');\n   } else if ($(this).val() === 'SignUp') {\n      jQuery('#signUpForm').show('fast');\n      jQuery('#loginForm').hide('fast');\n   }\n });\n  \njQuery('#signUpForm').hide('fast');\n});\n&lt;\/script><\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Das Ergebnis des Einsetzens des Codes an der richtigen Stelle:<br><br><img decoding=\"async\" class=\"wp-image-11182\" style=\"width: 600px;\" src=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/10\/c6c05a53-hpjl5oc0omse9ie76_halr6gavv9tdfnfg.gif\" alt=\"\"><\/p>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Wenn Sie Ihre Anmeldeseite durch eine Seite ersetzen m\u00f6chten, die auch ein Anmeldeformular enth\u00e4lt, k\u00f6nnen Sie einfach die folgenden Codeschnipsel kopieren und einf\u00fcgen. Das HTML-Snippet wird...<\/p>","protected":false},"author":9645,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"ht-kb-category":[138],"ht-kb-tag":[],"class_list":["post-16092","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-tips-tricks"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/ht-kb\/16092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/users\/9645"}],"replies":[{"embeddable":true,"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/comments?post=16092"}],"version-history":[{"count":0,"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/ht-kb\/16092\/revisions"}],"wp:attachment":[{"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/media?parent=16092"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/ht-kb-category?post=16092"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=16092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}