loginadmin.php file

Issues related to the Login tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html

TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
Post Reply
User avatar
alex4orly
 
 
Posts: 632
Joined: Mon Jan 20, 2014 8:17 am
Location: Australia
Contact:

loginadmin.php file

Post by alex4orly »

I want to add a button to this file, on click the user will be redirected to another page on my website
Need some help with where in this file should I insert the code and what should the code be

Hope someone can help me

Cheers
User avatar
alex4orly
 
 
Posts: 632
Joined: Mon Jan 20, 2014 8:17 am
Location: Australia
Contact:

Re: loginadmin.php file

Post by alex4orly »

I managed to figure it out (almost) and inserted the following lines at the bottom of the file

echo "\n";
echo "\n";
echo "\n";
echo "<input type=\"button\" name=\"report\" value=\"Report\" onclick=>";

But, I don't know how to cause the onclick to start another page like "report.php" for example

Cheers
Post Reply