Difference between revisions of "Form Lookup A Record"

From All n One's bxp software Wixi

Jump to: navigation, search
Line 1: Line 1:
Lookup a Record is a search page that uses the script of the campaign database and allows the user to search by any field in that campaign database.
+
Lookup a Record is a search page that uses the script of the form and allows the user to search by any field in that form.
  
  
Line 5: Line 5:
  
  
The results page will show the first 120 records matched.  The information displayed by the search is customisable. [[Campaign_Database_Search_Fields]]
+
The results page will show the first 120 records matched.  The information displayed by the search is customisable. [[Form_Search_Fields]]
  
  
 
Custom logic can be added to the lookup page using custom JavaScript.
 
Custom logic can be added to the lookup page using custom JavaScript.

Revision as of 13:26, 16 October 2013

Lookup a Record is a search page that uses the script of the form and allows the user to search by any field in that form.


The searching uses "fuzzy" searching which allows for bits of information to be entered. e.g. Putting Phil in the first name will return Philip, Philip, Phila, Philadelphia, Philana, Philantha, Philiberta, Philippa, etc.


The results page will show the first 120 records matched. The information displayed by the search is customisable. Form_Search_Fields


Custom logic can be added to the lookup page using custom JavaScript.