rivet Posted June 1, 2002 Posted June 1, 2002 I need to keep track of the search values for two of the input fields. I would like to put the values in two tokens. Is this possible?
Garry Claridge Posted June 1, 2002 Posted June 1, 2002 Yes. Here are some methods from the "CDML Reference" database: Pass a record ID as a token using a form action <form action="FMPro" method="post"> <input type="hidden" name="-DB" value="contacts.fp5"> <input type="hidden" name="-Format" value="format.html"> <input type="hidden" name="-Token" value="[FMP-CurrentRecID]"> <input type="submit" name="-FindAll" value="Set a token"> </form> Continue to pass as token <input type="hidden" name="-Token" value="[FMP-CurrentToken]"> Specify a token using a link <a href="-DB=Contacts&-Format=format.html&-Token=The+Token&-View">Set a token</a>Hope this helps. Garry
Recommended Posts
This topic is 8309 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