{"id":14808,"date":"2026-04-04T17:09:03","date_gmt":"2026-04-04T21:09:03","guid":{"rendered":"https:\/\/dev.reetch.ca\/lead-list-price-calculator\/"},"modified":"2026-04-04T17:31:24","modified_gmt":"2026-04-04T21:31:24","slug":"lead-list-price-calculator","status":"publish","type":"page","link":"https:\/\/reetch.ca\/en\/lead-list-price-calculator\/","title":{"rendered":"Lead list price calculator"},"content":{"rendered":"\n<style>.lead-calculator {\n    max-width: 500px;\n    margin: 20px auto;\n    padding: 20px;\n}\n\n.lead-calculator input {\n    width: 100%;\n    padding: 10px;\n    margin: 10px 0;\n    border: 1px solid #ddd;\n    border-radius: 4px;\n}\n\n.price-display {\n    background: #f8f9fa;\n    padding: 15px;\n    margin: 15px 0;\n    border-radius: 4px;\n    text-align: center;\n}\n\n.buy-now-btn {\n    background: #0064db;\n    color: white;\n    padding: 12px 25px;\n    border: none;\n    border-radius: 4px;\n    width: 100%;\n    cursor: pointer;\n    font-size: 16px;\n}\n\n.buy-now-btn:hover {\n    background: #0056bd;\n}\n<\/style><form class=\"lead-calculator\" id=\"leadForm\"><h3>Calculate the price of your prospect list<\/h3><input type=\"number\" id=\"quantity\" placeholder=\"Entrer le nombre de prospects souhait\u00e9s\" min=\"100\" required=\"\"\/><div class=\"price-display\" id=\"priceDisplay\">Total price : $<span id=\"totalPrice\">0<\/span><br\/><small>Prix par prospect : $0.50<\/small><\/div><button type=\"submit\" class=\"buy-now-btn\">Acheter Maintenant<\/button><\/form><script>const PRICE_PER_LEAD = 0.50;\n\ndocument.getElementById('quantity').addEventListener('input', function() {\n    const quantity = parseInt(this.value) || 0;\n    const totalPrice = (quantity * PRICE_PER_LEAD).toFixed(2);\n    document.getElementById('totalPrice').textContent = totalPrice;\n});\n\ndocument.getElementById('leadForm').addEventListener('submit', function(e) {\n    e.preventDefault();\n    \/\/const quantity = document.getElementById('quantity').value;\n    window.location.href = '\/acheter-liste-de-prospects\/';\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Calculate the price of your prospect list Total price : $0Prix par prospect : $0.50 Acheter Maintenant<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14808","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/reetch.ca\/en\/wp-json\/wp\/v2\/pages\/14808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reetch.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reetch.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reetch.ca\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/reetch.ca\/en\/wp-json\/wp\/v2\/comments?post=14808"}],"version-history":[{"count":0,"href":"https:\/\/reetch.ca\/en\/wp-json\/wp\/v2\/pages\/14808\/revisions"}],"wp:attachment":[{"href":"https:\/\/reetch.ca\/en\/wp-json\/wp\/v2\/media?parent=14808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}