|
How can I put a Teamwork login form on my website? |
|
This is a very simple operation, you just need to insert an html form containing two fields:
You need to add also a hidden value for the command (id="CM" value="SV"). The action of your form will be: http://(YOUR_TEAMWORK_ADDRESS)/applications/teamwork/security/login.jsp with method POST. This is a working example, just replace part of the form action with your Teamwork address:
|
