Hello,
I am trying to do the following:
I have two list (A, B) with two forms (A, B)
I am showing list A to the public.
When someone clicks on a row in list A I would like to open form B to input new record in list B.
I also want to pass values of two elements from row in list A to the new record opened. So elements X and Y of rowid 1 of list A will be preloaded in new elements Z and W of new record in form B.
I am trying custom edit URL in list A, and it opens the form B, but not a new record, it opens to edit the data in list B that has the same rowid that the row clicked in list A.
so if I click in list A rowid=1 it opens me form B (to edit list B) with the data of list B rowid=1.
This is the custom edit URL
index.php?option=com_fabrik&view=form&formid=1
I haven't tried yet to pass the values of elements in list A to the form fields in form B since I am still stuck with this.
Anyone knows the workaround for this??
By the way, this is my first post, I've search the forum and wiki for a solution to this, If I have missed, please redirect me to it. And of course, fabrik is great (so far), good work!!!
I am trying to do the following:
I have two list (A, B) with two forms (A, B)
I am showing list A to the public.
When someone clicks on a row in list A I would like to open form B to input new record in list B.
I also want to pass values of two elements from row in list A to the new record opened. So elements X and Y of rowid 1 of list A will be preloaded in new elements Z and W of new record in form B.
I am trying custom edit URL in list A, and it opens the form B, but not a new record, it opens to edit the data in list B that has the same rowid that the row clicked in list A.
so if I click in list A rowid=1 it opens me form B (to edit list B) with the data of list B rowid=1.
This is the custom edit URL
index.php?option=com_fabrik&view=form&formid=1
I haven't tried yet to pass the values of elements in list A to the form fields in form B since I am still stuck with this.
Anyone knows the workaround for this??
By the way, this is my first post, I've search the forum and wiki for a solution to this, If I have missed, please redirect me to it. And of course, fabrik is great (so far), good work!!!