What I need to do is create a form something like this:
<form method="post" promptpermission="email" action="blahblah">
(Note the promptpermission attribute.)
Is there any way I can do this without straying to far from the helper?
<?php echo $form->create(); ?>
Since it's only one form, I'm loath to go mod very much. Is there a quick and easy way to do this?