Hi,
There is a great tutorial on { I Do THIS } by Stikki, explaining how to transfer formdata from a formbuilderform to a listit2 (cloned) module using an UDT
What I want to do is the other way around. I'd like to fill a form with data from a listit2 instance before the form is displayed. There is an UDT option in formbuilder that will activate before the form is shown but I realy have no clue how to get info from the listit instance into the value fields of te form.
Submission from data from listit2 to form
-
uniqu3
Re: Submission from data from listit2 to form
There is a "Module Interface field" in FomrBuilder which might be better approach.
Re: Submission from data from listit2 to form
You are right I guess if only one field comes from the listit2 module.uniqu3 wrote:There is a "Module Interface field" in FomrBuilder which might be better approach.
In this case that is not true. What I want is that a specific frontend user can edit items from the listit2 table because some of those fields are dynamic. The backend is not very user friendly at the moment when you have to search a record in a set of about 300 records. By the way only option allowed is edit existing records, no deletion or addition.

