Page 1 of 1

Submission from data from listit2 to form

Posted: Fri Apr 26, 2013 6:46 pm
by hunter58
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.

Re: Submission from data from listit2 to form

Posted: Fri Apr 26, 2013 7:09 pm
by uniqu3
There is a "Module Interface field" in FomrBuilder which might be better approach.

Re: Submission from data from listit2 to form

Posted: Fri Apr 26, 2013 9:44 pm
by hunter58
uniqu3 wrote:There is a "Module Interface field" in FomrBuilder which might be better approach.
You are right I guess if only one field comes from the listit2 module.
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.