Search Form

S

Stuart

Guest
New to this and am struggling with what I imagine is a simple task....if U know how
I have created my search form dediting via programme.I have been able to alter config.php to remove choices from first search button however would like to simply have one button on form.What do I have to edit to remove first button
Any help much appreciated
Cheers
 
E

Eugenio

Guest
Stuart wrote:
>
> New to this and am struggling with what I imagine is a simple
> task....if U know how
> I have created my search form dediting via programme.I have
> been able to alter config.php to remove choices from first
> search button however would like to simply have one button on
> form.What do I have to edit to remove first button

Look at the build_form function in /include/business_logic.php when the first submit button is added to the form.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
P

Paul Sharpe

Guest
Comment out line #186 of the business_logic.php file. You'll find this file in the "program_files\include" folder.
 
Top