Custom search form using hooks?
Posted: 2015-11-06 16:25
Hey everyone,
I’m new (two weeks) to Appgini and love it so far. My app is a list of links to YouTube videos that I want an anonymous user to be able to search using two cascading keywords (a two level tree structure) and get a list of videos meeting the two keywords selected. No user editing, deleting or adding.
I have three tables – keyword_1, keyword_2 and video_list, with the two keyword tables configured as cascading dropdown lists. Ideally, when the user enters the website, he would see the two cascading dropdown search criteria with a list view below of the records that meet the criteria selected from the dropdowns.
I have been looking at hooks, and wonder if creating a custom search form would work. This has to be a very simple page that is intuitive to use. Any help would be appreciated.
Thanks,
Dave
I’m new (two weeks) to Appgini and love it so far. My app is a list of links to YouTube videos that I want an anonymous user to be able to search using two cascading keywords (a two level tree structure) and get a list of videos meeting the two keywords selected. No user editing, deleting or adding.
I have three tables – keyword_1, keyword_2 and video_list, with the two keyword tables configured as cascading dropdown lists. Ideally, when the user enters the website, he would see the two cascading dropdown search criteria with a list view below of the records that meet the criteria selected from the dropdowns.
I have been looking at hooks, and wonder if creating a custom search form would work. This has to be a very simple page that is intuitive to use. Any help would be appreciated.
Thanks,
Dave