Page 1 of 1

"Search" in Form Browser

Posted: Tue Jun 09, 2015 7:37 pm
by welsfordvfd
----------------------------------------------

Cms Version: 1.11.10

Installed Modules:

CMSMailer: 5.2.2
FileManager: 1.4.4
MenuManager: 1.8.6
ModuleManager: 1.5.5
News: 2.14.2
Printing: 1.0.4
Search: 1.7.11
ThemeManager: 1.1.8
TinyMCE: 2.9.12
FCKeditorX: 1.1.0
CGExtensions: 1.44.5
FrontEndUsers: 1.25.1
CustomContent: 1.10
Calendar: 0.8.2
Showtime: 3.4
CMSPrinting: 1.0.5
MicroTiny: 1.2.6
JQueryTools: 1.2.6
CGSimpleSmarty: 1.7.4
Products: 2.21
CGEcommerceBase: 1.5.2
Cart2: 1.1.3
FormBuilder: 0.8
Uploads: 1.18.5
SelfRegistration: 1.8.3
Captcha: 0.5.0
Gallery: 2.0.1
FEU_PMs: 1.0.0
CGSmartImage: 1.17
CompanyDirectory: 1.22.7
CGGoogleMaps2: 0.99.1
FAQ: 2.0
FormBrowser: 0.4.2

Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 128000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: false

Php Information:

phpversion: 5.3.3
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 60
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 128M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)

Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.0.95
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found

----------------------------------------------


Does anyone know how to get the search feature working on the Form browser? I am currently using this code:

{FormBrowser browser='callhistory' fbrp_searchfield="Serial#"}

It creates a search field but does nothing when i type a value into the box and hit search,
Any help would be awesome!!

- Thanks.

Re: "Search" in Form Browser

Posted: Wed Jun 10, 2015 4:07 pm
by welsfordvfd
Anyone have any ideas?

Re: "Search" in Form Browser

Posted: Wed Jun 10, 2015 4:23 pm
by velden
I don't know the module at all, but doesn't the field definition has it's id or alias. 'Search#' doesn't seem like a proper value to use (but it could be).

I would expect this to be in the module's help btw.

Re: "Search" in Form Browser

Posted: Wed Jun 10, 2015 4:44 pm
by welsfordvfd
This is what is in the Module help: (The code i am using i found on the forum)
Filtering Search Results:

if you add filter_field="name" and filter_value="value" to your FormBrowser tag, only records where the "name" field has the value "value" will be listed. Valid field names for filtering are "index1" through "index5" which correspond the the sortable fields.
-- I have also tried using just 'search' making sure the alias matched it. Still no luck.

Re: "Search" in Form Browser

Posted: Wed Jun 10, 2015 4:47 pm
by welsfordvfd
On another note: My goal is to have a form via form builder used to populate a "database" that can then be viewed/edited/searchable. Perhaps there is another module out there that is capable of this ?