Skip to content

Instantly share code, notes, and snippets.

@ryaan-anthony
Created August 19, 2013 17:40
Show Gist options
  • Select an option

  • Save ryaan-anthony/6271903 to your computer and use it in GitHub Desktop.

Select an option

Save ryaan-anthony/6271903 to your computer and use it in GitHub Desktop.
$form = new Varien_Data_Form(array(
'id' => 'edit_form',
'action' => $this->getUrl('*/*/save', array('registration_id' => $this->getRequest()->getParam('registration_id'))),
'method' => 'post',
'enctype' => 'multipart/form-data',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment