HI all, is there a way to omit the closing </form> tag while using Tag::form() directive? Mixing php and html in this case looks very weird. Instead, better use something like <?php Tag::beginForm($constructorOptions); ?> //form elements <?php Tag::endForm(); ?>
or something similar.