What is the name of the domain?
What is the issue you’re encountering
Finding a way to send an email through a contact form.
What steps have you taken to resolve the issue?
Any help or direction is appreciated, I’m a total newbie, so bear with me - I’ll try and keep it short.
I hired a web dev to make a static site an host it here. It needs a basic contact form like this: https://submit.pages.dev
So that a visitor can send an email and have it forwarded to my address.
They made a site in wordpress, and I think that may be causing issues. As the cloudflare pages docs seem to show forms as a limitation.
Here’s what I’ve been told:
Actually cloudflare does not support the dynamic contact forms of wordpress so the contact form is currently not working. Also cloudflare isn’t allowing to use wordpress admin so I suggest you to use another host.
the problem is not with WordPress, The Email function doesn’t work on Cloudflare directly so it’s unable to send emails. It’ll be the same for Hugo or something else, emails won’t work.
I have checked the html forms you shared, that’s static html and doesn’t support sending emails.
<<<
From the docs and other examples off site, it seems this should be entirely possible, though the framework might need to be changed - but that may just be my ignorance speaking.
So, apologies for the stupid questions…
Do I need to host somewhere else to use a basic contact form that will forward an email?
Will a different framework like Hugo, etc, make this possible?
Does this dev know what they’re talking about, or am I crazy?
Can you point to docs or other resources to help?
Thanks, any help is appreciate.