Iliad allows you to trigger Smalltalk code when the user clicks on a link or submit a form. These block closures, called actions, are similar to traditional GUI callbacks or signals.
With some form fields, action blocks can take a parameter:
In the example above, the string entered by the user in the input field will be sent as a parameter to the action block.