January 14, 200223 yr I assigned a value to three Tokens and am passing them along. Except Token.2 stop passing? I'm not sure why. Could someone please glance at this and see if they see something out of place. The page before this assigned the token within a url (&-token.2=[FMP-Field: content_area]") and it actually gives me a value on this page but now I want to continue holding that value but it is not showing up on the next page? Thank you Kent <form name="register" method="post" action="http://xxx.xxx.xxx.xxx/FMPro"> <input type="hidden" name="-db" value="scoe_participant.fp5"> <input type="hidden" name="-lay" value="participant"> <input type="hidden" name="-format" value="scoe/register.html"> <input type="hidden" name="-recid" value="[FMP-CurrentRecID]"> <input type="hidden" name="-Token.0" value="[FMP-CurrentRecID]"> <input type="hidden" name="-Token.1" value="[FMP-Field: eventID]"> <input type="hidden" name="-Token.2" value="[FMP-CurrentToken.2]"> <input type="text" name="email"> <input type="submit" name="-new" value="Submit"> </form>
January 14, 200223 yr Try this: <input type="hidden" name="-Token.2" value="[FMP-CurrentToken: 2]"> Check the CDML Reference database. All the best. Garry
Create an account or sign in to comment