{"id":7627,"date":"2023-08-11T16:07:30","date_gmt":"2023-08-11T23:07:30","guid":{"rendered":"https:\/\/membermouse.com\/?post_type=ht_kb&amp;p=7627"},"modified":"2023-08-11T16:07:30","modified_gmt":"2023-08-11T23:07:30","slug":"zusatzliche-informationen-uber-die-mitglieder-sammeln","status":"publish","type":"ht_kb","link":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/","title":{"rendered":"Sammeln Sie zus\u00e4tzliche Mitgliederinformationen auf Ihrer Kassenseite"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Mit MemberMouse k\u00f6nnen Sie\u00a0<a href=\"https:\/\/membermouse.com\/de\/docs\/ein-benutzerdefiniertes-checkout-feld-erstellen\/\">Benutzerdefinierte Felder erstellen<\/a>\u00a0in order to associate additional data with each member&#8217;s account, which allows for an even greater ability to allow or restrict access using\u00a0<a rel=\"noreferrer noopener\" href=\"https:\/\/membermouse.com\/de\/docs\/smarttag-mitgliederentscheid-mm_member_decision\/\" target=\"_blank\">Mitgliederentscheid SmartTags\u2122<\/a>. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Custom fields are identified by the ID assigned to them in MemberMouse. In the following example we&#8217;ll show you how the different types of custom fields can be used to collect custom information through a checkout form.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Hier ist der benutzerdefinierte Code, der verwendet wird, um die 5 verschiedenen Arten von benutzerdefinierten Feldern anzuzeigen<\/strong><\/h5>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p class=&quot;mm-formField&quot;&gt;\n  &lt;label&gt;Geburtsdatum:&lt;\/label&gt;\n  [MM_Form_Field type=&#039;custom&#039; id=&#039;4&#039; isRequired=&#039;false&#039; class=&#039;&#039; customAttributes=&#039;placeholder=&quot;Birth Date&quot;&#039;]\n  &lt;\/p&gt;\n  &lt;p class=&quot;mm-formField&quot;&gt;\n    &lt;label&gt;Hier finden Sie Zugang zu versteckten Inhalten:&lt;\/label&gt;\n    [MM_Form_Field type=&#039;custom&#039; id=&#039;5&#039; isRequired=&#039;false&#039; class=&#039;&#039;&#039;]\n  &lt;\/p&gt;\n  &lt;p class=&quot;mm-formField&quot;&gt;\n    &lt;label&gt;Bevorzugte Tageszeit:&lt;\/label&gt;\n    [MM_Form_Field type=&#039;custom&#039; id=&#039;7&#039; isRequired=&#039;false&#039; class=&#039;&#039;&#039;]\n  &lt;\/p&gt;\n  &lt;p class=&quot;mm-formField&quot;&gt;\n    &lt;label&gt;Haben Sie Fragen?&lt;\/label&gt;\n    [MM_Form_Field type=&#039;custom&#039; id=&#039;8&#039; isRequired=&#039;false&#039; class=&#039;&#039;]\n  &lt;\/p&gt;\n  &lt;p class=&quot;mm-formField&quot;&gt;\n    &lt;label&gt;Wie l&auml;uft die Anmeldung ab?&lt;\/label&gt;\n    [MM_Form_Field type=&#039;custom&#039; id=&#039;9&#039; isRequired=&#039;false&#039; class=&#039;&#039;]\n  &lt;\/p&gt;<\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading\">Hier ist eine vollst\u00e4ndige Vorlage mit dem obigen Code und der Original-Kassenseite<\/h5>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=&quot;mm-checkoutContainer&quot;&gt;\n[MM_Form type=&#039;checkout&#039;]\n\n[MM_Form_Message type=&#039;error&#039;]&lt;p&gt;&lt;\/p&gt;\n&lt;div class=&quot;mm_left_column&quot;&gt;\n[MM_Form_Section type=&#039;accountInfo&#039;]&lt;p&gt;&lt;\/p&gt;\n&lt;div id=&quot;mm-account-information-section&quot; class=&quot;mm-checkoutInfoBlock&quot;&gt;\n&lt;h3&gt;Konto-Informationen&lt;\/h3&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Erster Name:&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;input&#039; name=&#039;firstName&#039; customAttributes=&#039;placeholder=&quot;First Name&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Nachname:&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;input&#039; name=&#039;lastName&#039; customAttributes=&#039;placeholder=&quot;Last Name&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;E-Mail:&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;input&#039; name=&#039;email&#039; customAttributes=&#039;placeholder=&quot;Email Address&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Kennwort:&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;input&#039; name=&#039;password&#039; customAttributes=&#039;placeholder=&quot;Password&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Telefon:&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;input&#039; name=&#039;phone&#039; isRequired=&#039;false&#039; customAttributes=&#039;placeholder=&quot;Phone Number&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Geburtsdatum:&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;custom&#039; id=&#039;4&#039; isRequired=&#039;false&#039; class=&#039;&#039; customAttributes=&#039;placeholder=&quot;Birth Date&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Hier finden Sie Zugang zu versteckten Inhalten:&lt;\/label&gt;[MM_Form_Field type=&#039;custom&#039; id=&#039;5&#039; isRequired=&#039;false&#039; class=&#039;&#039;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Bevorzugte Tageszeit:&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;custom&#039; id=&#039;7&#039; isRequired=&#039;false&#039; class=&#039;&#039;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Haben Sie Fragen?&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;custom&#039; id=&#039;8&#039; isRequired=&#039;false&#039; class=&#039;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Wie l&auml;uft die Anmeldung ab?&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;custom&#039; id=&#039;9&#039; isRequired=&#039;false&#039; class=&#039;&#039;]&lt;\/p&gt;\n&lt;\/div&gt;\n&lt;p&gt;[\/MM_Form_Section]\n\n[MM_Form_Section type=&#039;billingInfo&#039;]&lt;\/p&gt;\n&lt;div id=&quot;mm-billing-information-section&quot; class=&quot;mm-checkoutInfoBlock&quot;&gt;\n&lt;h3&gt;Details zur Rechnungsstellung&lt;\/h3&gt;\n&lt;p class=&quot;mm-ccLogos&quot;&gt;&lt;img src=&quot;..\/wp-content\/plugins\/membermouse\/resources\/images\/cclogos.gif&quot; width=&quot;199&quot; height=&quot;30&quot; alt=&quot;Visa, Master Card, American Express, Discover&quot;&gt;&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Kreditkarte:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;ccNumber&#039; customAttributes=&#039;placeholder=&quot;Credit Card Number&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Sicherheitscode:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;ccSecurityCode&#039; customAttributes=&#039;placeholder=&quot;Sicherheitscode&quot;&#039;]&lt;\/p&gt;\n&lt;p id=&quot;mm-checkout-expiration-date&quot; class=&quot;mm-checkout-expiration-date mm-formField&quot;&gt;\n&lt;label&gt;Verfallsdatum: &lt;\/label&gt;\n\n[MM_Form_Field name=&#039;ccExpirationDate&#039;]&lt;\/p&gt;\n&lt;p style=&quot;clear:both;&quot;&gt;\n&lt;\/p&gt;&lt;h3 class=&quot;mm-hr&quot;&gt;Rechnungsadresse&lt;\/h3&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Adresse:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;billingAddress&#039; customAttributes=&#039;placeholder=&quot;Billing Address&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Stadt:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;billingCity&#039; customAttributes=&#039;placeholder=&quot;Billing City&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Staat:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;billingState&#039; customAttributes=&#039;placeholder=&quot;Billing State&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Rei&szlig;verschluss:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;billingZipCode&#039; customAttributes=&#039;placeholder=&quot;Billing Zip Code&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Land:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;billingCountry&#039;]&lt;\/p&gt;\n&lt;\/div&gt;\n&lt;p&gt;[\/MM_Form_Section]\n\n[MM_Form_Section type=&#039;shippingInfo&#039;]&lt;\/p&gt;\n&lt;div id=&quot;mm-shipping-information-section&quot; class=&quot;mm-checkoutInfoBlock&quot;&gt;\n&lt;h3&gt;Lieferadresse&lt;\/h3&gt;\n&lt;p id=&quot;mm-shipping-method-block&quot; class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Versandart:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;shippingMethod&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\nDer Versand ist derselbe wie die Rechnungsstellung\n\n[MM_Form_Field name=&#039;shippingSameAsBilling&#039;]&lt;\/p&gt;\n&lt;p&gt;[MM_Form_Subsection type=&#039;shippingAddress&#039;]&lt;\/p&gt;\n&lt;div&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Adresse:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;shippingAddress&#039; customAttributes=&#039;placeholder=&quot;Shipping Address&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Stadt:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;shippingCity&#039; customAttributes=&#039;placeholder=&quot;Shipping City&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Staat:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;shippingState&#039; customAttributes=&#039;placeholder=&quot;Shipping State&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Rei&szlig;verschluss :&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;shippingZipCode&#039; customAttributes=&#039;placeholder=&quot;Shipping Zip Code&quot;&#039;]&lt;\/p&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n&lt;label&gt;Land:&lt;\/label&gt;\n\n[MM_Form_Field name=&#039;shippingCountry&#039;]&lt;\/p&gt;\n&lt;\/div&gt;\n&lt;p&gt;[\/MM_Form_Subsection]&lt;\/p&gt;&lt;\/div&gt;\n&lt;p&gt;[\/MM_Form_Section]\n\n[MM_Form_Section type=&#039;coupon&#039;]&lt;\/p&gt;\n&lt;div id=&quot;mm-coupon-block&quot; class=&quot;mm-couponSection mm-checkoutInfoBlock&quot;&gt;\n&lt;h3&gt;Gutscheine&lt;\/h3&gt;\n&lt;p class=&quot;mm-formField&quot;&gt;\n[MM_Form_Field name=&#039;couponCode&#039;]\n\n&lt;a href=&quot;\/de\/[MM_Form_Button type=&#039;applyCoupon&#039;]\/&quot; class=&quot;mm-button&quot;&gt;Coupon anwenden&lt;\/a&gt;&lt;\/p&gt;\n&lt;p&gt;[MM_Form_Message type=&#039;couponSuccess&#039;]\n\n[MM_Form_Message type=&#039;couponError&#039;]&lt;\/p&gt;&lt;\/div&gt;\n&lt;p&gt;[\/MM_Form_Section]&lt;\/p&gt;&lt;\/div&gt;\n&lt;div class=&quot;mm_right_column&quot;&gt;\n&lt;div class=&quot;mm-checkoutSection2&quot;&gt;\n&lt;h2&gt;[MM_Form_Data name=&#039;productName&#039; useAccessName=&#039;false&#039;]&lt;\/h2&gt;\n&lt;p class=&quot;mm-productDesc&quot;&gt;[MM_Form_Data name=&#039;productDescription&#039;]&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;span class=&quot;mm-prices&quot;&gt;Produkt Preis:&lt;\/span&gt; [MM_Form_Data name=&#039;productPriceDescription&#039;]&lt;\/li&gt;\n&lt;p&gt;[MM_Order_Decision isShippable=&#039;true&#039;]&lt;\/p&gt;\n&lt;li&gt;&lt;span class=&quot;mm-prices&quot;&gt;Versandpreis:&lt;\/span&gt; [MM_Form_Data name=&#039;shippingPrice&#039;]&lt;\/li&gt;\n&lt;p&gt;[\/MM_Order_Decision]\n\n[MM_Order_Decision isDiscounted=&#039;true&#039;]&lt;\/p&gt;\n&lt;li&gt;&lt;span class=&quot;mm-prices&quot;&gt;Rabatt:&lt;\/span&gt; [MM_Form_Data name=&#039;discount&#039;]&lt;\/li&gt;\n&lt;p&gt;[\/MM_Order_Decision]&lt;\/p&gt;\n&lt;li&gt;&lt;span class=&quot;mm-prices&quot;&gt;Gesamtpreis:&lt;\/span&gt; [MM_Form_Data name=&#039;totalPrice&#039;]&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;\/div&gt;\n&lt;div class=&quot;mm-purchaseSection&quot;&gt;\n&lt;div class=&quot;mm-giftsection&quot;&gt;\n[MM_Member_Decision isMember=&#039;true&#039;][MM_Form_Field type=&#039;input&#039; name=&#039;gift&#039;] Ist dies ein Geschenk?&lt;p&gt;&lt;\/p&gt;\n&lt;p&gt;[\/MM_Mitglieder_Entscheidung]&lt;\/p&gt;&lt;\/div&gt;\n&lt;div class=&quot;mm-paymentbuttons&quot;&gt;\n[MM_Form_Button type=&#039;all&#039; label=&#039;Bestellung abschicken&#039; color=&#039;orange&#039;]&lt;\/div&gt;\n&lt;\/div&gt;\n&lt;\/div&gt;\n[\/MM_Form]\n&lt;\/div&gt; <\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Hier ist ein Beispiel, wie dies auf Ihrer Website aussehen k\u00f6nnte:<\/strong><\/h5>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/10\/7d24b461-ovuoxhh_zef4tentae_ivk_upgrntfsvla.png\"><img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/10\/7d24b461-ovuoxhh_zef4tentae_ivk_upgrntfsvla.png\" alt=\"\" class=\"wp-image-11136\"\/><\/a><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>Anmerkung:&nbsp;<\/em><\/strong><em>The form fields above will look different depending on the theme you&#8217;ve chosen for your site and\/or any CSS additions or changes you have included..<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Denken Sie daran, dass das obige Code-Beispiel nur als Ausgangspunkt dient. Es kann zwar kopiert und direkt in Ihren Seiteneditor als HTML eingef\u00fcgt werden, die Bezeichnungen und IDs der benutzerdefinierten Felder m\u00fcssen jedoch ge\u00e4ndert werden, damit sie mit den Namen und IDs Ihrer spezifischen benutzerdefinierten Felder \u00fcbereinstimmen.  Die IDs finden Sie, wenn Sie den Mauszeiger \u00fcber den Namen des benutzerdefinierten Feldes in<em>\u00a0Checkout-Einstellungen<\/em>\u00a0>\u00a0<em>Benutzerdefinierte Felder<\/em>oder durch Klicken auf die Schaltfl\u00e4che \"Show Form SmartTag\u2122\".<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Mit MemberMouse k\u00f6nnen Sie benutzerdefinierte Felder erstellen, um zus\u00e4tzliche Daten mit den Konten der einzelnen Mitglieder zu verkn\u00fcpfen, was eine noch bessere M\u00f6glichkeit bietet, den Zugriff mit Member Decision SmartTags\u2122 zu erlauben oder einzuschr\u00e4nken....<\/p>","protected":false},"author":20918,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"ht-kb-category":[138],"ht-kb-tag":[],"class_list":["post-7627","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-tips-tricks"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"MemberMouse allows you to create custom fields in order to associate additional data with each member&#039;s account, which allows for an even greater ability to allow or restrict access using Member Decision SmartTags\u2122. Custom fields are identified by the ID assigned to them in MemberMouse. In the following example we&#039;ll show you how the different types of custom\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Blair\"\/>\n\t<meta name=\"google-site-verification\" content=\"RIQFHn-t5QxsuMU4pLG9xaceb-mmGuRaOWAEU1Q078U\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberMouse |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Gather Additional Member Information on your Checkout Page | MemberMouse\" \/>\n\t\t<meta property=\"og:description\" content=\"MemberMouse allows you to create custom fields in order to associate additional data with each member&#039;s account, which allows for an even greater ability to allow or restrict access using Member Decision SmartTags\u2122. Custom fields are identified by the ID assigned to them in MemberMouse. In the following example we&#039;ll show you how the different types of custom\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-08-11T23:07:30+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-08-11T23:07:30+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/membermouse\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@MemberMouse\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Gather Additional Member Information on your Checkout Page | MemberMouse\" \/>\n\t\t<meta name=\"twitter:description\" content=\"MemberMouse allows you to create custom fields in order to associate additional data with each member&#039;s account, which allows for an even greater ability to allow or restrict access using Member Decision SmartTags\u2122. Custom fields are identified by the ID assigned to them in MemberMouse. In the following example we&#039;ll show you how the different types of custom\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@MemberMouse\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/docs\\\/gather-additional-member-information\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/membermouse.com\\\/de\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/article-categories\\\/tips\\\/#listItem\",\"name\":\"Tips, Tricks and Customizations\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/article-categories\\\/tips\\\/#listItem\",\"position\":2,\"name\":\"Tips, Tricks and Customizations\",\"item\":\"https:\\\/\\\/membermouse.com\\\/de\\\/article-categories\\\/tips\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/article-categories\\\/tips-tricks\\\/#listItem\",\"name\":\"Tips and Tricks\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/article-categories\\\/tips-tricks\\\/#listItem\",\"position\":3,\"name\":\"Tips and Tricks\",\"item\":\"https:\\\/\\\/membermouse.com\\\/de\\\/article-categories\\\/tips-tricks\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/docs\\\/gather-additional-member-information\\\/#listItem\",\"name\":\"Gather Additional Member Information on your Checkout Page\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/article-categories\\\/tips\\\/#listItem\",\"name\":\"Tips, Tricks and Customizations\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/docs\\\/gather-additional-member-information\\\/#listItem\",\"position\":4,\"name\":\"Gather Additional Member Information on your Checkout Page\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/article-categories\\\/tips-tricks\\\/#listItem\",\"name\":\"Tips and Tricks\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/#organization\",\"name\":\"MemberMouse\",\"url\":\"https:\\\/\\\/membermouse.com\\\/de\\\/\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/membermouse\",\"https:\\\/\\\/twitter.com\\\/MemberMouse\",\"https:\\\/\\\/www.instagram.com\\\/membermouse\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/membermouse\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/membermouse\\\/\",\"https:\\\/\\\/soundcloud.com\\\/membermouse\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/author\\\/blaircaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/membermouse.com\\\/de\\\/author\\\/blaircaseproof-com\\\/\",\"name\":\"Blair\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/docs\\\/gather-additional-member-information\\\/#authorImage\",\"url\":\"https:\\\/\\\/membermouse.com\\\/wp-content\\\/litespeed\\\/avatar\\\/5b6227a6ed29e339c22d01fe541a969c.jpg?ver=1787612394\",\"width\":96,\"height\":96,\"caption\":\"Blair\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/docs\\\/gather-additional-member-information\\\/#webpage\",\"url\":\"https:\\\/\\\/membermouse.com\\\/de\\\/docs\\\/gather-additional-member-information\\\/\",\"name\":\"Gather Additional Member Information on your Checkout Page | MemberMouse\",\"description\":\"MemberMouse allows you to create custom fields in order to associate additional data with each member's account, which allows for an even greater ability to allow or restrict access using Member Decision SmartTags\\u2122. Custom fields are identified by the ID assigned to them in MemberMouse. In the following example we'll show you how the different types of custom\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/docs\\\/gather-additional-member-information\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/author\\\/blaircaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/author\\\/blaircaseproof-com\\\/#author\"},\"datePublished\":\"2023-08-11T16:07:30-04:00\",\"dateModified\":\"2023-08-11T16:07:30-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/membermouse.com\\\/de\\\/\",\"name\":\"MemberMouse\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/de\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Gather Additional Member Information on your Checkout Page | MemberMouse<\/title>\n\n","aioseo_head_json":{"title":"Sammeln Sie zus\u00e4tzliche Mitgliederinformationen auf Ihrer Kassenseite | MemberMouse","description":"Mit MemberMouse k\u00f6nnen Sie benutzerdefinierte Felder erstellen, um zus\u00e4tzliche Daten mit den Konten der einzelnen Mitglieder zu verkn\u00fcpfen, was eine noch bessere M\u00f6glichkeit bietet, den Zugriff mit Member Decision SmartTags\u2122 zu erlauben oder zu beschr\u00e4nken. Benutzerdefinierte Felder werden durch die ihnen in MemberMouse zugewiesene ID identifiziert. Im folgenden Beispiel zeigen wir Ihnen, wie die verschiedenen Arten von benutzerdefinierten","canonical_url":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"RIQFHn-t5QxsuMU4pLG9xaceb-mmGuRaOWAEU1Q078U","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de#listItem","position":1,"name":"Home","item":"https:\/\/membermouse.com\/de","nextItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de\/article-categories\/tips\/#listItem","name":"Tips, Tricks and Customizations"}},{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de\/article-categories\/tips\/#listItem","position":2,"name":"Tips, Tricks and Customizations","item":"https:\/\/membermouse.com\/de\/article-categories\/tips\/","nextItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de\/article-categories\/tips-tricks\/#listItem","name":"Tips and Tricks"},"previousItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de\/article-categories\/tips-tricks\/#listItem","position":3,"name":"Tips and Tricks","item":"https:\/\/membermouse.com\/de\/article-categories\/tips-tricks\/","nextItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/#listItem","name":"Gather Additional Member Information on your Checkout Page"},"previousItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de\/article-categories\/tips\/#listItem","name":"Tips, Tricks and Customizations"}},{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/#listItem","position":4,"name":"Gather Additional Member Information on your Checkout Page","previousItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/de\/article-categories\/tips-tricks\/#listItem","name":"Tips and Tricks"}}]},{"@type":"Organization","@id":"https:\/\/membermouse.com\/de\/#organization","name":"MemberMouse","url":"https:\/\/membermouse.com\/de\/","sameAs":["https:\/\/www.facebook.com\/membermouse","https:\/\/twitter.com\/MemberMouse","https:\/\/www.instagram.com\/membermouse\/","https:\/\/www.youtube.com\/user\/membermouse","https:\/\/www.linkedin.com\/company\/membermouse\/","https:\/\/soundcloud.com\/membermouse"]},{"@type":"Person","@id":"https:\/\/membermouse.com\/de\/author\/blaircaseproof-com\/#author","url":"https:\/\/membermouse.com\/de\/author\/blaircaseproof-com\/","name":"Blair","image":{"@type":"ImageObject","@id":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/#authorImage","url":"https:\/\/membermouse.com\/wp-content\/litespeed\/avatar\/5b6227a6ed29e339c22d01fe541a969c.jpg?ver=1787612394","width":96,"height":96,"caption":"Blair"}},{"@type":"WebPage","@id":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/#webpage","url":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/","name":"Gather Additional Member Information on your Checkout Page | MemberMouse","description":"MemberMouse allows you to create custom fields in order to associate additional data with each member's account, which allows for an even greater ability to allow or restrict access using Member Decision SmartTags\u2122. Custom fields are identified by the ID assigned to them in MemberMouse. In the following example we'll show you how the different types of custom","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/membermouse.com\/de\/#website"},"breadcrumb":{"@id":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/#breadcrumblist"},"author":{"@id":"https:\/\/membermouse.com\/de\/author\/blaircaseproof-com\/#author"},"creator":{"@id":"https:\/\/membermouse.com\/de\/author\/blaircaseproof-com\/#author"},"datePublished":"2023-08-11T16:07:30-04:00","dateModified":"2023-08-11T16:07:30-04:00"},{"@type":"WebSite","@id":"https:\/\/membermouse.com\/de\/#website","url":"https:\/\/membermouse.com\/de\/","name":"MemberMouse","inLanguage":"de-DE","publisher":{"@id":"https:\/\/membermouse.com\/de\/#organization"}}]},"og:locale":"de_DE","og:site_name":"MemberMouse |","og:type":"article","og:title":"Gather Additional Member Information on your Checkout Page | MemberMouse","og:description":"MemberMouse allows you to create custom fields in order to associate additional data with each member's account, which allows for an even greater ability to allow or restrict access using Member Decision SmartTags\u2122. Custom fields are identified by the ID assigned to them in MemberMouse. In the following example we'll show you how the different types of custom","og:url":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/","article:published_time":"2023-08-11T23:07:30+00:00","article:modified_time":"2023-08-11T23:07:30+00:00","article:publisher":"https:\/\/www.facebook.com\/membermouse","twitter:card":"summary_large_image","twitter:site":"@MemberMouse","twitter:title":"Gather Additional Member Information on your Checkout Page | MemberMouse","twitter:description":"MemberMouse allows you to create custom fields in order to associate additional data with each member's account, which allows for an even greater ability to allow or restrict access using Member Decision SmartTags\u2122. Custom fields are identified by the ID assigned to them in MemberMouse. In the following example we'll show you how the different types of custom","twitter:creator":"@MemberMouse"},"aioseo_meta_data":{"post_id":"7627","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"created":"2023-10-11 18:12:44","updated":"2026-06-03 04:05:09","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":"2026-06-02 23:42:52","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/membermouse.com\/de\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/membermouse.com\/de\/article-categories\/tips\/\" title=\"Tips, Tricks and Customizations\">Tips, Tricks and Customizations<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/membermouse.com\/de\/article-categories\/tips-tricks\/\" title=\"Tips and Tricks\">Tips and Tricks<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tGather Additional Member Information on your Checkout Page\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/membermouse.com\/de"},{"label":"Tips, Tricks and Customizations","link":"https:\/\/membermouse.com\/de\/article-categories\/tips\/"},{"label":"Tips and Tricks","link":"https:\/\/membermouse.com\/de\/article-categories\/tips-tricks\/"},{"label":"Gather Additional Member Information on your Checkout Page","link":"https:\/\/membermouse.com\/de\/docs\/gather-additional-member-information\/"}],"_links":{"self":[{"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/ht-kb\/7627","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\/20918"}],"replies":[{"embeddable":true,"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/comments?post=7627"}],"version-history":[{"count":0,"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/ht-kb\/7627\/revisions"}],"wp:attachment":[{"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/media?parent=7627"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/ht-kb-category?post=7627"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/membermouse.com\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=7627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}