Hi,

> I am trying to learn CFORMS and for starters wish to create just a simple 1
> field form and a submit button that appends a new "contact" to a xml
> document like this:

[...]

> My questions are:
> Do I still need a fb:repeater to do this? How a bout fb:identity?
> If so, can you explain why?

You need a repeater if you want to have a repeating group of widgets
in your form. Like this:
[Firstname] [Lastname] [ ]
[Firstname] [Lastname] [ ]
[Firstname] [Lastname] [ ]
[Firstname] [Lastname] [x]

[ Add Contact ] [ Remove Contacts ]
[ Submit ]

If not, you don't need a repeater.
Like this:
[Firstname] [Lastname]
[ Submit ]

The fb:identity is just used for identification (IIRC).

So, if you just want one field an one submit button you dont need a
repeater.

-- 
* best regards
* Jens Maukisch              


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to