I just wanted to create a small input form. I tlooks something like this:

|!Username |<$edit-text tiddler="$:/temp/newuser" placeholder="username" tag
="input" type="text"/> |
|!First Name |<$edit-text tiddler="$:/temp/newuser" field="firstname" 
placeholder="first name" tag="input" type="text"/> |
|!Last Name |<$edit-text tiddler="$:/temp/newuser" field="lastname" 
placeholder="last name" tag="input" type="text"/> |
|!E-Mail |<$edit-text tiddler="$:/temp/newuser" field="email" 
placeholder="e-mail 
address" tag="input" type="text"/> |
|!sometags |<$checkbox... /example shortened/ 

So when I fill these fields, I'm supposed to get a tiddler "$:/temp/newuser" 
where 
names and e-mail are stored in fields and the text is the user's username:

title: $:/temp/newuser
tags: some tags which were set
text: Skeeve
firstname: Stephan
lastname: hradek
email: witheld

Now I wanted to create a button which would create from this a tiddler 
titled "Skeeve" and has all the fields and tags of the temporary folder.

I can't imagine how to safely do that.

When I use a skeleton tiddler for the tm-new-tiddler I can't change the 
title.

When I use a hashmap as param, I think the whole thing could fail because 
of quoting. What if a user used a " in some input value?

Any ideas anyone?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to