Re:
http://foswiki.org/Support/WhatIsStructuredDataInFoswiki
I agree that Structured Data is one of the most powerful but underused features of Foswiki and applaud the effort to make the feature more prominent. That said, the there are many parts to data forms that are not easy to bring together.
I have started to deploy the page
WebFormManagement to help me picture what is going on. Maybe that can be part of your documentation.
Forms activated:
BasicForm,
ChangeProposalForm,
UserExperienceProjectForm
Forms present:
Number of topics: 7
For Grid Edit I use $percntCALC{$SUBSTITUTE($topic, Form,)}$percntGridEdit | that invokes Kenneth's
MultiTopicSavePlugin to bulk edit all topics of each type.
--
MartinCleaver - 03 Feb 2010
Shouldn't this be called DataFormManagement? Web forms are different, using
<form>
tags.
--
ArthurClemens - 06 Mar 2010
Sorry I missed your answer.
Then it would pollute the users namespace.
WebDataForms?
--
MartinCleaver - 13 Mar 2010
I was just referring to what they are called:
DataForms. But you are right, in
WebPreferences the variable is called
WEBFORMS
.
--
ArthurClemens - 13 Mar 2010
Well
WebPreferences is inconsistent... and I picked Web* because it's unlikely to clash with anything the user might write.
PS. I tried to find a hack to match only topics ending in Form and that contain the first line expected by a form
The following doesn't work:
".*Form$.*Tooltip \| Attributes \|$"
Can any of you do better?
--
MartinCleaver - 13 Mar 2010