Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8418 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I assigned a value to three Tokens and am passing them along. Except Token.2 stop passing? I'm not sure why. Could someone please glance at this and see if they see something out of place. The page before this assigned the token within a url (&-token.2=[FMP-Field: content_area]") and it actually gives me a value on this page but now I want to continue holding that value but it is not showing up on the next page?

Thank you

Kent

<form name="register" method="post" action="http://xxx.xxx.xxx.xxx/FMPro">

<input type="hidden" name="-db" value="scoe_participant.fp5">

<input type="hidden" name="-lay" value="participant">

<input type="hidden" name="-format" value="scoe/register.html">

<input type="hidden" name="-recid" value="[FMP-CurrentRecID]">

<input type="hidden" name="-Token.0" value="[FMP-CurrentRecID]">

<input type="hidden" name="-Token.1" value="[FMP-Field: eventID]">

<input type="hidden" name="-Token.2" value="[FMP-CurrentToken.2]">

<input type="text" name="email">

<input type="submit" name="-new" value="Submit">

</form>

This topic is 8418 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.