{"id":514,"date":"2025-08-15T06:21:20","date_gmt":"2025-08-15T06:21:20","guid":{"rendered":"https:\/\/epikfunnel.com\/in\/?page_id=514"},"modified":"2025-09-03T20:50:42","modified_gmt":"2025-09-03T20:50:42","slug":"start-a-project","status":"publish","type":"page","link":"https:\/\/epikfunnel.com\/in\/start-a-project\/","title":{"rendered":"Start a Project"},"content":{"rendered":"\n<section class=\"bg-[#ECEAE4] rounded-3xl shadow-xl max-w-3xl p-8 mx-auto mt-16 mb-16\">\n        <h2 class=\"text-4xl font-extrabold text-[#34393B] mb-10 text-center\">Start Your Custom Project<\/h2>\n        <form action=\"\/wp-content\/themes\/EpikFunnel\/form-integration\/form-handler.php\" method=\"POST\" class=\"space-y-8\">\n            <!-- Hidden field for PHP handler -->\n            <input type=\"hidden\" name=\"form_type\" value=\"start_project_form\">\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\n                <div>\n                    <label for=\"name\" class=\"block text-[#5A5F61] font-semibold mb-2\">Your Name<\/label>\n                    <input type=\"text\" id=\"name\" name=\"Name\" placeholder=\"John Doe\" required\n                        class=\"w-full px-5 py-3 border border-gray-300 rounded-xl text-[#34393B] focus:outline-none focus:ring-2 focus:ring-[#4FB286] transition duration-200\" \/>\n                <\/div>\n                <div>\n                    <label for=\"company\" class=\"block text-[#5A5F61] font-semibold mb-2\">Company Name<\/label>\n                    <input type=\"text\" id=\"company\" name=\"Company Name\" placeholder=\"Acme Corp\" required\n                        class=\"w-full px-5 py-3 border border-gray-300 rounded-xl text-[#34393B] focus:outline-none focus:ring-2 focus:ring-[#4FB286] transition duration-200\" \/>\n                <\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\n                <div>\n                    <label for=\"email\" class=\"block text-[#5A5F61] font-semibold mb-2\">Email Address<\/label>\n                    <input type=\"email\" id=\"email\" name=\"Email\" placeholder=\"you@example.com\" required\n                        class=\"w-full px-5 py-3 border border-gray-300 rounded-xl text-[#34393B] focus:outline-none focus:ring-2 focus:ring-[#4FB286] transition duration-200\" \/>\n                <\/div>\n                <div>\n                    <label for=\"phone\" class=\"block text-[#5A5F61] font-semibold mb-2\">Phone Number<\/label>\n                    <input type=\"tel\" id=\"phone\" name=\"Phone Number\" placeholder=\"+92 300 1234567\" required\n                        class=\"w-full px-5 py-3 border border-gray-300 rounded-xl text-[#34393B] focus:outline-none focus:ring-2 focus:ring-[#4FB286] transition duration-200\" \/>\n                <\/div>\n            <\/div>\n\n            <div>\n                <label for=\"website\" class=\"block text-[#5A5F61] font-semibold mb-2\">Website URL<\/label>\n                <input type=\"url\" id=\"website\" name=\"Website URL\" placeholder=\"https:\/\/www.example.com\" required\n                    class=\"w-full px-5 py-3 border border-gray-300 rounded-xl text-[#34393B] focus:outline-none focus:ring-2 focus:ring-[#4FB286] transition duration-200\" \/>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n                <div>\n                    <label for=\"projectType\" class=\"block text-[#5A5F61] font-semibold mb-2\">Project Type<\/label>\n                    <select id=\"projectType\" name=\"Project Type\" required\n                        class=\"w-full px-5 py-3 border border-gray-300 rounded-xl text-[#34393B] bg-white focus:outline-none focus:ring-2 focus:ring-[#4FB286] transition duration-200 appearance-none pr-10\">\n                        <option value=\"\" disabled selected hidden>Select an option<\/option>\n                        <option>SEO (Search Engine Optimization)<\/option>\n                        <option>PPC (Pay-Per-Click)<\/option>\n                        <option>Social Media Marketing<\/option>\n                        <option>Content Marketing<\/option>\n                        <option>Web Design \/ Development<\/option>\n                        <option>Other<\/option>\n                    <\/select>\n                <\/div>\n                <div>\n                    <label for=\"budget\" class=\"block text-[#5A5F61] font-semibold mb-2\">Estimated Budget (PKR)<\/label>\n                    <select id=\"budget\" name=\"Estimated Budget (PKR)\" required\n                        class=\"w-full px-5 py-3 border border-gray-300 rounded-xl text-[#34393B] bg-white focus:outline-none focus:ring-2 focus:ring-[#4FB286] transition duration-200 appearance-none pr-10\">\n                        <option value=\"\" disabled selected hidden>Select a range<\/option>\n                        <option>PKR 50,000 &#8211; 100,000<\/option>\n                        <option>PKR 100,001 &#8211; 250,000<\/option>\n                        <option>PKR 250,001 &#8211; 500,000<\/option>\n                        <option>PKR 500,001 &#8211; 1,000,000<\/option>\n                        <option>More than PKR 1,000,000<\/option>\n                    <\/select>\n                <\/div>\n                <div>\n                    <label for=\"expectedTime\" class=\"block text-[#5A5F61] font-semibold mb-2\">Expected Timeframe<\/label>\n                    <select id=\"expectedTime\" name=\"Expected Timeframe\" required\n                        class=\"w-full px-5 py-3 border border-gray-300 rounded-xl text-[#34393B] bg-white focus:outline-none focus:ring-2 focus:ring-[#4FB286] transition duration-200 appearance-none pr-10\">\n                        <option value=\"\" disabled selected hidden>Select a timeframe<\/option>\n                        <option>1-3 months<\/option>\n                        <option>3-6 months<\/option>\n                        <option>6-12 months<\/option>\n                        <option>More than 1 year<\/option>\n                        <option>Ongoing<\/option>\n                    <\/select>\n                <\/div>\n            <\/div>\n\n            <div>\n                <label for=\"details\" class=\"block text-[#5A5F61] font-semibold mb-2\">Project Details<\/label>\n                <textarea id=\"details\" name=\"Project Details\" rows=\"5\" required placeholder=\"Describe your project, goals, and any specific requirements.\"\n                    class=\"w-full px-5 py-3 border border-gray-300 rounded-xl text-[#34393B] focus:outline-none focus:ring-2 focus:ring-[#4FB286] transition duration-200 resize-none\"><\/textarea>\n            <\/div>\n            \n            <input type=\"hidden\" id=\"pageurl\" name=\"pageurl\">\n            <input type=\"hidden\" id=\"pagetitle\" name=\"pagetitle\">\n\n            <button type=\"submit\"\n                class=\"w-full bg-[#4FB286] hover:bg-[#3DAF9F] text-white font-bold text-lg rounded-xl py-4 transition duration-300 transform hover:scale-105 focus:outline-none focus:ring-4 focus:ring-[#93DFC8]\">\n                Submit Project\n            <\/button>\n        <\/form>\n        <br>\n        <a href=\"https:\/\/epikfunnel.com\/in\/get-a-quote\/\"\n            class=\"block w-full text-center bg-[#FF715B] hover:bg-[#FF563F] text-white font-bold text-lg rounded-xl py-4 transition duration-300 transform hover:scale-105 focus:outline-none focus:ring-4 focus:ring-[#FFC1B3]\">\n            Either Just Book a Meeting\n        <\/a>\n    <\/section>\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            document.getElementById('pageurl').value = window.location.href;\n            document.getElementById('pagetitle').value = document.title;\n        });\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>Start Your Custom Project Your Name Company Name Email Address Phone Number Website URL Project Type Select an optionSEO (Search Engine Optimization)PPC (Pay-Per-Click)Social Media MarketingContent MarketingWeb Design \/ DevelopmentOther Estimated Budget (PKR) Select a rangePKR 50,000 &#8211; 100,000PKR 100,001 &#8211; 250,000PKR 250,001 &#8211; 500,000PKR 500,001 &#8211; 1,000,000More than PKR 1,000,000 Expected Timeframe Select a timeframe1-3 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-514","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/epikfunnel.com\/in\/wp-json\/wp\/v2\/pages\/514","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/epikfunnel.com\/in\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/epikfunnel.com\/in\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/epikfunnel.com\/in\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/epikfunnel.com\/in\/wp-json\/wp\/v2\/comments?post=514"}],"version-history":[{"count":21,"href":"https:\/\/epikfunnel.com\/in\/wp-json\/wp\/v2\/pages\/514\/revisions"}],"predecessor-version":[{"id":1309,"href":"https:\/\/epikfunnel.com\/in\/wp-json\/wp\/v2\/pages\/514\/revisions\/1309"}],"wp:attachment":[{"href":"https:\/\/epikfunnel.com\/in\/wp-json\/wp\/v2\/media?parent=514"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}