I have created a form that I will embed in my page with a custom module. How can I wrap this form with a div that has a specific class?
I need to add it to the build which is made with the following code.
$build = array( 'form' => $form, '#type' => 'markup', '#markup' => $html, '#attached' => array( 'library' => array('pup_viewfiles/sortfiles_libraries'), ), );