Simple edit for a specific record

J

Joe Hagerty

Guest
I need to provide my users a simple form to allow them to change the data in their record of our users table. Has anyone hacked together a simple edit form? I'd like to pass the form their value in the primary key, have the form present them the form, they edit, it saves and returns them to a preset url without them seeing the rest of the functionality that DaDaBIK provides.

Thanks

PS. And thanks Eugenio. You have no idea how much time you have saved me already!!!
 
E

Eugenio

Guest
Joe Hagerty wrote:
>
> I need to provide my users a simple form to allow them to
> change the data in their record of our users table. Has
> anyone hacked together a simple edit form? I'd like to pass
> the form their value in the primary key, have the form
> present them the form, they edit, it saves and returns them
> to a preset url without them seeing the rest of the
> functionality that DaDaBIK provides.

If you want to send the edit form as an url, it is not possible, because some parameters are passed by DaDaBIK via POST.

Eugenio.l

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