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



Form Tools
How to disable the update or edit function in the form. - 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 disable the update or edit function in the form. (/showthread.php?tid=2560)



How to disable the update or edit function in the form. - mansoorelahi - Aug 10th, 2013

Hi,

I am stack in a problem please help me. My problem is that i create a form for client who can access them and also do entry. Here is one thing which i want to disable the update function. Client only add data but do not edit it after submission. they only submit data, view submission but do not update it. Please help me in this regard.

Regards

Mansoor Elahi


RE: How to disable the update or edit function in the form. - Joe - Aug 11th, 2013

Hi Mansoor,

- Go to your form
- Click View
- Click Edit icon on the View you wish to edit (probably All Submission)
- Click "No" to May delete submissions
- Click "Yes" to May add submissions
- Click Fields tab
- Uncheck "Allow fields to be edited"
- Click Update View

Cheers,

Joe



RE: How to disable the update or edit function in the form. - minnoit - Oct 24th, 2016

(Aug 11th, 2013, 2:35 PM)Joe Wrote: Hi Mansoor,

- Go to your form
- Click View
- Click Edit icon on the View you wish to edit (probably All Submission)
- Click "No" to May delete submissions
- Click "Yes" to May add submissions
- Click Fields tab
- Uncheck "Allow fields to be edited"
- Click Update View

Cheers,

Joe

Unckecking "Allow fields to be edited" will not permit to add values in a new submission because the fields will be disabled after clicking "Add".
All values will be emply.