Notes:
* By default, if no "tiddler" parameter is specified, the <<currentTiddler>> is implied.
* Each widget ends with "/>" rather than the usual ">". This is an abbreviated form of <$edit-text ...>...</$edit-text>. We can use this syntax because the $edit-text widget does not need any content *within* the widget.
* The "enter xxx:" text that appears before the $edit-text widget is just normal content that will be displayed as a "prompt" in front of each input field
* The <br> following each $edit-text widget ensures that each input control appears on a line by itself.
* There are other $edit-text parameters that can be helpful here, such as "size" and "default". I leave this to you to experiment and discover.
Combining the $list and $edit-text from above, and adding a little bit of extra "formatting", we can get something like this:
<$list filter="[tag[sometag]]">
<<currentTiddler>>:<br>
<blockquote>
enter foo: <$edit-text field="foo" /><br>
enter bar: <$edit-text field="bar" /><br>
enter baz: <$edit-text field="baz" /><br>
</blockquote>
</$list>
Note that <blockquote>...</blockquote> is a normal HTML syntax rather than a TiddlyWiki widget (there's no leading $). This shows that you can freely mix HTML and TiddlyWiki syntax together to achieve the desired display of output. Of course, you might want a different appearance of the output, but again, I leave that to you to experiment and discover.
Hopefully, this is enough to get you started in the right direction. If you have more questions, don't hesitate to ask.
enjoy,
-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas!" (tm)