So I have a form I’ve been getting help on here for a few days (truly appreciate all the help). Right now I have a button to create a tiddler, and what I want to do is dictate the template it uses by the one selected in a dropdown.
So far, I have:
<$action-createtiddler $basetitle= {{$:/state/NewTiddlerForm!!name_temp}} $overwrite="yes" $template="gktemplate" text={{gktemplate!!text}}
Where $template=“gktemplate” is, I want to replace that with the value of the dropdown selection. Is this possible?