django25
23rd July 2009, 13:24
Hi
I copied a std form. Added few more fields.
Now when I run the form the search button on the top does not work though it is active.
Pls help.
Regards
Django

Hitesh Shah
23rd July 2009, 17:29
Fields of key fields must be input (not display) and in the script attr.inputo (and inp ref on form too ) must be true when choice = def.find to enable the search .

manish_patel
24th July 2009, 06:06
Hi Django,

As you have copied std form; I believe that key fields must be there in new form as input.

So, what do you mean by "Search button does not working"?
* Search window is not pop up.
* Newly added field does not appearing in search window.
* Searching facility is not working.