{"id":9134,"date":"2026-05-05T05:09:22","date_gmt":"2026-05-05T05:09:22","guid":{"rendered":"https:\/\/wavemaxlaundry.com\/test-form-direct\/"},"modified":"2026-05-05T05:09:25","modified_gmt":"2026-05-05T05:09:25","slug":"test-form-direct","status":"publish","type":"page","link":"https:\/\/wavemaxlaundry.com\/pt\/test-form-direct\/","title":{"rendered":"Test Form Direct"},"content":{"rendered":"<div class=\"et_d4_element et_pb_section et_pb_section_0  et_pb_css_mix_blend_mode et_section_regular et_block_section\" >\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_d4_element et_pb_row et_pb_row_0  et_pb_css_mix_blend_mode et_block_row\">\n\t\t\t\t<div class=\"et_d4_element et_pb_column_4_4 et_pb_column et_pb_column_0  et_pb_css_mix_blend_mode et-last-child et_block_column\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module et_d4_element et_pb_code et_pb_code_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_code_inner\"><style>.wmtest-wrap{font-family:Poppins,sans-serif;max-width:700px;margin:0 auto;}.wmtest-wrap h1{color:#154f82;font-size:32px;margin-bottom:10px;}.wmtest-wrap p.lead{color:#666;margin-bottom:30px;}.wmtest-wrap label{display:block;font-weight:700;color:#154f82;margin-bottom:6px;margin-top:18px;font-size:14px;}.wmtest-wrap input,.wmtest-wrap textarea,.wmtest-wrap select{width:100%;padding:12px;font-size:15px;border:2px solid #dde4ed;border-radius:8px;font-family:inherit;box-sizing:border-box;}.wmtest-wrap input:focus,.wmtest-wrap textarea:focus,.wmtest-wrap select:focus{border-color:#1e72ba;outline:none;}.wmtest-wrap button{background:linear-gradient(135deg,#154f82 0%,#1e72ba 100%);color:#fff;border:none;padding:16px 40px;border-radius:999px;font-weight:700;font-size:16px;cursor:pointer;margin-top:24px;width:100%;}.wmtest-wrap button:disabled{opacity:0.6;cursor:not-allowed;}.wmtest-wrap .row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}.wmtest-result{margin-top:24px;padding:20px;border-radius:10px;display:none;}.wmtest-result.success{background:#d4edda;color:#155724;border:2px solid #28a745;display:block;}.wmtest-result.error{background:#f8d7da;color:#721c24;border:2px solid #dc3545;display:block;}<\/style><div class=\"wmtest-wrap\"><h1>WaveMAX Test Form<\/h1><p class=\"lead\">Simple test form \u2014 POSTs directly to our working Zoho CRM webhook. No popup, no multi-step, no Zoho WebToContactForm. Just plain fields \u2192 \/?wm_franchise_submit=1 \u2192 CRM.<form id=\"wmTestForm\" onsubmit=\"return wmTestSubmit(event)\" action=\"\"><div class=\"row\"><div><label>Primeiro nome *<\/label><input type=\"text\" name=\"FirstName\" required><\/div><div><label>Sobrenome *<\/label><input type=\"text\" name=\"LastName\" required><\/div><\/div><div class=\"row\"><div><label>E-mail *<\/label><input type=\"email\" name=\"Email\" required><\/div><div><label>Telefone<\/label><input type=\"tel\" name=\"Phone\"><\/div><\/div><div class=\"row\"><div><label>Cidade<\/label><input type=\"text\" name=\"City\"><\/div><div><label>Estado<\/label><input type=\"text\" name=\"State\" maxlength=\"2\" placeholder=\"e.g. CO\"><\/div><\/div><label>Territory of Interest<\/label><input type=\"text\" name=\"TerritoryofInterest\" placeholder=\"Where would you like to operate?\"><label>LinkedIn Profile URL<\/label><input type=\"url\" name=\"LinkedInProfile\" placeholder=\"https:\/\/linkedin.com\/in\/...\"><label>Cash Available<\/label><select name=\"CashAvailable\"><option value=\"\">--<\/option><option>Less than $100k<\/option><option>$100k - $250k<\/option><option>$250k - $500k<\/option><option>$500k - $1M<\/option><option>Over $1M<\/option><\/select><label>Net Worth<\/label><select name=\"NetWorth\"><option value=\"\">--<\/option><option>Less than $100k<\/option><option>$100k - $250k<\/option><option>$250k - $500k<\/option><option>>$500k<\/option><\/select><label>Level of Interest<\/label><select name=\"LevelOfInterest\"><option value=\"\">--<\/option><option>Just curious<\/option><option>Researching<\/option><option>Strongly Considering Franchises<\/option><\/select><label>How Did You Hear About Us?<\/label><select name=\"HowDidYouHear\"><option value=\"\">--<\/option><option>Pesquisa \/ Google<\/option><option>Social Media<\/option><option>Referral<\/option><option>Outros<\/option><\/select><label>Fale-nos sobre voc\u00ea<\/label><textarea name=\"About\" rows=\"4\" placeholder=\"Background, goals, questions...\"><\/textarea><button type=\"submit\" id=\"wmTestBtn\">Submit to CRM<\/button><div class=\"wmtest-result\" id=\"wmTestResult\"><\/div><input type=\"hidden\" name=\"trp-form-language\" value=\"pt\"\/><\/form><\/div><script>function wmTestSubmit(e){e.preventDefault();var f=document.getElementById(\"wmTestForm\");var btn=document.getElementById(\"wmTestBtn\");var resEl=document.getElementById(\"wmTestResult\");btn.disabled=true;btn.textContent=\"Sending...\";resEl.className=\"wmtest-result\";resEl.style.display=\"none\";var fd=new FormData(f);fd.append(\"wm_franchise_submit\",\"1\");fetch(\"https:\/\/wavemaxlaundry.com\/?wm_franchise_submit=1\",{method:\"POST\",body:fd,credentials:\"omit\"}).then(function(r){return r.json().catch(function(){return {success:r.ok};});}).then(function(d){btn.disabled=false;btn.textContent=\"Submit to CRM\";if(d&&d.success){resEl.className=\"wmtest-result success\";resEl.innerHTML=\"<strong>\u2705 Success!<\/strong> Candidate record created in Zoho CRM. Response: \"+JSON.stringify(d);f.reset();}else{resEl.className=\"wmtest-result error\";resEl.innerHTML=\"<strong>\u274c Failed.<\/strong> Response: \"+JSON.stringify(d);}}).catch(function(err){btn.disabled=false;btn.textContent=\"Submit to CRM\";resEl.className=\"wmtest-result error\";resEl.innerHTML=\"<strong>\u274c Error:<\/strong> \"+err.message;});return false;}<\/script><\/div>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>","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,"phone_number":"","address":"","times":"","business_hours":"","google_maps_url":"","wdf_price":"","wdf_minimum":"","wdf_standard_price":"","wdf_24_hour_rush_price":"","wdf_includes_hangers":"","wdf_detergent_included":"","wdf_color_sorting":"","wdf_same_day_available":"","wdf_promo_bar_text":"","google_rating":"","facebook_url":"","instagram_url":"","google_review_url":"","promo_bar":"","owner_name":"","neighborhood":"","contact_email":"","app_url":"","ss_price_min":"","ss_price_max":"","ss_dryer_price":"","ss_dryer_minutes":"","num_washers":"","num_dryers":"","pickup_delivery_url":"","pickup_delivery_price":"","testimonial_1_name":"","testimonial_1_text":"","testimonial_1_rating":"","testimonial_2_name":"","testimonial_2_text":"","testimonial_2_rating":"","testimonial_3_name":"","testimonial_3_text":"","testimonial_3_rating":"","city":"","state":"","zip":"","last_wash_time":"","promo_bar_text":"","postal_code":"","location_video_url":"","google_place_id":"","latitude":"","longitude":"","pickup_delivery_available":false,"is_open":false,"ghl_api_token":"","ghl_location_id":"","ghl_webhook_url":"","_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_et_pb_page_layout":"","local_video_url":"","news_video_html":"","footnotes":""},"class_list":["post-9134","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/wavemaxlaundry.com\/pt\/wp-json\/wp\/v2\/pages\/9134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wavemaxlaundry.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wavemaxlaundry.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wavemaxlaundry.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wavemaxlaundry.com\/pt\/wp-json\/wp\/v2\/comments?post=9134"}],"version-history":[{"count":1,"href":"https:\/\/wavemaxlaundry.com\/pt\/wp-json\/wp\/v2\/pages\/9134\/revisions"}],"predecessor-version":[{"id":9135,"href":"https:\/\/wavemaxlaundry.com\/pt\/wp-json\/wp\/v2\/pages\/9134\/revisions\/9135"}],"wp:attachment":[{"href":"https:\/\/wavemaxlaundry.com\/pt\/wp-json\/wp\/v2\/media?parent=9134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}