This is a space where the community of Teamwork users can ask for support, explanations,
and also vote up or down questions, answers and feature requests.
>> Back to Teamwork's site.

How can I put a Teamwork login form on my website?

asked May 25 '11 at 04:49

Silvia%20Chelazzi's gravatar image

Silvia Chelazzi ♦♦
408519


This is a very simple operation, you just need to insert an html form containing two fields:

  • the username, the id of this field has to be "FLD_LOGIN _NAME"
  • the password, in this case the id of the input is "FLD_PWD"

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:

alt text

answered May 25 '11 at 05:24

Silvia%20Chelazzi's gravatar image

Silvia Chelazzi ♦♦
408519

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×5

Asked: May 25 '11 at 04:49

Seen: 421 times

Last updated: May 25 '11 at 05:24

| Teamwork faq | about | contact us | Teamwork blog | Teamwork documentation | feedback always welcome