June 1, 200223 yr 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?
June 1, 200223 yr 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
Create an account or sign in to comment