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
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
Version 2.2.5 limit submission edit by client - 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: Version 2.2.5 limit submission edit by client (/showthread.php?tid=2248)



Version 2.2.5 limit submission edit by client - Dedoceo - Oct 28th, 2012

Hi,

I am fairly new to FT and am having a bit of a problem with client views. I did some research on this problem but it looks like the solution was for an earlier version of FT.

I want to set it up so my clients all see the same data from a single form but can only edit submissions they make or have made.

I don't see how to do that and the PHP code change I mentioned earlier did not seem to work when I get started on it.

Please advise...


RE: Version 2.2.5 limit submission edit by client - Dedoceo - Oct 30th, 2012

UPDATE: This is working. I used the information provided in a previous post and mapped the User to the Client ID. That works fine.

("The simplest way is to include a dropdown in the form saying "User", which contains a dropdown of all your Form Tools user.
The dropdown would contain the account IDs of each client account.
Then, you'd create a single View with a Client Map filter in which the value in that field maps to the client's account ID.")

The problem I'm having now is clients DONOT get to the SUBMISSION FORM any longer. When selecting ADD a new record is added directly into the database WITHOUT giving the Client the ability to add/select data inside the FORM.

Please advise.


RE: Version 2.2.5 limit submission edit by client - Joe - Oct 30th, 2012

Dedoceo,

The reason the "Add" submission is not working is because the view has been setup to be filtered by client ID. When you add in a new submission through the Form Tools interface, it does not add in a default value to the client ID field. Because there is no value in this field you will not be able to see the interface to add in the submission because your view is being filtered by the client ID.

What you need to do is this:
- Setup a view for each client
- Add a default value to the client ID field (View / General tab / Default Values for New Submissions)
- The default ID needs to be set to the client that you are setting up the view for
- Add client filter based on client ID field

Hope this helps.


RE: Version 2.2.5 limit submission edit by client - Dedoceo - Oct 30th, 2012

Okay,

Thanks for the response... I'll be sure to make the above changes and will let you know, via the Forum, the outcome...

Kindest,


RE: Version 2.2.5 limit submission edit by client - Dedoceo - Oct 31st, 2012

Just wanted to confirm that this DID address my issue.

THANK YOU for taking time to help me understand how the application works... it is AWESOME!!!!

You guys ROCK!


RE: Version 2.2.5 limit submission edit by client - Joe - Oct 31st, 2012

Thank you Dedoceo!