inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 25, 2012 10:49:56 GMT -8
So me you know, just being me. I'm trying to play around with the plug in area. And I'm trying to get an auto form to insert information into a table. And for some reason it's not inserting the information, it's inserting the number of auto forms groups that been filled out. So I was just wondering if there was some kind of extra coding I had to do to make it insert the right information or if it was a bug. I'm thinking its just the first option and that I'm just an idiot. Thanks!
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Oct 25, 2012 11:12:24 GMT -8
If you have an autoform, you can access the data from it by doing:
{foreach $[plugin.settings.autoform]} $[plugin.settings.autoform.item_name] {/foreach}
where "autoform" is the name of the auto form, and item_name is the variable name inside the auto form.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 25, 2012 11:15:14 GMT -8
Ahh alright, thanks!!!
|
|