Skip to content

Instantly share code, notes, and snippets.

@spivurno
Created September 13, 2012 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spivurno/3710910 to your computer and use it in GitHub Desktop.
Save spivurno/3710910 to your computer and use it in GitHub Desktop.
// register field IDs 1 and 2 on form ID 8
register_confirmation_fields(8, array(1, 2));
// register field IDs 12 and 14 on form ID 2
register_confirmation_fields(2, array(12, 14));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment