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
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
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
Limit cient to view only, and calendar option - 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: Limit cient to view only, and calendar option (/showthread.php?tid=509)



Limit cient to view only, and calendar option - jaggedpath - Feb 10th, 2010

Hi everyone,

I hope this is an easy solution that I've just overlooked.

What I'm going for is:

A client that can view and edit the form database.
No problem. That's done.

A second client that can view the form database, edit two of the fields (I've achieved this using the view options) but, this client should not be able to submit ANY new forms. Just edit the two fields on existing entries.

This client should also not be able to delete any form entries.

It's the 'no new submissions' and 'no deleting' that have me stumped.

Thanks for any help or pointers in the right direction. I'm sure it's something simple I've completely overlooked.

Take care.
Aaron
Hi all,

Sorry, I was a little quick on the submit there.

I figured out how to limit what fields a client can edit (right in front of my eyes, just like I figured) Smile

However, I am still having trouble making it so the client can not submit NEW form submissions.

Again, I'm sure it's a simple option.
But I've tried turning the option to not allow new submissions in that client's view, with no luck.

Thanks for any info!
Take care.
Aaron


RE: Limit cient to view and not submit new - jaggedpath - Feb 10th, 2010

One other simple question...

Is it possible to add a pop-up calendar to a field when a client clicks to edit the field?

Just like the 'submitted date' field, only this would be one for 'finished date'.

Thanks again all.

Take care.
Aaron


RE: Limit cient to view only, and calendar option - Ben - Feb 12th, 2010

Hey JaggedPath,

Quote:However, I am still having trouble making it so the client can not submit NEW form submissions.

Again, I'm sure it's a simple option.
But I've tried turning the option to not allow new submissions in that client's view, with no luck.

What happens when you do that? It should just hide the "Add" button for all users of that View.

Quote:Is it possible to add a pop-up calendar to a field when a client clicks to edit the field?

Unfortunately not. Eventually I'll find time to add a Custom Fields module, but until then we're rather stuck with the built-in field types.

Sorry about that!

- Ben