The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Repeating subforms - PDF -> Formtools - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8)
+--- Forum: Form Validation: JS + PHP (https://forums.formtools.org/forumdisplay.php?fid=18)
+--- Thread: Repeating subforms - PDF -> Formtools (/showthread.php?tid=18674)



Repeating subforms - PDF -> Formtools - ionutkrech - Dec 19th, 2016

Hi, I have some forms, created in Livecycle Designer, and I was able to transfer the forms from PDF into Formtools. The forms are working well.
But in the PDF forms I had some sections that were repeating subforms, you could say there was a one to many relationship between the form and the subforms.
In the case of submitting external data from the PDF forms, if some subforms are active, in the HTTP POST submission, only the last instance of the subform is submitted into the database.
This is probably due to a duplicate validation.
Now, I see that subforms feature is not available in Formtools.
What I would like to do is to submit the duplicate information contained into the subforms in a different table, that will have a one to many relationship with the main form, so I need to know, what files are involved in the process of inserting the external form data into the database, including TPL files, because I would like to modify the views as well, in order to be able to view the subforms as well.
You know your application best, and could help me get started, compared to me getting to understand the hole programming of the Formtools application.
So I need a point where to start.
I hope I'll get an answer.

Thank you!