I don't know if this will help, but my woes were solved when I
installed the DataTiddlerPlugin and the FormTiddlerPlugin in the
ImportTiddler tiddler. Before I had manually entered them in and that
didn't work. ImportTiddlers is easy to use. You just enter in the web
address of the page that has the tiddler and then click on the Open
button. It then brings up a list and you choose want you want from
there.

I'll give you what I have and you can change it to how you see fit. I
only have text fields (no buttons, checkboxes, etc) so I don't know if
I could help you there, but I have a tiddler (mine is called
FormTemplate) with information like this:
<html>
 <b>Name 2:</b><br/>
 <input name=name2 type=text size="30" /><br/>
 <b>Address:</b><br/>
 <input name=addr type=text size="30" /><br/>
 <b>City, State Zip:</b><br/>
 <input name=csz type=text size="30" /><br/>
</html>
After entering that in a tiddler, you can hit close to see what it
looks like. I then have a link in the SideBarOptions tiddler that will
bring up a new tiddler with the form information in it and it looks
like:
<<newTiddler label:"New Company" text:{{"<<formTiddler FormTemplate\>
\>"}}>>
New Company is how it's displayed in the sidebar and FormTemplate is
the name that I chose for my form (you could name it anything you
want). This way, you can create different tiddlers, each with their
own set of fields. Then, you can create a link, one for each different
field tiddler in the SideBarOptions tiddler.

If you come back to this discussion, I will be checking back to see if
you have any questions about what I said.

jen
On Feb 8, 3:36 pm, Robert Pollard <[email protected]> wrote:
> I was glad to see this thread and the discussion that has followed, as I
> would love to use special fields and to find how to set up edit & view
> templates for different types of tiddlers - e.g. a bibliographic tiddler, a
> contact information tiddler, etc - for ease of input with the edit
> templates, and for layout & formatting of the special fields. for the view
> templates. For those among us who are not fluent in Javascript, it would be
> wonderful if there could be some kind of WYSIWYG editor plugin for view
> templates that would allow easy placement & formatting of the special
> fields.
>
> Btw, I hadn't noticed until I began this response that this conversation is
> in gtd-tiddywiki and wonder whether it might be enriched by comments from
> the tiddlywiki group, and am copying this to the latter
>
> Robert
> --www.google.com/profiles/ecology2001
> [email protected]
> 1.212.864.3156
>
>
>
> On Fri, Feb 5, 2010 at 2:40 PM, Jen <[email protected]> wrote:
> > To anyone that can help,
>
> > I have a TiddlyWiki I'm trying to create and I would like to use
> > fillable form fields. Currently I have this in ViewTemplate:
> > <div>Name: <span macro="view name"></span></div>
> > <div>Address: <span macro="view address"></span></div>
>
> > and this in EditTemplate:
> > <div>Name: <span macro="edit name"></span></div>
> > <div>Address: <span macro="edit address"></span></div>
>
> > BUT, doing so puts the custom form felds in EVERY tiddler but there
> > other tiddlers that don't need it and it looks bad. Is there any way
> > to control which tiddlers get the custom form fields? If not, is there
> > an alternative? This tiddlywiki is for other people to use and the
> > custom form fields are very easy for anyone to use. Anything more
> > complicated than double clicking in the tiddler and filling in the
> > fields would be too much as the intended users will not be tiddler
> > literate.
>
> > Any help would be appreciated. Thanks.
>
> > jen
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "GTD TiddlyWiki" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<gtd-tiddlywiki%2bunsubscr...@go­oglegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/gtd-tiddlywiki?hl=en.- Hide quoted text -
>
> - Show quoted text -

-- 
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.

Reply via email to