Skip to content

Instantly share code, notes, and snippets.

@thsutton
Created November 1, 2010 04:56
Show Gist options
  • Save thsutton/657633 to your computer and use it in GitHub Desktop.
Save thsutton/657633 to your computer and use it in GitHub Desktop.
<?php
/** @file
*
* Allow users to save their progress and resume forms.
*
* @author Thomas Sutton <me@thomas-sutton.id.au>
* @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