lzeng Posted February 22, 2002 Posted February 22, 2002 In my page, I have: ... <INPUT TYPE="hidden" NAME="-token.1" VALUE="[FMP-field: Doctor_Name]"> <INPUT TYPE="text" name="Doctor_Name" size="40"> .. <INPUT TYPE="submit" name="-View" value="View Records"> Then in my format page, I have: Doctor name is [FMP-CurrentToken:1] I got "Doctor name is [FMP-field: Doctor_Name]" in the web page, but not the exact name like "Mike", which I typed in the first page. Do you know what's wrong with it? I want to use the [FMP-CurrentToken:1] value to do comparison in later pages. Thanks very much! Catty
Garry Claridge Posted February 22, 2002 Posted February 22, 2002 You may need to swap '-find' for '-view'. All the best. Garry
Keith M. Davie Posted February 23, 2002 Posted February 23, 2002 Have you tried to display [FMP-CurrentToken:1] ?
lzeng Posted February 23, 2002 Author Posted February 23, 2002 Thanks very much for Garry and Keith's great help! I solved my problem and quite understand how to use token now, it is a very useful tag! Best Regards Catty
Recommended Posts
This topic is 8378 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