// copied below code from the print_r of a node_add form
// i want to add a PREVIEW button to the user/register page, next to the
// my issue is if I just add this code to the user/register form via hook_form_alter, what additional code will this take to make it work as expected, if i'm doing multi-step user registration & ONLY want this button on the last page of the multi-step form?