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 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (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.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
How to use "Submission Accounts" for Views - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17)
+--- Thread: How to use "Submission Accounts" for Views (/showthread.php?tid=2032)



How to use "Submission Accounts" for Views - Question Guy - Jun 14th, 2012

I have a contest form with 3 fields allowing numbers to be entered for "guesses".

Using the Submission Accounts module I can create a simple user account automatically when a User first uses the Public form (using External Form API).

I have created 3 views for these users where the first guess field is UN Editable. I don't want them to be able to change their guess.

View 1 shows Guess 1 field as "fixed", uneditable. But Guess 2 and Guess 3 fields are Editable and can be typed into and submitted to complete the 3 allowable guesses.

View 2 shows Guess 1 and Guess 2 fields as Fixed, uneditable, and just Guess 3 field is still open to submit a value.

View 3 shows all three Guess fields fixed, uneditable.

In trying to Assign these Views Permissions wise I need a Clients Only Permission option that will honor the User accounts made with the Submission Module.

But Accounts made by the Submission Module do NOT show up in the Main View settings. There is no connection between "User Accounts" made by the Submission Module to the Users that I want to Authorize to only see the Custom Views I am creating.

Even if I continue and try to install Filters so that when the User logs in the filtering will decide which view they are going to see I cannot get Form Tools to exclude them from seeing the first available view for "Clients".

If I select to allow only PRIVATE Clients to have access to these views the FormTools specifies that I must specifically ADD all of those Clients Manually. But these Options are Empty. I see no way to make my Submission Module User Accounts show up as the Authorized Private Clients.

I hope you can step in, Ben, and show me the workaround!

Thank you!