I'm trying to learn how to use TW5 as a way to document some things via a 
data entry form

I have these two tiddlers created

   - Basic Form
   - $:/state/basic-form
   
In the Basic Form tiddler, I'm using a button to create a new tiddler based 
on the data in the form

\define newEntry()
<$action-createtiddler $basetitle="entry" $template="$:/state/basic-form"/>
\end

<$button actions=<<newEntry>> >
Create Tiddler
</$button>

Is there a way to also clear the form once I have clicked the button?


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e69ea84e-3cb6-4c71-bb4c-2a362cfaeba1n%40googlegroups.com.

Reply via email to