Main public logs

Jump to navigation Jump to search

Combined display of all available logs of SMTX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:35, 11 June 2026 Smtxwiki talk contribs created page Count number of selected items in a selection field (Created page with "If you have a multi-selection field, and you want the know how many entries were chosen, you can use this : Iif ('#REPLACE-FORMFIELD-testCount||AllEmailAddresses||#' = '', 0, ForEachString('#REPLACE-FORMFIELD-testCount||AllEmailAddresses||#', '||' , '1','+', 1)) Explanation: - The user selects x email addresses in the field 'AllEmailAddresses' - paste the code above in a secondary field, enable calculations, and it will show you the number of selected entries. samp...")