Dropdown to select template

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?

@Soulcrifice
Check this demo form shared by @telumire in response to one of my question

Thank you! I’ll see what I can figure out from this.

Thank you so much! I was able to figure it out!

1 Like