Loading...
 
Skip to main content

History: Action Tracker Field

Preview of version: 6

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.

Options

  • Label,post,tiki-index.php,page:fieldname,highlight=test
    • Label will be the title of the button
    • post or get: the protocol to use at the form
    • tiki-index.php is the arbitrary url of the destination of the form
    • page:fieldname can be repeated several times, it specifies the variable names to pass in the form, as well as value taken from the current item from field named fieldname. (To be confirmed:) There is an equivalence the variable (here: page) and the content of fields with that number as fieldId.
    • highlight=test can also be repeated and is useful for fixed values as params to pass to the form


Related

History

Advanced
Information Version
Baraka Kinywa 8
Baraka Kinywa For reference on Action Tracker Field Type existence in former Tiki version 16 7
Xavier de Pedro 6
Xavier de Pedro 5
Kissaki 3
Xavier de Pedro my 2 cents 2
Marc Laporte 1