rivet Posted April 1, 2002 Posted April 1, 2002 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?
Garry Claridge Posted April 2, 2002 Posted April 2, 2002 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now