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
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
Two Forms, One Database - 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: Two Forms, One Database (/showthread.php?tid=4725)



Two Forms, One Database - cAPSLOCK - Oct 16th, 2014

I am curious if you could create more than one front end for the same database.

For example I want clients to sign up for a conference, but then I want the administrators to be able to edit fields in the same application the client does not see.

Is this possible?

Easy?


RE: Two Forms, One Database - alexh - Oct 16th, 2014

You can set up multiple views, so that one client can submit the form, and the administrator can edit.

If you are ok with an external form, the best option is to use a web form for the clients to sign up for the conference, and then give your administrators access to log in to form tools with their own accounts so they can view and edit information.

Let me know if you need some more direction.

Alex

(Oct 16th, 2014, 8:46 AM)cAPSLOCK Wrote: I am curious if you could create more than one front end for the same database.

For example I want clients to sign up for a conference, but then I want the administrators to be able to edit fields in the same application the client does not see.

Is this possible?

Easy?



RE: Two Forms, One Database - cAPSLOCK - Oct 16th, 2014

So, I have already set up the large form via formtools. Would I use the api via a standard HTML page to make the more limited client form?

I think all I need to know is how to start logistically, then I can get going.

(Oct 16th, 2014, 8:56 AM)alexh Wrote: You can set up multiple views, so that one client can submit the form, and the administrator can edit.

If you are ok with an external form, the best option is to use a web form for the clients to sign up for the conference, and then give your administrators access to log in to form tools with their own accounts so they can view and edit information.

Let me know if you need some more direction.

Alex



RE: Two Forms, One Database - alexh - Oct 16th, 2014

Based on what it seems like you are trying to accomplish, I would write a web form and connect it to Form Tools. The documentation is very helpful in explaining how to do that.

Once you have the web form working, you can create accounts for administrators. They can then log in and view/edit forms as you allow.