html anchor callback: [ (self request: 'enter something') in: [ :answer | self inform: 'you said: ', answer] ]; with: 'click here'
update: Damn, can't read. This puts the link first, then the form.