[ad_1]
[ad_2]
I want to create a database website like this. Is there a template or plugin to let me place drop-downs, text containers and radio buttons wherever i want on the page?
Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
This is super complicated. I am not positive there is a WordPress theme that can this done for you.
Can it be done? Yes.
Should it be done? The sensible answer is no.
Realistically, for something like this you’d want a custom web application using something like Laravel.
The data structures alone will cause you giant bottlenecks at the query level, since WordPress’ data structure isn’t all that great for complex queries once your database grows.
Sure, it can be done, but it’ll inevitably cause so much tech debt that in 3 months you’ll wish you started with Laravel in the first place.