I have a form that looks like this:

=Location Details=
{{{for template|Location}}}
{| class="formtable"
! Address:
| {{{field|Address}}}
|-
! City:
| {{{field|City}}}
|-
! State:
| {{{field|State}}}
|}
{{{end template}}}

=description=
{{{for template|description|multiple}}}
'''Your description:''' {{{field|Location description}}}
{{{end template}}}

=Videos=
{{{for template|Video|multiple}}}
'''Youtube Link:'''
{{{field|Video Link}}}
{{{end template}}}

<headertabs/>

when I use the form to edit the page, it will automatically add an
empty region for description and video even if I never click on the
add another link. Each time I go into the page to make an edit, it
adds another ultimately resulting in a page that looks like this:

{{Location
|Address=123 test
|City=Arlington
|State=VA
}}
{{description}}
{{description
|Location description=testing
}}
{{description}}
{{description}}
{{Video}}
{{Video}}
{{Video
|Video Link=http://www.youtube.com/
}}
{{Video}}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Semantic Forms" group.
To post to this group, send email to semantic-forms@googlegroups.com
To unsubscribe from this group, send email to 
semantic-forms+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/semantic-forms?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to