Turansky Posted January 14, 2002 Posted January 14, 2002 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>
Garry Claridge Posted January 14, 2002 Posted January 14, 2002 Try this: <input type="hidden" name="-Token.2" value="[FMP-CurrentToken: 2]"> Check the CDML Reference database. All the best. Garry
Turansky Posted January 14, 2002 Author Posted January 14, 2002 One little dot makes all the difference in the world! Thank you Kent
Recommended Posts
This topic is 8418 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now