Level 73
The forms you build with regular html. You then use php to handle the post request request server side. How it goes from the form to the server is up to you, if you wanna do a regular page submit or handle it with an ajax request.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello Community!
I have been diving deeper into the Vue world for some time, now I ask myself more and more often how I can create more complex forms. to build and process. Rather classic with PHP or with Vue or a mix of both? Is there a criterion that helps me decide?
Currently I am working on a customer database. So the forms are relatively complex.
Please or to participate in this conversation.