Given: Form:Test, Template:Test, Category:Test according to basic
setup.

Everything works fine when Form:Test has:

    {{{for template|Test}}}
    {| class="formtable"
    |-
    !Has author(s):
    | {{{field|Has author}}}
    |}
    {{{end template}}}

I.e. when I use the form to create a apge called Test, this page gets
the following ocntent:

    {{Test
    |Has author=aap,noot,mies,wim,zus,jet
    }}

Now when I change the filed line in the form to:

    | {{{field|uploadable|Has author}}}

and use the form the edit the Test page it gets mangled and ends up
like:

    {{Test
    |uploadable=aaa
    |Heeft_auteur=aap,noot,mies,wim,zus,jet
    }}

Similar things happen when I do:

    | {{{field|size=50|Has author}}}

Running SemanticForms 1.7.3

Any clues?
--~--~---------~--~----~------------~-------~--~----~
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