{"id":2901,"date":"2025-12-15T07:40:17","date_gmt":"2025-12-15T07:40:17","guid":{"rendered":"https:\/\/daisyandmabel.com\/?page_id=2901"},"modified":"2026-04-09T09:35:50","modified_gmt":"2026-04-09T09:35:50","slug":"register-pay","status":"publish","type":"page","link":"https:\/\/daisyandmabel.com\/de\/register-pay\/","title":{"rendered":"Daisy &amp; Mabel English Club Registration"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Daisy &#038; Mabel \u2013 Register &#038; Pay<\/title>\n  <meta name=\"description\" content=\"Register your child for the Daisy &#038; Mabel English Club in Stuttgart-West. Fill in parent &#038; child details, then choose your term and pay securely.\" \/>\n\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root {\n      --primary: #72939a; \/* sage *\/\n      --secondary: #466971; \/* deep teal *\/\n      --light: #fdf6e3; \/* cream *\/\n      --dark: #2c3e50; \/* ink *\/\n      --accent: #c99e10; \/* warm gold *\/\n      --muted: #e9efe8;\n      --white: #ffffff;\n    }\n\n    * { box-sizing: border-box; }\n    body {\n      margin: 0;\n      font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans';\n      color: var(--dark);\n      background: var(--light);\n      line-height: 1.6;\n    }\n\n    a { color: inherit; text-decoration: none; }\n    img { max-width: 100%; display: block; height: auto; }\n    .container { width: min(1120px, 92%); margin: 0 auto; }\n\n    .btn {\n      display: inline-block;\n      padding: 14px 22px;\n      border-radius: 12px;\n      font-weight: 700;\n      letter-spacing: 0.2px;\n      border: 0;\n    }\n    .btn-primary {\n      background: var(--secondary);\n      color: white !important;\n      box-shadow: 0 8px 24px rgba(70,105,113,.25);\n    }\n    .btn-primary:hover { filter: brightness(1.05); transform: translateY(-1px); }\n    .btn-ghost {\n      background: white;\n      color: var(--secondary);\n      border: 2px solid var(--secondary);\n    }\n\n    \/* Ensure button-style links never underline *\/\n    a.btn, a.btn:link, a.btn:visited, a.btn:hover, a.btn:focus, a.btn:active {\n      text-decoration: none !important;\n    }\n\n    \/* Hero *\/\n    header.hero { position: relative; }\n    .hero-wrap {\n      display: grid;\n      grid-template-columns: 1.05fr .95fr;\n      gap: 32px;\n      align-items: center;\n      padding: 56px 0 28px;\n    }\n    .kicker {\n      font-weight: 700;\n      text-transform: uppercase;\n      font-size: 12px;\n      letter-spacing: 2px;\n      color: var(--accent);\n    }\n    .hero-copy h1 {\n      font-size: clamp(30px, 4vw, 44px);\n      line-height: 1.1;\n      margin: 10px 0 12px;\n      color: var(--secondary);\n    }\n    .hero-copy p.lead {\n      font-size: clamp(16px, 2vw, 18px);\n      margin: 12px 0 18px;\n    }\n    .hero-badges {\n      display: flex;\n      gap: 12px;\n      flex-wrap: wrap;\n      margin-top: 10px;\n    }\n    .badge {\n      background: var(--muted);\n      color: var(--secondary);\n      padding: 8px 12px;\n      border-radius: 999px;\n      font-size: 12px;\n      font-weight: 600;\n    }\n    .hero-image {\n      position: relative;\n      border-radius: 20px;\n      overflow: hidden;\n      box-shadow: 0 20px 50px rgba(44,62,80,.25);\n      background: #fff;\n    }\n    .hero-image img { width: 100%; height: 100%; object-fit: cover; }\n\n    \/* Sections *\/\n    section { padding: 44px 0; }\n    .card {\n      background: #fff;\n      border-radius: 16px;\n      padding: 22px;\n      box-shadow: 0 10px 30px rgba(44,62,80,.08);\n    }\n    .two-col {\n      display: grid;\n      grid-template-columns: 1.1fr .9fr;\n      gap: 22px;\n      align-items: start;\n    }\n    h2 {\n      margin: 0 0 10px;\n      color: var(--secondary);\n      font-size: clamp(22px, 2.6vw, 30px);\n      line-height: 1.2;\n    }\n    .small {\n      font-size: 13px;\n      opacity: .9;\n      color: #577b82;\n    }\n    .note {\n      background: linear-gradient(180deg, #ffffff, #f7fbfa);\n      border: 1px solid rgba(70,105,113,.14);\n      border-radius: 14px;\n      padding: 14px 16px;\n    }\n    .anchor { scroll-margin-top: 90px; }\n\n    \/* Confirmation banner (shown after Fluent Forms submit OR ?registered=1) *\/\n    .confirm {\n      display: none;\n      margin: 18px 0 16px;\n      border: 1px solid rgba(114,147,154,.35);\n      background: linear-gradient(180deg, #ffffff, #f7fbfa);\n      border-radius: 14px;\n      padding: 14px 16px;\n    }\n    .confirm strong { color: var(--secondary); }\n\n    \/* Create clear separation between Step 1 and Step 2 *\/\n    .step-separator { padding-top: 10px; }\n    .step-separator .card { border: 1px solid rgba(70,105,113,.10); }\n\n    \/* Footer *\/\n    footer { padding: 28px 0 56px; color: #38555b; }\n    .footer-grid {\n      display: grid;\n      grid-template-columns: 2fr 1fr;\n      gap: 28px;\n      align-items: start;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 980px) {\n      .hero-wrap, .two-col { grid-template-columns: 1fr; }\n      header.hero { padding-top: 10px; }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <!-- HERO -->\n  <header class=\"hero\">\n    <div class=\"container hero-wrap\">\n      <div class=\"hero-copy\">\n        <div class=\"kicker\">Daisy &#038; Mabel English Club \u2013 Stuttgart-West<\/div>\n        <h1>Register &#038; Pay<\/h1>\n        <p class=\"lead\">\n          Step 1: Share your parent &#038; child details so we can welcome your child properly.<br>\n          Step 2: Choose your term and pay securely to reserve your place.\n        <\/p>\n\n        <div class=\"hero-badges\">\n          <span class=\"badge\">Small groups<\/span>\n          <span class=\"badge\">Story-based learning<\/span>\n          <span class=\"badge\">Secure payment<\/span>\n          <span class=\"badge\">Warm &#038; caring<\/span>\n        <\/div>\n\n        <div style=\"margin-top:18px; display:flex; gap:12px; flex-wrap: wrap;\">\n          <a class=\"btn btn-primary\" href=\"#registration\" aria-label=\"Go to registration form\">Step 1: Registration<\/a>\n          <a class=\"btn btn-ghost\" href=\"#payment\" aria-label=\"Go to payment section\">Step 2: Pay Securely<\/a>\n        <\/div>\n\n        <p class=\"small\" style=\"margin-top:12px;\">\n          Wednesdays \u00b7 FeG Stuttgart (Stuttgart-West) \u00b7 Ages 6\u201310\n        <\/p>\n      <\/div>\n\n      <div class=\"hero-image\" aria-label=\"Registration page hero image\">\n        <img decoding=\"async\" data-src=\"https:\/\/daisyandmabel.com\/wp-content\/uploads\/2026\/04\/Daisy-and-Mabe-English-Club-New-HomePage-Image.webp\"\n             alt=\"Daisy &#038; Mabel English Club flyer artwork\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2048px; --smush-placeholder-aspect-ratio: 2048\/2048;\" \/>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- STEP 1: REGISTRATION -->\n  <section id=\"registration\" class=\"anchor\">\n    <div class=\"container two-col\">\n\n      <div class=\"card\">\n        <h2>Step 1 \u2014 Parent &#038; Child Details<\/h2>\n\n        <p class=\"small\" style=\"margin-top:-4px;\">\n          We use this information only for class administration. Please review our\n          <a href=\"\/privacy-policy\" style=\"text-decoration:underline;\">Privacy Policy<\/a> and\n          <a href=\"\/terms-and-conditions\" style=\"text-decoration:underline;\">Terms &#038; Conditions<\/a>.\n        <\/p>\n\n        <div class=\"note\" style=\"margin:14px 0 16px;\">\n          <strong>How it works:<\/strong> Submit the registration form below. You\u2019ll then go straight to payment.\n        <\/div>\n\n        <!-- \u2705 Same-page confirmation banner -->\n        <!-- Suggested text (keep short + reassuring + action-oriented) -->\n        <div id=\"dmRegConfirm\" class=\"confirm\" role=\"status\" aria-live=\"polite\">\n          <strong>Registration received \u2705<\/strong><br>\n          Thank you \u2014 your child\u2019s details have been saved. To secure the place, please complete Step 2: Payment below.\n        <\/div>\n\n        <!-- \u2705 Replace MailerLite embed with Fluent Forms shortcode -->\n        <div id=\"dmRegFormWrap\" style=\"margin-top:14px;\">\n          <div class='fluentform ff-default fluentform_wrapper_4 ffs_default_wrap'><form data-form_id=\"4\" id=\"fluentform_4\" class=\"frm-fluent-form fluent_form_4 ff-el-form-top ff_form_instance_4_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_4_1\" method=\"POST\" data-turnstile_key=\"0x4AAAAAACK5eO531pFTl_Gg\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Daisy &amp; Mabel Registration Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='2901' \/><input type=\"hidden\" id=\"_fluentform_4_fluentformnonce\" name=\"_fluentform_4_fluentformnonce\" value=\"f29cb60b4b\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/de\/wp-json\/wp\/v2\/pages\/2901\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_names_first_name_' id='label_ff_4_names_first_name_' >Parent First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_4_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"Enter Your First Name\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_names_last_name_' id='label_ff_4_names_last_name_' >Parent Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_4_names_last_name_\" class=\"ff-el-form-control\" placeholder=\"Enter Your Last Name\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_email' id='label_ff_4_email' aria-label=\"Parent Email\">Parent Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_4_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_4_numeric_field' id='label_ff_4_numeric_field' aria-label=\"Parent Phone\">Parent Phone<\/label><\/div><div class='ff-el-input--content'><input type=\"number\" name=\"numeric_field\" id=\"ff_4_numeric_field\" class=\"ff-el-form-control\" placeholder=\"071144455522\" data-name=\"numeric_field\" inputmode=\"numeric\" step=\"any\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div data-type=\"name-element\" data-name=\"names_1\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_names_1_first_name_' id='label_ff_4_names_1_first_name_' >Child's First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names_1[first_name]\" id=\"ff_4_names_1_first_name_\" class=\"ff-el-form-control\" placeholder=\"Enter Child&#039;s First Name\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_names_1_last_name_' id='label_ff_4_names_1_last_name_' >Child's Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names_1[last_name]\" id=\"ff_4_names_1_last_name_\" class=\"ff-el-form-control\" placeholder=\"Enter Child&#039;s Last Name\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_dropdown' id='label_ff_4_dropdown' aria-label=\"Child&#039;s Age\">Child's Age<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_4_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_4_dropdown\"><option value=\"\">- Select -<\/option><option value=\"6\"  >6<\/option><option value=\"7\"  >7<\/option><option value=\"8\"  >8<\/option><option value=\"9\"  >9<\/option><option value=\"10\"  >10<\/option><\/select><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_dropdown_1' id='label_ff_4_dropdown_1' aria-label=\"Class Preference\">Class Preference<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown_1\" id=\"ff_4_dropdown_1\" class=\"ff-el-form-control\" data-name=\"dropdown_1\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_4_dropdown_1\"><option value=\"\">- Select -<\/option><option value=\"Wednesday 16:15 (Ages 6\u20138)\"  >Wednesday 16:15 (Ages 6\u20138)<\/option><option value=\"Wednesday 17:15 (Ages 8\u201310)\"  >Wednesday 17:15 (Ages 8\u201310)<\/option><\/select><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_4_description' id='label_ff_4_description' aria-label=\"Anything we should know to support your child?\">Anything we should know to support your child?<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_4_description\" name=\"description\" id=\"ff_4_description\" class=\"ff-el-form-control\" placeholder=\"allergies, sensory needs, shyness, separation anxiety\/Allergien, sensorische Bed\u00fcrfnisse, Sch\u00fcchternheit, Trennungsangst.\" rows=\"3\" cols=\"2\" data-name=\"description\" ><\/textarea><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"Consent checkbox: Privacy Policy &amp; Terms\">Consent checkbox: Privacy Policy &amp; Terms<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='checkbox_34cffe37fc501696a0322351f6e7fe65'><input  type=\"checkbox\" name=\"checkbox[]\" data-name=\"checkbox\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"\u201cI agree to the Privacy Policy and Terms &amp; Conditions.\u201d\"  id='checkbox_34cffe37fc501696a0322351f6e7fe65' aria-label='\u201cI agree to the Privacy Policy and Terms &amp; Conditions.\u201d' aria-invalid='false' aria-required=true> <span>\u201cI agree to the Privacy Policy and Terms &amp; Conditions.\u201d<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group  ff-custom_html' tabindex='-1' data-name=\"custom_html-4_1\" >Ich habe die \n<a href=\"\/privacy-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\">\nDatenschutzerkl\u00e4rung\n<\/a> \nund die \n<a href=\"\/terms-and-conditions\/\" target=\"_blank\" rel=\"noopener noreferrer\">\nAllgemeinen Gesch\u00e4ftsbedingungen\n<\/a> \ngelesen und akzeptiere sie.\n<\/div><div data-type=\"name-element\" data-name=\"names_2\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_names_2_first_name_' id='label_ff_4_names_2_first_name_' >Emergency Contact First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names_2[first_name]\" id=\"ff_4_names_2_first_name_\" class=\"ff-el-form-control\" placeholder=\"Enter Emergency Contact First Name\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_names_2_last_name_' id='label_ff_4_names_2_last_name_' >Emergency Contact Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names_2[last_name]\" id=\"ff_4_names_2_last_name_\" class=\"ff-el-form-control\" placeholder=\"Enter Emergency Contact Last Name\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_numeric_field_1' id='label_ff_4_numeric_field_1' aria-label=\"Emergency Contact Phone\">Emergency Contact Phone<\/label><\/div><div class='ff-el-input--content'><input type=\"number\" name=\"numeric_field_1\" id=\"ff_4_numeric_field_1\" class=\"ff-el-form-control\" placeholder=\"071155544433\" data-name=\"numeric_field_1\" inputmode=\"numeric\" step=\"any\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label   aria-label=\"Marketing opt-in checkbox\">Marketing opt-in checkbox<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='checkbox_1_934092e60653f795607a042284695444'><input  type=\"checkbox\" name=\"checkbox_1[]\" data-name=\"checkbox_1\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"\u201cYes, send me news and updates about Daisy &amp; Mabel (1\u20132 emails per month).\u201d\"  id='checkbox_1_934092e60653f795607a042284695444' aria-label='\u201cYes, send me news and updates about Daisy &amp; Mabel (1\u20132 emails per month).\u201d' aria-invalid='false' aria-required=false> <span>\u201cYes, send me news and updates about Daisy &amp; Mabel (1\u20132 emails per month).\u201d<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ' ><div class='ff-el-input--label'><label>Please confirm you are human.<\/label><\/div><div class='ff-el-input--content'><div data-fluent_id='4' name='cf-turnstile-response'><div\n\t\tdata-sitekey='0x4AAAAAACK5eO531pFTl_Gg'\n\t\tdata-theme='auto'\n\t\tid='fluentform-turnstile-4-1'\n\t\tclass='ff-el-turnstile cf-turnstile'\n\t\tdata-appearance='always'><\/div><\/div><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"Submit Registration\">Submit Registration<\/button><\/div><\/fieldset><\/form><div id='fluentform_4_errors' class='ff-errors-in-stack ff_form_instance_4_1 ff-form-loading_errors ff_form_instance_4_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_4_1 = {\"id\":\"4\",\"ajaxUrl\":\"https:\\\/\\\/daisyandmabel.com\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_4_1\",\"form_id_selector\":\"fluentform_4\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"names[last_name]\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"email\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true},\"email\":{\"value\":true,\"message\":\"Dieses Feld muss eine g\\u00fcltige E-Mail-Adresse enthalten\",\"global_message\":\"This field must contain a valid email\",\"global\":true}},\"numeric_field\":{\"required\":{\"value\":false,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true},\"numeric\":{\"value\":true,\"message\":\"Dieses Feld muss einen numerischen Wert enthalten\",\"global_message\":\"This field must contain numeric value\",\"global\":true},\"min\":{\"value\":\"\",\"message\":\"Validierung des Mindestwerts schl\\u00e4gt fehl\",\"global_message\":\"Validation fails for minimum value\",\"global\":true},\"max\":{\"value\":\"\",\"message\":\"Validierung schl\\u00e4gt bei Maximalwert fehl\",\"global_message\":\"Validation fails for maximum value\",\"global\":true},\"digits\":{\"value\":\"12\",\"message\":\"Validierung schl\\u00e4gt bei begrenzten Ziffern fehl\",\"global_message\":\"Validation fails for limited digits\",\"global\":true}},\"names_1[first_name]\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"names_1[middle_name]\":{\"required\":{\"value\":false,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"names_1[last_name]\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"dropdown\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"dropdown_1\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"description\":{\"required\":{\"value\":false,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"checkbox\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"names_2[first_name]\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"names_2[middle_name]\":{\"required\":{\"value\":false,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"names_2[last_name]\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"numeric_field_1\":{\"required\":{\"value\":true,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true},\"numeric\":{\"value\":true,\"message\":\"Dieses Feld muss einen numerischen Wert enthalten\",\"global_message\":\"This field must contain numeric value\",\"global\":true},\"min\":{\"value\":\"\",\"message\":\"Validierung des Mindestwerts schl\\u00e4gt fehl\",\"global_message\":\"Validation fails for minimum value\",\"global\":true},\"max\":{\"value\":\"\",\"message\":\"Validierung schl\\u00e4gt bei Maximalwert fehl\",\"global_message\":\"Validation fails for maximum value\",\"global\":true},\"digits\":{\"value\":\"\",\"message\":\"Validierung schl\\u00e4gt bei begrenzten Ziffern fehl\",\"global_message\":\"Validation fails for limited digits\",\"global\":true}},\"checkbox_1\":{\"required\":{\"value\":false,\"message\":\"Dieses Feld ist erforderlich\",\"global_message\":\"This field is required\",\"global\":true}},\"cf-turnstile-response\":[]},\"debounce_time\":300};\n                            <\/script>\n            \n        <\/div>\n\n        <div class=\"note\" style=\"margin-top:16px;\">\n          <strong>Next step:<\/strong> After submitting, scroll down to payment to reserve your child\u2019s place.\n          If you do not see a confirmation message, please email\n          <a href=\"mailto:natasha@daisyandmabel.com\" style=\"text-decoration:underline;\">natasha@daisyandmabel.com<\/a>.\n        <\/div>\n\n        <div style=\"margin-top:16px; display:flex; gap:12px; flex-wrap:wrap;\">\n          <a class=\"btn btn-ghost\" href=\"#payment\">Go to Payment<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"card\">\n        <h2>What happens after you register?<\/h2>\n        <ul>\n          <li>You\u2019ll go straight to payment to reserve the place.<\/li>\n          <li>You\u2019ll receive confirmation and any next steps by email.<\/li>\n          <li>If a group is full, you can join the waiting list.<\/li>\n        <\/ul>\n\n        <div class=\"note\" style=\"margin-top:16px;\">\n          <strong>Tip:<\/strong> Use the same child name for registration and payment (it keeps admin smooth).\n        <\/div>\n\n        <div style=\"margin-top:18px; display:flex; gap:12px; flex-wrap:wrap;\">\n          <a class=\"btn btn-primary\" href=\"#payment\">Continue to Payment<\/a>\n          <a class=\"btn btn-ghost\" href=\"\/waitlist\">Join the Waiting List<\/a>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- STEP 2: PAYMENT -->\n  <section id=\"payment\" class=\"anchor step-separator\" style=\"padding-top:10px;\">\n    <div class=\"container\">\n      <div class=\"card\">\n        <h2>Step 2 \u2014 Choose Term &#038; Pay Securely<\/h2>\n\n        <p>\n          Select your child\u2019s term and session time, then pay securely by card, Apple\/Google Pay,\n          Klarna, PayPal, or SEPA Direct Debit (depending on availability).\n        <\/p>\n\n        <div class=\"note\" style=\"margin:14px 0 18px;\">\n          If the session is already full, please use the\n          <a href=\"\/waitlist\" style=\"text-decoration:underline;\">waiting list<\/a>\n          so you don\u2019t miss the next opening.\n        <\/div>\n\n        <!-- \u2705 Stripe checkout UI shortcode -->\n        <div style=\"margin-top:12px;\">\n            <div class=\"dm-checkout-ui\">\n    <label for=\"dm_child_name\">Child\u2019s name (for the invoice)<\/label>\n    <input id=\"dm_child_name\" type=\"text\" placeholder=\"e.g., Olivia Stephens\" style=\"width:100%;padding:.5rem;margin-bottom:.75rem;\">\n\n    <label for=\"term_option\">Term &amp; Session<\/label>\n    <select id=\"term_option\" required>\n      <option value=\"\">\u2014 Please choose \u2014<\/option>\n                                  <option value=\"earlysummer2026_full_5w_4pm\" data-full=\"0\">\n            Early Summer 2026 \u2014 April Start(5w) \u2014 4.15\u20135.15 pm (Ages 6\u20138) (\u20ac75) (3\/6 left)          <\/option>\n                            <option value=\"earlysummer2026_full_5w_5pm\" data-full=\"0\">\n            Early Summer 2026 \u2014 April Start (5w) \u2014 5.15\u20136.15 pm (Ages 8\u201310) (\u20ac75) (5\/6 left)          <\/option>\n                            <option value=\"latesummer2026_full_8w_4pm\" data-full=\"0\">\n            Late Summer 2026 \u2014 June Start (8w) \u2014 4.15\u20135.15 pm (Ages 6\u20138) (\u20ac120) (6\/6 left)          <\/option>\n                            <option value=\"latesummer2026_full_8w_5pm\" data-full=\"0\">\n            Late Summer 2026 \u2014 June Start (8w) \u2014 5.15\u20136.15 pm (Ages 8\u201310) (\u20ac120) (5\/6 left)          <\/option>\n                  <\/select>\n\n    <button id=\"startPayment\" type=\"button\">Continue to secure payment<\/button>\n    <div id=\"checkout\" style=\"margin-top:1rem;\"><\/div>\n  <\/div>\n  \n        <\/div>\n\n        <p class=\"small\" style=\"margin-top:16px;\">\n          Questions? Email <a href=\"mailto:natasha@daisyandmabel.com\" style=\"text-decoration:underline;\">natasha@daisyandmabel.com<\/a>.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- AFTER YOU PAY -->\n  <section style=\"padding-top:10px;\">\n    <div class=\"container\">\n      <div class=\"card\">\n        <h2>After you pay<\/h2>\n        <ul>\n          <li>Your confirmation and invoice arrive by email.<\/li>\n          <li>You\u2019ll receive class details and any \u201cfirst session\u201d guidance.<\/li>\n          <li>If Klarna\/SEPA takes time to clear, your place is secured once payment is confirmed.<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER -->\n  <footer id=\"contact\">\n    <div class=\"container footer-grid\">\n      <div>\n        <h3 style=\"margin:0 0 8px; color:var(--secondary)\">Daisy &#038; Mabel English Club<\/h3>\n        <p class=\"small\">\n          A warm and welcoming space where children learn English through stories, games, and creativity \u2014\n          with the professional coaching that turns practice into real fluency.\n        <\/p>\n      <\/div>\n\n      <div>\n        <h4 style=\"margin:0 0 8px; color:var(--secondary)\">Contact<\/h4>\n        <p class=\"small\">\n          Email: <a href=\"mailto:natasha@daisyandmabel.com\" style=\"text-decoration:underline;\">natasha@daisyandmabel.com<\/a><br>\n          Web: <a href=\"https:\/\/www.daisyandmabel.com\" style=\"text-decoration:underline;\">daisyandmabel.com<\/a>\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"container\" style=\"margin-top: 18px;\">\n      <p class=\"small\">\u00a9 <span id=\"year\"><\/span> Daisy &#038; Mabel English Club. All rights reserved.<\/p>\n    <\/div>\n  <\/footer>\n\n  <script>\n    document.getElementById('year').textContent = new Date().getFullYear();\n\n    \/\/ A) Show banner if you ever choose to redirect back with ?registered=1 (optional safety net)\n    (function () {\n      const params = new URLSearchParams(window.location.search);\n      if (params.get('registered') === '1') {\n        const box = document.getElementById('dmRegConfirm');\n        if (box) box.style.display = 'block';\n\n        const pay = document.getElementById('payment');\n        if (pay) pay.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      }\n    })();\n\n    \/\/ B) Same-page success: listen for Fluent Forms success event and then show banner + scroll to payment\n    \/\/ Note: Fluent Forms triggers a global event when a form is submitted successfully.\n    \/\/ This keeps everything on the same page without a redirect.\n    (function () {\n      function showConfirmAndGoToPay() {\n        const box = document.getElementById('dmRegConfirm');\n        if (box) box.style.display = 'block';\n        const pay = document.getElementById('payment');\n        if (pay) pay.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      }\n\n      \/\/ Fluent Forms custom event (common pattern)\n      document.addEventListener('fluentform_submission_success', function(e) {\n        \/\/ If multiple forms exist on the page, ensure we target form id=4\n        try {\n          const formId = e && e.detail && (e.detail.formId || e.detail.form_id);\n          if (!formId || String(formId) === '4') {\n            showConfirmAndGoToPay();\n          }\n        } catch (err) {\n          \/\/ If the event doesn't include details, still show confirmation (safe fallback)\n          showConfirmAndGoToPay();\n        }\n      });\n\n      \/\/ Fallback: if Fluent Forms uses jQuery-based hook in your setup\n      if (window.jQuery) {\n        window.jQuery(document).on('fluentform_submission_success', function(evt, data) {\n          \/\/ data may include form_id\n          if (!data || !data.form_id || String(data.form_id) === '4') {\n            showConfirmAndGoToPay();\n          }\n        });\n      }\n    })();\n  <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Daisy &#038; Mabel \u2013 Register &#038; Pay Daisy &#038; Mabel English Club \u2013 Stuttgart-West Register &#038; Pay Step 1: Share your parent &#038; child details so we can welcome your child properly. Step 2: Choose your term and pay securely to reserve your place. Small groups Story-based learning Secure payment Warm &#038; caring Step 1: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2901","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Daisy &amp; Mabel English Club Registration - Daisy &amp; Mabel<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/daisyandmabel.com\/de\/register-pay\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Daisy &amp; Mabel English Club Registration - Daisy &amp; Mabel\" \/>\n<meta property=\"og:description\" content=\"Daisy &#038; Mabel \u2013 Register &#038; Pay Daisy &#038; Mabel English Club \u2013 Stuttgart-West Register &#038; Pay Step 1: Share your parent &#038; child details so we can welcome your child properly. Step 2: Choose your term and pay securely to reserve your place. Small groups Story-based learning Secure payment Warm &#038; caring Step 1: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/daisyandmabel.com\/de\/register-pay\/\" \/>\n<meta property=\"og:site_name\" content=\"Daisy &amp; Mabel\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-09T09:35:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/daisyandmabel.com\/wp-content\/uploads\/2026\/04\/Daisy-and-Mabe-English-Club-New-HomePage-Image.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Daisy &amp; Mabel English Club Registration - Daisy &amp; Mabel","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/daisyandmabel.com\/de\/register-pay\/","og_locale":"de_DE","og_type":"article","og_title":"Daisy &amp; Mabel English Club Registration - Daisy &amp; Mabel","og_description":"Daisy &#038; Mabel \u2013 Register &#038; Pay Daisy &#038; Mabel English Club \u2013 Stuttgart-West Register &#038; Pay Step 1: Share your parent &#038; child details so we can welcome your child properly. Step 2: Choose your term and pay securely to reserve your place. Small groups Story-based learning Secure payment Warm &#038; caring Step 1: [&hellip;]","og_url":"https:\/\/daisyandmabel.com\/de\/register-pay\/","og_site_name":"Daisy &amp; Mabel","article_modified_time":"2026-04-09T09:35:50+00:00","og_image":[{"url":"https:\/\/daisyandmabel.com\/wp-content\/uploads\/2026\/04\/Daisy-and-Mabe-English-Club-New-HomePage-Image.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/daisyandmabel.com\/register-pay\/","url":"https:\/\/daisyandmabel.com\/register-pay\/","name":"Daisy &amp; Mabel English Club Registration - Daisy &amp; Mabel","isPartOf":{"@id":"https:\/\/lbc.nsk.mybluehost.me\/website_919d53ae\/#website"},"primaryImageOfPage":{"@id":"https:\/\/daisyandmabel.com\/register-pay\/#primaryimage"},"image":{"@id":"https:\/\/daisyandmabel.com\/register-pay\/#primaryimage"},"thumbnailUrl":"https:\/\/daisyandmabel.com\/wp-content\/uploads\/2026\/04\/Daisy-and-Mabe-English-Club-New-HomePage-Image.webp","datePublished":"2025-12-15T07:40:17+00:00","dateModified":"2026-04-09T09:35:50+00:00","breadcrumb":{"@id":"https:\/\/daisyandmabel.com\/register-pay\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/daisyandmabel.com\/register-pay\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/daisyandmabel.com\/register-pay\/#primaryimage","url":"https:\/\/daisyandmabel.com\/wp-content\/uploads\/2026\/04\/Daisy-and-Mabe-English-Club-New-HomePage-Image.webp","contentUrl":"https:\/\/daisyandmabel.com\/wp-content\/uploads\/2026\/04\/Daisy-and-Mabe-English-Club-New-HomePage-Image.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/daisyandmabel.com\/register-pay\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/daisyandmabel.com\/"},{"@type":"ListItem","position":2,"name":"Daisy &amp; Mabel English Club Registration"}]},{"@type":"WebSite","@id":"https:\/\/lbc.nsk.mybluehost.me\/website_919d53ae\/#website","url":"https:\/\/lbc.nsk.mybluehost.me\/website_919d53ae\/","name":"Daisy & Mabel","description":"Two Sisters. One Journey. A Heartfelt ESL Storybook for Children.","publisher":{"@id":"https:\/\/lbc.nsk.mybluehost.me\/website_919d53ae\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lbc.nsk.mybluehost.me\/website_919d53ae\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/lbc.nsk.mybluehost.me\/website_919d53ae\/#organization","name":"Daisy & Mabel","url":"https:\/\/lbc.nsk.mybluehost.me\/website_919d53ae\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/lbc.nsk.mybluehost.me\/website_919d53ae\/#\/schema\/logo\/image\/","url":"https:\/\/daisyandmabel.com\/wp-content\/uploads\/2025\/12\/cropped-Daisy-and-Mabel-Logo-2.png","contentUrl":"https:\/\/daisyandmabel.com\/wp-content\/uploads\/2025\/12\/cropped-Daisy-and-Mabel-Logo-2.png","width":500,"height":500,"caption":"Daisy & Mabel"},"image":{"@id":"https:\/\/lbc.nsk.mybluehost.me\/website_919d53ae\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.tiktok.com\/@daisyandmabelbook"]}]}},"_links":{"self":[{"href":"https:\/\/daisyandmabel.com\/de\/wp-json\/wp\/v2\/pages\/2901","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daisyandmabel.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/daisyandmabel.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/daisyandmabel.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daisyandmabel.com\/de\/wp-json\/wp\/v2\/comments?post=2901"}],"version-history":[{"count":9,"href":"https:\/\/daisyandmabel.com\/de\/wp-json\/wp\/v2\/pages\/2901\/revisions"}],"predecessor-version":[{"id":2990,"href":"https:\/\/daisyandmabel.com\/de\/wp-json\/wp\/v2\/pages\/2901\/revisions\/2990"}],"wp:attachment":[{"href":"https:\/\/daisyandmabel.com\/de\/wp-json\/wp\/v2\/media?parent=2901"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}