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 "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
Form Builder - Add button in Client account - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8)
+--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16)
+--- Thread: Form Builder - Add button in Client account (/showthread.php?tid=3055)



Form Builder - Add button in Client account - webannie - May 28th, 2014

In the client account Forms, a the base of table are buttons Delete, Select all, Unselect all, Add. The first 3 buttons do as expected, but Add button does not do anything. Presumably it is suppose to let you add a new form?? Any suggestions??
Thanks


RE: Form Builder - Add button in Client account - Joe - May 29th, 2014

Hi Anne,

The "Add" needs to be enable in a View first in order for the client to add a new submission. If you have a filter in your view then you'll need to add a default value for the view in order for the "Add" button to work properly.

Cheers,

Joe


RE: Form Builder - Add button in Client account - webannie - May 30th, 2014

(May 29th, 2014, 2:46 AM)Joe Wrote: Hi Anne,

The "Add" needs to be enable in a View first in order for the client to add a new submission. If you have a filter in your view then you'll need to add a default value for the view in order for the "Add" button to work properly.

Cheers,

Joe

Thanks Jo. The ADD button is now working if I insert a default value that is the same as filter.

Eg if filter is company name and I add a default value of say Smiths.
Then ADD will works for the client with Smiths company name. But I am only able to add one default company name, so ADD will not work for clients with a different company name.
Any way around this??



RE: Form Builder - Add button in Client account - webannie - May 31st, 2014

(May 30th, 2014, 10:20 AM)webannie Wrote:
(May 29th, 2014, 2:46 AM)Joe Wrote: Hi Anne,

The "Add" needs to be enable in a View first in order for the client to add a new submission. If you have a filter in your view then you'll need to add a default value for the view in order for the "Add" button to work properly.

Cheers,

Joe

Thanks Jo. The ADD button is now working if I insert a default value that is the same as filter.

Eg if filter is company name and I add a default value of say Smiths.
Then ADD will works for the client with Smiths company name. But I am only able to add one default company name, so ADD will not work for clients with a different company name.
Any way around this??

I don't think I explained myself very well in the above. So I'll try again.

View has filters in place.
What sort of default are you suggesting? Do you mean a default for the filter category?
If I use default for the filter field, then ADD works for the forms where that answer is given but not for any other form.
Not sure what sort of default I can use to get ADD to work for all forms? Any suggestions appreciated?



RE: Form Builder - Add button in Client account - webannie - Jun 2nd, 2014

(May 31st, 2014, 9:45 AM)webannie Wrote:
(May 30th, 2014, 10:20 AM)webannie Wrote:
(May 29th, 2014, 2:46 AM)Joe Wrote: Hi Anne,

The "Add" needs to be enable in a View first in order for the client to add a new submission. If you have a filter in your view then you'll need to add a default value for the view in order for the "Add" button to work properly.

Cheers,

Joe

Thanks Jo. The ADD button is now working if I insert a default value that is the same as filter.

Eg if filter is company name and I add a default value of say Smiths.
Then ADD will works for the client with Smiths company name. But I am only able to add one default company name, so ADD will not work for clients with a different company name.
Any way around this??

I don't think I explained myself very well in the above. So I'll try again.

View has filters in place.
What sort of default are you suggesting? Do you mean a default for the filter category?
If I use default for the filter field, then ADD works for the forms where that answer is given but not for any other form.
Not sure what sort of default I can use to get ADD to work for all forms? Any suggestions appreciated?

I've got it sorted now. I have to create a new VIEW for each individual client I want to have a default value. Works perfectly now. Thanks


RE: Form Builder - Add button in Client account - Joe - Jun 2nd, 2014

Hi Anne,

I'm glad you were able to sort that out. Individual filters would have been what I would have suggested as well.

Cheers,

Joe