Created
August 19, 2013 17:40
-
-
Save ryaan-anthony/6271903 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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