Created
November 1, 2010 04:56
-
-
Save thsutton/657633 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
<?php | |
/** @file | |
* | |
* Allow users to save their progress and resume forms. | |
* | |
* @author Thomas Sutton <[email protected]> | |
* @copyright Bouncing Orange | |
* @created 2010-11-01 | |
*/ | |
/** | |
* Implementation of hook_form_alter(). | |
*/ | |
function formsave_form_alter($form, &$form_state, $form_id) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment