Frd's example doesn't need WikifyPlugin - however I would change it
to:
[[AnyTitle]]
<<tiddler DisplayDataEntry##out with: {{ var valueofformfield="";var
tid=store.getTiddler('$1' ); valueofformfield=tid.data('$2'); }}>>
(shows error - not to worry..)
and write: <<tiddler 'AnyTitle' with:"TiddlerName""fieldname">> to get
the same result as "<<wikify %0 {{DataTiddler.getData("TiddlerName",
"fieldname", "fallbacktext")}}>>" (with WikifyPlugin)Regards Måns Mårtensson On 30 Aug., 22:52, Måns <[email protected]> wrote: > Hi Dave > > Install Eric's WikifyPluginhttp://www.tiddlytools.com/#WikifyPlugin > and Abego's DataTiddlerPlugin (needed for > FormTiddlerPlugin)http://tiddlywiki.abego-software.de/#DataTiddlerPluginand > write: > <<wikify %0 {{DataTiddler.getData("TiddlerName", "fieldname", > "fallbacktext")}}>> > > Regards Måns Mårtensson > > On 23 Aug., 18:58, "Dave Gifford -http://www.giffmex.org/" > > > > <[email protected]> wrote: > > Hi guys > > > I am sure this is simple, but, if I wanted a 'display' tiddler that > > accessed the data from a form field or drop down list in a data entry > > tiddler, what would I do? > > > I am guessing something like <<tiddler 'dataentrythingy' > > 'tiddler.data("nameofformfield")'>> > > > How would I write something like that correctly? > > > Dave -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

