Hi,
I have a "cms side page" that will open a PopUp for adding records (HasManyComplexTableField), but when that popup opens i need another "one to many" relation with that popup...
for instance: HomePage->CreateCustomForm [HasManyComplexTableField] ->CreateField(type,name,css)
one HomePage can have multiple CustomForms and CustomForm can have multiple Fields
is it possible to have input form that will have a submit and add N# of records in that popup? basiclly what i need is a "popup in a popup" logic