Is there going to be an update to

12 posts by 5 authors in: Forums > CMS Builder
Last Post: June 30, 2019   (RSS)

By AlanAlonso - June 30, 2019

Thanks, also if someone need it I made the change like this.

<iframe src='cmsb/3rdParty/uploadForm3_iframe.php?table=<?php echo $tableName ?>&amp;field=upload&amp;num=<?php echo $recordNum ?>&amp;preSaveTempId=<?php echo $FORM_PRESAVETEMPID ?>'
            height='100' width='600' frameborder='0' scrolling='no'>
</iframe>

$allowedTables = array('every_field_multi');
$allowedFields = array('upload');

to

$allowedTables = array($table);
$allowedFields = array($field);