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