Button recall from footer variable

Dear all,

I’m trying to recall a button using the footer variable of a form.
Within the login form I would like to position two buttons as “Register as new user” and “Download tutorial pdf”.
Using the Toolbar I’m not able to postion them under a Image called on Control Login form footer.
If I choose expanded setting for footer I have some more possibilities.
If I use the “Value” option and the name of button is ‘Create_new_user’ what I have to do ?
Many thanks
Giovanni

http://imageshack.us/photo/my-images/580/buttonqqu.png/

Re: Button recall from footer variable

You may have to write your own html code and create/place the button where you want.

There are many examples online on how to add buttons.

Regards,
Scott.

Re: Button recall from footer variable

Thanks !
I did something rough but, for my skill level, it’s enough.

I create on onApplicationInit event a global variable like this:
[button_create_new_user]=’<a href=“http://www.pipialetto.net/logrek/”><img src=“http://www.pipialetto.net/urirek/create_new_user.png” border=“0”></a>’;

Then on the extended footer layout I inserted on variable “value” the global variable -> [button_create_new_user] and that’s it.
Is it correct ?
Bye
Giovanni