themosis / framework

The Themosis framework core.
https://framework.themosis.com/
GNU General Public License v2.0
671 stars 121 forks source link

Properly way to use form class and AJAX class #900

Open WebCraftersStudio opened 1 year ago

WebCraftersStudio commented 1 year ago

Hello!

I have a question what is the properly way to user form class and AJAX. I don't see any connection between these two things in documentation.

The main problem what we have is how we can handle form and return errors in the same way like it is working in normal POST request (without AJAX).

Thanks!