I would like to know if it is currently possible, or if there is a simple/easy way to have a form that has been built up in the form builder rendered in Volt.
This seems not entirely practical at this moment because you have to <?php $form->render('blah'); ?> breaking into PHP inside a volt template; am I wrong?
Basically, if I have a form that's an object, but I want to use partials in volt to render the elements, or render the form in volt somehow without calling $form->render('some_element'); how would I go about doing that?
Thanks in advance.