Hello,
I need a contact form on my website, that will send to my email address what the visitor enter in the form fields. The problem is that I can't run any php scripts.. is there a way to use some html form?:idea: :idea:
Hello,
I need a contact form on my website, that will send to my email address what the visitor enter in the form fields. The problem is that I can't run any php scripts.. is there a way to use some html form?:idea: :idea:
As noted, inability to run server-side scripts means looking at alternatives to a self-hosted PHP handler; is right that externally hosted form endpoints are one valid route. Below are practical options and tradeoffs that remain useful years later.
Checklist before going live: add spam protection (CAPTCHA or honeypot), require HTTPS, verify vendor data-retention/privacy (GDPR), and if sending from your domain configure SPF/DKIM so messages land in inboxes. For most non-developers the fastest, least-maintenance path is a static form service or an embedded Google Form; for production-grade deliverability and control, use serverless + a transactional email service.
Jump to Post— azzu5 0this is good option...without running any script on your site you can submit the form...
I have already found a site that offers remotely hosted contact forms, www.emailmeform.com . Basically, I paste the html code in my website, and it calls the php script on their server who sends the email.
If you have any suggestions, please let me know...:!:
this is good option...without running any script on your site you can submit the form...
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.