Summary:
numerical (id-based) smarty variables are inconsistent after export
Detailed Description:
if you save a formbuilder form to xml and import this form into another
installation of cms made simple, embedded smarty templates will break, if you
used the id based field names.
e.g. you have a field called "Straße, Hausnr.". Smarty variables to use in
templates will be {$stra__e__hausnr_} / {$fld_318}
"To be save" against typos, i used the smarty variable {$fld_318}. Sadly those
"save" names break, if you import the xml file into another installation of cms
made simple. (Probably due to id collisions in the formbuilder database table?)
best regards
Ludger Merkens