Loading...
 

Action Tracker Field

This is a stub


This permits to create a form which will be posted somewhere, not necessarily trackers or even Tiki.

You have to find out the names of the fields of the forms that you want to send the url to.
You can use the web developer toolbar extension for Firefox or similar (see Tools for more information).

Example use cases:

  • you can subscribe people to an email list managed by mailan (or others list servers), providing name, surname and email from the data in the tiki tracker field.
  • user creation button that can be built with a users tracker. In which case field type params are
    • Register,post,tiki-register.php,name:login,pass:pass,passAgain:pass,email:email,register=register

    so you need to have fields named login, pass and email in that tracker scheme.

List Slides
Action Tracker Field This is a stub This permits to create a form which will be posted somewhere, not necessarily trackers or even Tiki. You have to find out the names of the fields of the forms that you want to send the url to. You can use the web developer toolbar extension for Firefox or similar (see Tools for more information). Example use cases: you can subscribe people to an email list managed by mailan (or others list servers), providing name, surname and email from the data in the tiki tracker field. user creation button that can be built with a users tracker. In which case field type params are Register,post,tiki-register.php,name:login,pass:pass,passAgain:pass,email:email,register=register so you need to have fields named login, pass and email in that tracker scheme.