I actualy did that too
In the template I created the field city_name
and on the other tiddler I added
$edit-text tiddler="MyTemplate" field="city_name" default="" placeholder='City
name'/>
to get a textbox to fill in the value of that field
<$action-setfield $tiddler="MyTemplate" $field="city_name" $value=""/>
This I added to clear the field for later use see below
<$button>Make Tiddler
<$action-navigate $to={{MyTitle}}/>
<$action-setfield $tiddler='MyTemplate' $field='title' $value={{MyTitle}}/>
<$action-sendmessage $message="tm-edit-tiddler" $param={{MyTitle}}/>
<$action-setfield $tiddler="MyTemplate" $field="city_name" $value=""/>
<$action-deletefield $tiddler=MyTitle text/>
</$button>
<br>
Probably not the most elegant method but it worked for me
after all this I found this example
<http://inmysocks.tiddlyspot.com/#New%20Tiddler%20Form>
And I learned a lot from it maybe it is of some use to you.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/60346632-958a-4acd-a35e-f508f316a44a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.