{"id":10941,"date":"2025-08-04T13:27:10","date_gmt":"2025-08-04T11:27:10","guid":{"rendered":"https:\/\/www.aquacycle.be\/affiliate-login\/"},"modified":"2025-08-04T13:27:10","modified_gmt":"2025-08-04T11:27:10","slug":"affiliate-inloggen","status":"publish","type":"page","link":"https:\/\/www.aquacycle.be\/nl\/affiliate-login\/","title":{"rendered":"Affiliate Inloggen"},"content":{"rendered":"\n\t\t<form id=\"affwp-login-form-6a43d20ce3cbd\" class=\"affwp-form affwp-login-form\" action=\"\" method=\"post\">\n\t\t\t\n\t\t\t<fieldset>\n\t\t\t\t<legend>Log into your account<\/legend>\n\n\t\t\t\t\n\t\t\t\t<p>\n\t\t\t\t\t<label for=\"affwp-login-user-login\">Username<\/label>\n\t\t\t\t\t<input\n\t\t\t\t\t\tid=\"affwp-login-user-login\"\n\t\t\t\t\t\tclass=\"required\"\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tname=\"affwp_user_login\"\n\t\t\t\t\t\ttitle=\"Username\"\n\t\t\t\t\t\tplaceholder=\"\"\n\t\t\t\t\t\/>\n\t\t\t\t<\/p>\n\n\t\t\t\t<p>\n\t\t\t\t\t<label for=\"affwp-login-user-pass\">Password<\/label>\n\t\t\t\t\t<input\n\t\t\t\t\t\tid=\"affwp-login-user-pass\"\n\t\t\t\t\t\tclass=\"password required\"\n\t\t\t\t\t\ttype=\"password\"\n\t\t\t\t\t\tname=\"affwp_user_pass\"\n\t\t\t\t\t\ttitle=\"Password\"\n\t\t\t\t\t\tplaceholder=\"\"\n\t\t\t\t\t\/>\n\t\t\t\t<\/p>\n\n\t\t\t\t<p>\n\t\t\t\t\t<label class=\"affwp-user-remember\" for=\"affwp-user-remember\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tid=\"affwp-user-remember\"\n\t\t\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\t\t\tname=\"affwp_user_remember\"\n\t\t\t\t\t\t\tvalue=\"1\"\n\t\t\t\t\t\t\/> Remember Me\t\t\t\t\t<\/label>\n\t\t\t\t<\/p>\n\n\n\t\t\t\t<p>\n\t\t\t\t\t<input type=\"hidden\" name=\"affwp_redirect\" value=\"https:\/\/www.aquacycle.be\/nl\/wp-json\/wp\/v2\/pages\/10941\"\/>\n\t\t\t\t\t<input type=\"hidden\" name=\"affwp_login_nonce\" value=\"eb969b3867\"\/>\n\t\t\t\t\t<input type=\"hidden\" name=\"affwp_action\" value=\"user_login\"\/>\n\n\t\t\t\t\t\t\t\n\t\t<input type=\"hidden\" name=\"g-recaptcha-remoteip\" value=\"216.73.217.85\" \/>\n\n\t\t\t\t\t<input type=\"hidden\" name=\"affwp_post_id\" value=\"10941\" \/>\n\t\t\t<input type=\"hidden\" name=\"g-recaptcha-response\" id=\"g-recaptcha-response-6a43d20ce3cbd\" value=\"\" \/>\n\n\t\t\t<input class=\"button g-recaptcha\"\n\t\t\t\t\tdata-sitekey=\"6LfBKvAqAAAAAMIQ_i182483E7h8VJpf-viWl-Ka\"\n\t\t\t\t\tdata-callback=\"onLoginSubmit_6a43d20ce3cbd\"\n\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\tdata-action=\"affiliate_login_10941\"\n\t\t\t\t\tvalue=\"Log In\" \/>\n\n\t\t\t<script>\n\t\t\tfunction onLoginSubmit_6a43d20ce3cbd(token) {\n\t\t\t\t\/\/ Primary form ID - try exact match first\n\t\t\t\tlet form = document.getElementById(\"affwp-login-form-6a43d20ce3cbd\");\n\n\t\t\t\t\/\/ Fallback: if exact form not found, search for any matching registration form\n\t\t\t\tif (!form) {\n\t\t\t\t\tconst forms = document.querySelectorAll('form[id^=\"affwp-login-form-\"]');\n\t\t\t\t\tif (forms.length > 0) {\n\t\t\t\t\t\tform = forms[0]; \/\/ Use the first matching form\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tconst tokenField = document.getElementById(\"g-recaptcha-response-6a43d20ce3cbd\");\n\n\t\t\t\tif (!form || !tokenField) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t\/\/ Set the token\n\t\t\t\ttokenField.value = token;\n\n\t\t\t\t\/\/ Check form validity and submit\n\t\t\t\tif (form.checkValidity()) {\n\t\t\t\t\tform.submit();\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t\/\/ Reset reCAPTCHA if form validation failed\n\t\t\t\tif (typeof grecaptcha !== \"undefined\" && grecaptcha.reset) {\n\t\t\t\t\tconst submitButton = form.querySelector(\".g-recaptcha[data-callback=\\\"onLoginSubmit_6a43d20ce3cbd\\\"]\");\n\t\t\t\t\tif (submitButton && submitButton.hasAttribute(\"data-recaptcha-widget-id\")) {\n\t\t\t\t\t\tconst widgetId = parseInt(submitButton.getAttribute(\"data-recaptcha-widget-id\"));\n\t\t\t\t\t\tgrecaptcha.reset(widgetId);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t\/\/ Show validation errors\n\t\t\t\tform.reportValidity();\n\t\t\t}\n\t\t\t<\/script>\n\t\t\t\t\t\t\t\t<\/p>\n\n\t\t\t\t<p class=\"affwp-lost-password\">\n\t\t\t\t\t<a href=\"https:\/\/www.aquacycle.be\/nl\/mon-compte\/lost-password\/\">Lost your password?<\/a>\n\t\t\t\t<\/p>\n\n\t\t\t\t\t\t\t<\/fieldset>\n\n\t\t\t\t\t<\/form>\n\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_metasync_otto_title":"","_metasync_otto_description":"Aquacycle Affiliate Login: Acc\u00e9dez \u00e0 votre compte pour g\u00e9rer vos liens et commissions. Connectez-vous d\u00e8s maintenant pour optimiser vos performances.","_metasync_otto_keywords":"connexion affili\u00e9e, espace affili\u00e9, gestion des comptes, outils d'affiliation, Aquacycle, r\u00e9cup\u00e9ration de mot de passe, liens d'affiliation, commissions d'affiliation","_metasync_otto_og_title":"","_metasync_otto_og_description":"Connectez-vous \u00e0 votre espace affili\u00e9 Aquacycle pour g\u00e9rer vos liens et commissions. Acc\u00e9dez \u00e0 vos outils.","_metasync_otto_twitter_title":"","_metasync_otto_twitter_description":"Connectez-vous \u00e0 votre espace affili\u00e9 Aquacycle pour g\u00e9rer vos liens et commissions ! #Affiliation","rank_math_title":"","rank_math_description":"Aquacycle Affiliate Login: Acc\u00e9dez \u00e0 votre compte pour g\u00e9rer vos liens et commissions. Connectez-vous d\u00e8s maintenant pour optimiser vos performances.","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","_aioseo_title":"","_aioseo_description":"","_metasync_seo_title":"","_metasync_seo_desc":"","_metasync_breadcrumb_title":"","_metasync_primary_category":0,"_metasync_primary_product_cat":0,"_metasync_otto_disabled":"","_metasync_hreflang":"","_metasync_plugin_sync_ts":"{\"rankmath\":\"2026-06-24T15:19:21+00:00\"}","_metasync_robots_advanced":"","footnotes":""},"class_list":["post-10941","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.aquacycle.be\/nl\/wp-json\/wp\/v2\/pages\/10941","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aquacycle.be\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aquacycle.be\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aquacycle.be\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aquacycle.be\/nl\/wp-json\/wp\/v2\/comments?post=10941"}],"version-history":[{"count":0,"href":"https:\/\/www.aquacycle.be\/nl\/wp-json\/wp\/v2\/pages\/10941\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.aquacycle.be\/nl\/wp-json\/wp\/v2\/media?parent=10941"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}