Re-direct

M

Mike

Guest
Any idea where I should look to re-direct after a submission? I have my own HTML form on the front of the DaDaBIK application and I'd like to send the application to a "confirmation" page when data is submitted. Right now it sends the user to the page in DaDaBIK to enter another record.

Thanks in advance.

Mike
 
E

Eugenio

Guest
Mike wrote:
>
> Any idea where I should look to re-direct after a
> submission? I have my own HTML form on the front of the
> DaDaBIK application and I'd like to send the application to a
> "confirmation" page when data is submitted. Right now it
> sends the user to the page in DaDaBIK to enter another record.

Hi,
it isn't possible without changing some code.
Look at the piece of code after the calling of insert_record() in form.php

Eugenio.

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