The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
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, 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. 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 RE: Deleting submissions through website - Ben - Mar 6th, 2009 Good! Yeah, there's a lot of steps for this particular solution...! - Ben |