Is there any easy way to process the ModalForm in Django Piston API to a Django Client? ,
On documentations @validate decorator is mentioning but I couldn't find the way to send forms from API to the Django Client. I feel like it is possible to use Django Forms from API like in local on Client side.