Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

What solutions available for a CMS-agnostic contact form?

+1
−1

By principle, I normally work with two different companies for establishing websites for myself:

  • One for domain registration and domain-sole email address
  • One for web application hosting

My problem

I have the problem that I don't want to use any contact form plugin/module/extension dedicated to my own CMSs because I like to use CMSs core-only (from various reasons but especially because it makes constant version upgrading very easy and promises more stability than otherwise).

I can just ask "how to solve that problem" to prevent an "XY problem" but to be honest I have done lots of research about this and I have found the window of solutions to be quite narrow.

The solution I seek

I seek a content management system agnostic (CMS-agnostic) solution for contact forms.

I thought about:

  • Using some contact form outsourcing service (which costs money and there aren't many, or at least I am having hard time finding such services thorough Google)

  • Learning how and creating some PHP file with a form (I happen to only work with CMSs which are mainly developed in PHP), hardcoding my email address in it, putting it in my website directory and referring it from my main menu somehow (my Apache webserver will serve it as HTML without my email in source code I guess)

I am not sure if these are my only options.

My question

What solutions available for a CMS-agnostic contact form?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (2 comments)

2 answers

+1
−0

Besides the aforementioned solutions, Web components might be useful (can be reused in multiple contexts). Examples:

However, if your form is not convoluted, I would also consider using the default form module provided by your CMS, which is typically very stable.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+0
−1

I can't recommend anything specific because the ones I used around 2012 and before, Magic Form Mail and Form World they've both shut down. However there's lots of good ones for sale on Code Canyon.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »