Write the rules to enter field names.
Answers
Answered by
54
Field names have to be unique.A very few field names are reserved. If you try to use one of these names, Foswiki will automatically append an underscore to the name when the form is used.You can space out the title of the field, and it will still find the topic e.g. Aeroplane Manufacturers is equivalent to
Answered by
92
Answer:
Rules to enter field names :
1 ) you can not use any spaces before, middle or after the field name.
2 ) have to keep in mind that field names always start with English letter.
3 ) you can use only alphanumeric characters and underscores. Can't use any special character like @, #, $, %, ^, &, *, { }, [ ] etc..
4 ) Fields name will be always unique.
5 ) name of the field can not exceed 64 characters in length.
Similar questions