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 property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(257) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/printthread.php(257) : eval()'d code 2 errorHandler->error
/printthread.php 257 eval
/printthread.php 117 printthread_multipage
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
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
Deleting submissions through website - 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: Deleting submissions through website (/showthread.php?tid=20)

Pages: 1 2


RE: Deleting submissions through website - Ben - Mar 5th, 2009

Hey Frosty,

Which bit couldn't you get to work? It just isn't redirecting properly on failed logins? But the original one worked okay?


RE: Deleting submissions through website - frostyintrepid - Mar 5th, 2009

Hi Ben,

The original form works okay.

After logging in, the form doesn't display the delete account option.


(Mar 5th, 2009, 11:41 AM)admin Wrote: Hey Frosty,

Which bit couldn't you get to work? It just isn't redirecting properly on failed logins? But the original one worked okay?



RE: Deleting submissions through website - Ben - Mar 5th, 2009

Ah! Okay, for that, you'll need to assign the new field you create ("Delete Account") to the View that's assigned to the Submission Account.

- Ben


RE: Deleting submissions through website - frostyintrepid - Mar 5th, 2009

The option shows now but I can't delete the submission when selecting the delete button and clicking update.

But one strange thing, the form is still showing / loading the old theme even when I have changed the theme settings for both admin and clients. Am I doing it right?


(Mar 5th, 2009, 9:04 PM)admin Wrote: Ah! Okay, for that, you'll need to assign the new field you create ("Delete Account") to the View that's assigned to the Submission Account.

- Ben



RE: Deleting submissions through website - Ben - Mar 6th, 2009

(Mar 5th, 2009, 9:53 PM)frostyintrepid Wrote: The option shows now but I can't delete the submission when selecting the delete button and clicking update.

Check the Submission Pre-Parser module. Most likely, the rule you defined isn't associated with this form.

(Mar 5th, 2009, 9:53 PM)frostyintrepid Wrote: But one strange thing, the form is still showing / loading the old theme even when I have changed the theme settings for both admin and clients. Am I doing it right?

Almost! The Submission Accounts module actually lets you define the theme for the users that log in for each form. Try selecting that module then editing the submission account for your form. There, pick the theme.

Hope this helps.

- Ben


RE: Deleting submissions through website - frostyintrepid - Mar 6th, 2009

Hmmm, I have checked that the form is defined with the rule. It just says The form submission has been updated.

(Mar 6th, 2009, 12:14 AM)admin Wrote: [quote='frostyintrepid' pid='145' dateline='1236318816']The option shows now but I can't delete the submission when selecting the delete button and clicking update.



RE: Deleting submissions through website - frostyintrepid - Mar 6th, 2009

Ahh, finally got it figured out. Under the fields tab, it should be delete_account_field instead of col_6 Smile


RE: Deleting submissions through website - Ben - Mar 6th, 2009

Good! Yeah, there's a lot of steps for this particular solution...!

- Ben