{"id":984,"date":"2021-01-14T08:22:07","date_gmt":"2021-01-14T08:22:07","guid":{"rendered":"https:\/\/www.remymartin.com\/en-uk\/?page_id=984"},"modified":"2021-02-15T09:25:40","modified_gmt":"2021-02-15T09:25:40","slug":"la-maison-apply-for-membership","status":"publish","type":"page","link":"https:\/\/www.remymartin.com\/en-uk\/la-maison-apply-for-membership\/","title":{"rendered":"La Maison \u2013 apply for membership"},"content":{"rendered":"<div class=\"section  alignfull\" style=\"\" id=\"headline-copy-big-block_600003198aa7a\">\n\t\t<div class=\"headline-copy-big\">\n\t\t<div class=\"container\">\n\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12 col-md-10 col-lg-6 offset-0 offset-sm-0 offset-lg-1\">\n\t\t\t\t\t\t\t\t<div >\n\t\t\t\t\t\t\t\t\t\t\t\t<h2><\/h2>\n\t\t\t\t\t\t<p class=\"m-t-20\"><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\n\n<rm-code>\n\t<div class=\"section  alignfull\" id=\"form-block_600016d38aa87\">\n\t\t<div class=\"form-builder\" data-module=\"forms\/form-builder\/FormBuilder\" defer-x-data=\"FormBuilderData()\"\n\t\t\tx-init=\"getForm('https:\/\/www.remymartin.com\/en-uk\/wp-json\/frm\/v2\/forms\/2\/');\" x-bind:class=\"form.options.form_class\"\n\t\t\tdata-posturl=\"https:\/\/www.remymartin.com\/en-uk\/wp-admin\/admin-ajax.php\">\n\t\t\t<script type=\"application\/json\" class=\"form-data\">\n\t\t\t\t{\"code\":\"rest_form_invalid_id\",\"message\":\"Invalid form ID.\",\"data\":{\"status\":404}}\n\t\t\t<\/script>\n\t\t\t<script type=\"application\/json\" class=\"form-field-data\">\n\t\t\t\t[]\n\t\t\t<\/script>\n\t\t\t<div class=\"form-builder__inner\">\n\t\t\t\t<div class=\"container\">\n\t\t\t\t\t<div class=\"row justify-content-center\">\n\t\t\t\t\t\t<div class=\"col-12 col-lg-8\">\n\t\t\t\t\t\t\t<div class=\"form-builder__wrapper\">\n\t\t\t\t\t\t\t\t<template x-if=\"!Object.entries(formFields).length\">\n\t\t\t\t\t\t\t\t\t<span class=\"loading-spinner\"><\/span>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t<template x-for=\"[id, value] in Object.entries(formFields)\" :key=\"id\">\n\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t<template x-if=\"page == id\" x-cloak=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<form x-transition:enter=\"ease-out duration-300\"\n\t\t\t\t\t\t\t\t\t\t\t\tx-transition:enter-start=\"opacity-0\"\n\t\t\t\t\t\t\t\t\t\t\t\tx-transition:enter-end=\"opacity-100\" x-on:submit.prevent=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form_builder__page\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-for=\"[id, value] in Object.entries(value)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"value.id\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"page_inner\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:class=\"value.field_options.classes\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:x-ref=\"value.id\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"showField(value)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='html'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div x-html=\"value.description\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='hidden_jsvar'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control d-none\" type=\"hidden\" x-model=\"models[value.id]\" x-bind:value=\"models[value.id] = window.templateVar[value.default_value]\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='hidden'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control d-none\" type=\"hidden\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-model=\"models[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:value=\"value.default_value === '[post_title]' ? models[value.id] = document.title : models[value.id] = value.default_value\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='textarea'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label x-bind:for=\"value.field_key\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"value.name\"><\/span><span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<textarea class=\"form-control\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:id=\"value.field_key\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-model=\"models[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:placeholder=\"value.field_options.placeholder\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-pattern-message=\"value.field_options.invalid\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-required-message=\"value.field_options.blank\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:pattern=\"value.field_options.format ? '\/' + value.field_options.format + '\/gi' : null\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:required=\"value.required &#038;&#038; (value.required === 1 || value.required === '1') &#038;&#038; showField(value)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:autocomplete=\"value.field_options.autocomplete || (value.name.toLowerCase().includes('address') ? 'address-line1' : (value.name.toLowerCase().includes('message') || value.name.toLowerCase().includes('comment') ? 'off' : 'on'))\"><\/textarea>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='select'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label x-bind:for=\"value.field_key\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"value.name\"><\/span><span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<select class=\"form-control\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-searchtext=\"Search\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-model=\"models[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:id=\"value.field_key\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:title=\"value.name\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:required=\"value.required &#038;&#038; (value.required === 1 || value.required === '1') &#038;&#038; showField(value)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-required-message=\"value.field_options.blank\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-placeholder=\"value.field_options.placeholder\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:multiple=\"value.field_options.multiple === 1 || value.field_options.multiple === '1'\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:autocomplete=\"value.field_options.autocomplete || (value.name.toLowerCase().includes('country') ? 'country' : (value.name.toLowerCase().includes('state') ? 'address-level1' : (value.name.toLowerCase().includes('city') ? 'address-level2' : 'off')))\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"!value.field_options.multiple\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option data-placeholder=\"true\"><\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-for=\"[option_id, option_value] in Object.entries(value.options)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"option_id\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option :value=\"option_value.value\" :selected=\"models[value.id] == option_value.value\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-text=\"option_value.label\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='text'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label x-bind:for=\"value.field_key\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"value.name\"><\/span><span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control\" type=\"text\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:id=\"value.field_key\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-model=\"models[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:title=\"value.name\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:pattern=\"value.field_options.format ? '\/' + value.field_options.format + '\/gi' : null\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:placeholder=\"value.field_options.placeholder\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-pattern-message=\"value.field_options.invalid\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-required-message=\"value.field_options.blank\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:required=\"value.required &#038;&#038; (value.required === 1 || value.required === '1') &#038;&#038; showField(value)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:autocomplete=\"value.field_options.autocomplete || (value.name.toLowerCase().includes('first') || value.name.toLowerCase().includes('vorname') ? 'given-name' : (value.name.toLowerCase().includes('last') || value.name.toLowerCase().includes('nachname') || value.name.toLowerCase().includes('surname') ? 'family-name' : (value.name.toLowerCase().includes('company') || value.name.toLowerCase().includes('organization') ? 'organization' : (value.name.toLowerCase().includes('street') || value.name.toLowerCase().includes('address') ? 'address-line1' : (value.name.toLowerCase().includes('city') ? 'address-level2' : (value.name.toLowerCase().includes('zip') || value.name.toLowerCase().includes('postal') ? 'postal-code' : 'on'))))))\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='number'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label x-bind:for=\"value.field_key\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"value.name\"><\/span><span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control\" type=\"number\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:min=\"value.field_options.minnum\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:max=\"value.field_options.maxnum\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:step=\"value.field_options.step\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:id=\"value.field_key\" x-model=\"models[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:pattern=\"value.field_options.format ? '\/' + value.field_options.format + '\/gi' : null\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:placeholder=\"value.field_options.placeholder\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-number-message=\"value.field_options.invalid\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-invalid-message=\"value.field_options.invalid\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-required-message=\"value.field_options.blank\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:required=\"value.required &#038;&#038; (value.required === 1 || value.required === '1') &#038;&#038; showField(value)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:autocomplete=\"value.field_options.autocomplete || 'off'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='email'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label x-bind:for=\"value.field_key\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"value.name\"><\/span><span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control\" type=\"email\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:id=\"value.field_key\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-model=\"models[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:title=\"value.name\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:placeholder=\"value.field_options.placeholder\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-email-message=\"value.field_options.invalid\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-required-message=\"value.field_options.blank\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:required=\"value.required &#038;&#038; (value.required === 1 || value.required === '1') &#038;&#038; showField(value)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:autocomplete=\"value.field_options.autocomplete || 'email'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='checkbox'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"value.name\"><\/span><span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-for=\"[checkbox_id, checkbox_value] in Object.entries(value.options)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"checkbox_id\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox-label\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:for=\"value.field_key + '_' + checkbox_id\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control\" type=\"checkbox\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:name=\"value.field_key\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:value=\"checkbox_value.value\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:id=\"value.field_key + '_' + checkbox_id\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-model=\"models[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-required-message=\"value.field_options.blank\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:required=\"value.required &#038;&#038; (value.required === 1 || value.required === '1') &#038;&#038; showField(value)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkbox-custom\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"checkText\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-html=\"checkbox_value.label\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='phone'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label x-bind:for=\"value.field_key\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"value.name\"><\/span><span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control\" type=\"tel\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:pattern=\"value.field_options.format ? '\/' + value.field_options.format + '\/gi' : null\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-pattern-message=\"value.field_options.invalid\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-required-message=\"value.field_options.blank\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:id=\"value.field_key\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-model=\"models[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:placeholder=\"value.field_options.placeholder\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:required=\"value.required &#038;&#038; (value.required === 1 || value.required === '1') &#038;&#038; showField(value)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:autocomplete=\"value.field_options.autocomplete || 'tel'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='date'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label x-bind:for=\"value.field_key\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"value.name\"><\/span><span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"form-control flatpickr flatpickr-input\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype=\"date\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:id=\"value.field_key\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-model=\"models[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:title=\"value.name\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:placeholder=\"value.field_options.placeholder\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-required-message=\"value.field_options.blank\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:required=\"value.required &#038;&#038; (value.required === 1 || value.required === '1') &#038;&#038; showField(value)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-date-format=\"mm\/dd\/yyyy\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-invalid-message=\"value.field_options.invalid\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:data-pristine-min-age=\"`${value.field_options.start_year || ''},${value.field_options.end_year || ''}`\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:autocomplete=\"value.field_options.autocomplete || (value.name.toLowerCase().includes('birth') ? 'bday' : 'off')\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='file'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label x-bind:for=\"value.field_key\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"value.name\"><\/span><span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"mandatory-sign\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-show=\"value.required &#038;&#038; (value.required === 1 || value.required === '1')\">*<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control\" size=\"10\" type=\"file\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:id=\"value.field_key\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-on:change=\"files[value.id] = Object.values($event.target.files); $event.target.value = ''\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:multiple=\"value.field_options.multiple === 1 || value.field_options.multiple === '1'\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:accept=\"Object.entries(value.field_options.ftypes).map(type => type[1]).join(', ')\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\thidden>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"choose-file\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:for=\"value.field_key\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-text=\"value.field_options.choose_msg\"><\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"files[value.id]\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"file-selection-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-for=\"(item, index) in files[value.id]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"index\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t@click=\"files[value.id].splice(index, 1);\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-text=\"truncateString(item.name, 20) + ' (' + formatSizeUnits(item.size) + ')'\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='summary'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group summary\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-for=\"(item, index) in Object.entries(models)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"item[0]\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"edit-box-wrapper\" x-bind:class=\"{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'col-12 col-md-6': getFormField(item[0]).type !== 'textarea',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'col-12': getFormField(item[0]).type === 'textarea',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'd-none': getFormField(item[0]).type === 'hidden',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'd-none': getFormField(item[0]).type === 'checkbox'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-text=\"getFormField(item[0]).name\"><\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"edit-box\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t@click=\"jumpToPageByFieldId(item[0])\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"item[1]\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"files &#038;&#038; files.length\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"edit-box-wrapper col-12\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label>Choose file<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-for=\"(file, index) in Object.entries(files)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"index\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"edit-box\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t@click=\"jumpToPageByFieldId(file[0])\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-for=\"(f, fileindex) in file[1]\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:key=\"fileindex\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-text=\"truncateString(f.name, 30) + ' (' + formatSizeUnits(f.size) + ')'\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"value.type ==='break'\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group form-actions\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button @click=\"nextPage\" class=\"btn btn-md\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype=\"button\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:disabled=\"!canContinue &#038;&#038; !isUploading\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-text=\"value.name\"><\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template x-if=\"page == Object.entries(formFields).length\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button @click=\"submitForm\" type=\"submit\" class=\"btn btn-md\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-text=\"form.options.submit_value\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:class=\"{ 'loading': isUploading }\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx-bind:disabled=\"isUploading\"><\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/form>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t<template\n\t\t\t\t\t\t\t\t\tx-if=\"Object.entries(formFields).length >= 1 && page > Object.entries(formFields).length\">\n\t\t\t\t\t\t\t\t\t<div class=\"form-success\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"form-step-label form-step-validation\"\n\t\t\t\t\t\t\t\t\t\t\tx-show=\"Object.entries(formFields).length > 1\">\n\t\t\t\t\t\t\t\t\t\t\t<span x-text=\"Object.entries(formFields).length + 1\"><\/span>\/<span\n\t\t\t\t\t\t\t\t\t\t\t\tx-text=\"Object.entries(formFields).length + 1\"><\/span><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"form-success-message\" x-html=\"form.options.success_msg\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"return-buttons\">\n\t\t\t\t\t\t\t\t\t\t\t<button @click=\"restartForm\" class=\"btn btn-secondary btn-md\"\n\t\t\t\t\t\t\t\t\t\t\t\ttype=\"button\">BACK TO START<\/button>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.remymartin.com\/en-uk\" class=\"btn btn-md back-to-home\">HOMEPAGE<\/a>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t<template\n\t\t\t\t\t\t\t\t\tx-if=\"Object.entries(formFields).length > 1 && page <= Object.entries(formFields).length\">\n\t\t\t\t\t\t\t\t\t<div class=\"form-navigation\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"icon-arrow-menu left\" x-bind:disabled=\"page === 1\"\n\t\t\t\t\t\t\t\t\t\t\t@click=\"prevPage\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"icon-arrow-menu right\"\n\t\t\t\t\t\t\t\t\t\t\tx-bind:disabled=\"page === Object.entries(formFields).length || isUploading\"\n\t\t\t\t\t\t\t\t\t\t\t@click=\"nextPage\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/rm-code>\n","protected":false},"excerpt":{"rendered":"<p>Events hosted by La Maison Re\u0301my Martin are reserved for members and their guests only.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"editor_notices":[],"footnotes":""},"categories":[],"class_list":["post-984","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.remymartin.com\/en-uk\/wp-json\/wp\/v2\/pages\/984","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.remymartin.com\/en-uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.remymartin.com\/en-uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.remymartin.com\/en-uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.remymartin.com\/en-uk\/wp-json\/wp\/v2\/comments?post=984"}],"version-history":[{"count":0,"href":"https:\/\/www.remymartin.com\/en-uk\/wp-json\/wp\/v2\/pages\/984\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.remymartin.com\/en-uk\/wp-json\/wp\/v2\/media?parent=984"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.remymartin.com\/en-uk\/wp-json\/wp\/v2\/categories?post=984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}