head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2006.06.25.16.26.28; author TWikiContributor; state Exp; branches; next ; desc @buildrelease @ 1.1 log @buildrelease @ text @%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.2" version="1"}% %META:TOPICPARENT{name="TWikiVariables"}% #VarFORMFIELD ---+++ FORMFIELD{"fieldname"} -- renders a field in the form attached to some topic * Syntax: =%FORMFIELD{"fieldname"}%= * Supported parameters: | *Parameter:* | *Description:* | *Default:* | | ="fieldname"= | The name of a [[TWikiForms][TWiki form]] field | required | | =topic="..."= | Topic where form data is located. May be of the form =Web.TopicName= | Current topic | | =format="..."= | Format string. =$value= expands to the field value, and =$title= expands to the field title | ="$value"= | | =default="..."= | Text shown when no value is defined for the field | =""= | | =alttext="..."= | Text shown when field is not found in the form | =""= | * Example: =%FORMFIELD{"ProjectName" topic="Projects.SushiProject" default="(not set)" alttext="ProjectName field found"}%= * Related: [[#VarSEARCH][SEARCH]] @