Ik zit eens door alle veldtypes te neuzen en zie daar het type "-Module Interface Veld" tussen staan.
De uitleg die erbij komt na het aankiezen:
Gebruik Module Interface:
This field is used as a gateway to other modules! Use it by creating your form elements in the templates of the other module(s) you wish to incorporate, and using the {$FBid} to tie it back to FormBuilder. For example, to include form options based on the Products module, create the following template in Products:
{foreach from=$items item=entry}
{assign var=MData value=''}
{assign var=Cd value=''}
{foreach from=$FBvalue item=MData}
{assign var=MData value='::'|explode:$MData}
{if $MData[1]==$entry->id}
{assign var=Cd value=' checked="checked"'}
{/if}
{/foreach}
price}::{$entry->id}" name="{$FBid}[]" {$Cd} />{$entry->product_name} ({$entry->weight}{$weight_units}) £{$entry->price}
{/foreach}
where in the input below you put something like {Products category="cat" summarytemplate="Your_FB_template"}
Klinkt alsof jij er iets mee kunt door in plaats van Products eerst een template met FormBrowser te maken en die conform bovenstaand voorbeeld aan te roepen?
De Formbuilder module heeft zo enorm veel verschillende mogelijkheden dat er volgens mij niemand is die ALLES weet wat het kan. Op #irc heb ik de developer wel eens zien opmerken dat zelfs hij niet voor mogelijk heeft gehouden welke creatieve mogelijkheden mensen vinden om met FormBuilder te doen.
