gary jones Posted November 17, 2000 Posted November 17, 2000 I still have a problem with tokens and would appreciate some help. I have a URL to a page that contains the token, -token.1=categoryname. On the following page is a field that's used to display the contents of the token, [FMP-currenttoken:1]. This all works fine. My problems start when I try to carry forward token 1 to the next page and collect token 2, -token.2=[FMP-field roductcategories: roducttype] from this page. The entire URL looks like this: <a href="[FMP-link:dlrfsktma]-db=manufacturerindex.fp5&-lay=table&-format=manulist.htm&producttypename=[fmp-field roducttypejoin: roducttypename]&manufacturerfinished=1&-sortfie ld=manufacturername&-sortorder=descending&-token.1=[fmp-currenttoken:1]&-token.2=[fmp-field roducttypejoin: roducttypename]&-max=10&-find"> The third page has a request to display both tokens on the page: [FMP-currenttoken:1]>[FMP-currenttoken:2] The contents of the first token are returned but not the second. If I remove the second token this comes back - but the two won't work together even though the URL shows them. All of the pages are originated via URLs. Do I need to put some further code on the page to access these tokens? many thanks Gary
Vaughan Posted November 20, 2000 Posted November 20, 2000 Is the field used for the second token on the specified layout "table"?
gary jones Posted November 22, 2000 Author Posted November 22, 2000 Sorry Vaughan, I've been away. I've cracked it now anyway. I forgot to add <input type="hidden" name="token.0" value="[fmp-currenttoken:0]"> to the page my url was directed at and on which [fmp-currenttoken:0] was sitting.
Recommended Posts
This topic is 8836 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