#if(${xf.ViewXmlSetting("displayanchor",true)} )
#foreach($GroupItem in $GroupList)
$velocityCount
#if(${xf.ViewCategorySetting($GroupItem,"AnchorDes","")} != "") ${xf.ViewCategorySetting($GroupItem,"AnchorDes","")} #else Step $velocityCount #end
#end
#end #if(${DisplayForm}) #if($GroupList.Count > 0)
#foreach($GroupItem in $GroupList) #set($GroupFieldList = ${xf.ViewSearchFieldList($FieldList,$GroupItem)}) #if($GroupFieldList.Count > 0)
#if(${xf.ViewXmlSetting("displayname",true)} )
$GroupItem.Name
#end #if($GroupItem.description !="" && ${xf.ViewXmlSetting("displaydes",true)})
$GroupItem.description
#end
#foreach($FieldItem in $GroupFieldList)
#if(${xf.IsHtmlControl($FieldItem)})
${xf.ViewControl($FieldItem)}
#else
#if(${xf.ViewItemSetting($FieldItem,"DisplayTitle","true")}=="true")
${xf.ViewLable($FieldItem,":")} #if($FieldItem.Required == 1)
*
#end
#end
${xf.ViewControl($FieldItem)} #if( ${xf.ViewXmlSetting("DisplayTooltip","true")} == "true") ${xf.ViewInputDefault($FieldItem)} #end
#end
#end
#end #end #end #if(${xf.ViewSetting("PowerForms_ImageCaptcha_Enable",false)})
=
#end #if($Module.Settings_HoneypotField_Enable)
Contact Email
${xf.ViewHoneypotFieldControl()}
#end #if($Module.Settings_Recaptcha_Enable)
Captcha
${xf.ViewCaptcha()}
#end
#if($ErrorMessage != '')
$ErrorMessage
#end
#if(${xf.ViewXmlSetting("ButtonImage","Button")}=="Button")
${xf.ViewXmlSetting("PrevButtonText","Prev")}
#else
#end #if(${xf.ViewXmlSetting("ButtonImage","Button")}=="Button")
${xf.ViewXmlSetting("NextButtonText","Next")}
#else
#end #if(${xf.ViewXmlSetting("SubmitButtonClass","")}!="") ${xf.ViewButton(${xf.ViewXmlSetting("SubmitButtonClass","")})} #else ${xf.ViewButton("submit_but")} #end
#else #if(${Module.UserId} > 0)
${xf.ViewSetting("PowerForms_PromptAlreadySubmitted","You have already submitted the form.")}
#else
${xf.ViewSetting("PowerForms_PromptNotLogged","You need to log in to submit forms.")}
#end #end
#if(${xf.ViewSetting("PowerForms_ImageCaptcha_Enable",false)}) #end