Priority: Low
Current State: No Action Required
Released In: n/a
Target Release: n/a
Edit
Suggest the heading ,format, footer parameter description should read
header string to be put in front of the format output |
<div class='foswikiFormSteps TMLhtml'> |
format string to render each formfield with, more info below |
<div class='foswikiFormStep TMLhtml'> <h3> $title: </h3>$edit<div class='foswikiFormDescription TMLhtml'>$description</div> </div> |
footer string to apped to the format output |
</div> |
%RENDERFOREDIT{
form="Main.UserForm"
exclude="Email|Comment|State"
header="---+Field headings missing"
footer="This is the footer$n"
FirstName_value="Horst"
LastName_value="Buchholz"
map="VoIP=Skype"
}%
Field headings showing
%RENDERFOREDIT{
form="Main.UserForm"
exclude="Email|Comment|State"
header="
"
FirstName_value="Horst"
LastName_value="Buchholz"
map="VoIP=Skype"
}%