I added an online form (Bizform) control to a transformation. I'd like to update the value of a field in the form called @WhitepaperTitle@ with the value of one of the page type's fields called @Title.@ I tried setting the value suing SetDataValue and the following code. It's not working. Any suggestions?@cms:BizForm runat=@server@ ID=@BizForm@ FormName=@Whitepapers_8@ EnableViewState=@false@ RedirectUrlAfterSave='@%# GetFileUrl(@Whitepaper@) %@' SetDataValue='@WhitepaperTitle@,@@%# Eval(@Title@) %@@' /@
↧