Dear friends,
I can't see the result of my submit form when I hit the "submit" button.
Here is the code I'm using:

in the block


function username () {
echo "aaa";
}
username() " method="post">
Name:
Age:


I also used a file and used include in the action but nothing happenened.
The page loads but nothing shows up in the screen.
Thanks

Comments

MiguelD’s picture

The html code after the function:

//
username() " method="post">
// Name:
// Age:
//
// $form_state['rebuild'] = TRUE;
// return $form;
//

// return $form;
//
//

before the function we have
//

(certainly using everything without the // )
Thanks

MiguelD’s picture

Sorry can't past the html code here...
Inside the action field we have
" username() "

Thanks