graemeaustin Posted November 1, 2001 Posted November 1, 2001 I've had a look around and I can't find the answer to this little poser, so here goes: Is it possible to include the contents of a cookie in an inline command? If so, how!?! I think the problem revolves around the syntax I am using, thus: [fmp-inlineaction: -db=blah, fieldA={currentcookie:cookieA}, -recid=5, -edit] Also I am trying to include a cookie value inside a -mailformat text file with no luck. all help gratefully received. Graeme
graemeaustin Posted November 1, 2001 Author Posted November 1, 2001 Relax everyone, I've worked it out! You can get the cookie value to be visible inside the mailform file indirectly by passing the value of the cookie into the file using a token: [fmp-inlineaction: -db=blah, -token.6={currentcookie:cookieA}, -recid={currentrecid}, -find] then inside the mail format file use [fmp-currenttoken: 6, raw] Graeme [ November 01, 2001: Message edited by: graemeaustin ]
Recommended Posts
This topic is 8492 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