The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
multiple form pages to one formtools entry - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: multiple form pages to one formtools entry (/showthread.php?tid=391)



multiple form pages to one formtools entry - Nowton - Dec 9th, 2009

Let me explain my goals here: I have four pages, each hosting a form. The output of all these entries should be collected in one Formtools entry, so my client only has to view and download a single project. I'm using the direct method for now. Is this possible? Thanks in advance.


RE: multiple form pages to one formtools entry - Ben - Dec 10th, 2009

Hi Nowton,

Yes, this is quite possible! In fact, I just did the exact same thing this week for the Vancouver Fringe festival. They had two forms for their performers: "main stage" performers and "bring your own venue" performers. The forms were pretty different, but since they were all performers it made sense to collect all the information from both forms in a single table.

What I did was use the largest form for the "Add Form" process within Form Tools, then after adding it, manually added in the fields for the other form through the Edit Form > Database tab. You could do the same, only for the THREE extra forms.

If I'd had all the fields from all forms ready, I would have simply copied & pasted them into a single page and put THAT through as the test submission: this would result in less configuration time later on.

The only odd thing about doing it this way is the URL on the Edit Form -> Main tab. It'll only ever list one of the forms. Not a disaster! But a little weird.

Oh, and in case you don't already know about it, you can redirect to custom "thankyou" pages for each form by including a hidden field:

Code:
<input type="hidden" name="form_tools_redirect_url" value="url here..." />

That'll let you override the (single!) default redirect URL in Form Tools.

Hope this info helps! Smile

- Ben