Jump to content

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

Recommended Posts

Posted

I am working on a charity event where there will be 20 mac lined up to allocate seats to the ticket holders. So in the browser I need to do a find on the ticket number that will find the table and then I want to click the table number to find all tickets under that number. (because some times that holder will be pickup a bunch of seats)

What is the tag to get a search on the found table number?

Posted

Use the [FMP-Field: table_num] in a form for the 'table' search; e.g.

<input type="hidden" name="table_num" value="[FMP-Field: table_num]">

<input type="submit" name="-find" value="Show Table">

</form>

Hope this helps.

Garry

This topic is 8348 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.