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
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
save unfinished form and log back later? - 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: save unfinished form and log back later? (/showthread.php?tid=281)



save unfinished form and log back later? - Jun - Sep 8th, 2009

Just wondering whether the Form Tools has the feature that user can save their unfinished form and log back to complete it later.


RE: save unfinished form and log back later? - Ben - Sep 13th, 2009

Hi Jun,

Not exactly, no - but I've written some extra code that allows for it. API forms always update the database on each page in your form, so the trick is to just add a login mechanism to allow them to return to it later and finish off the form.

Give this post a read:
http://forums.formtools.org/showthread.php?tid=225

Good luck!

- Ben


RE: save unfinished form and log back later? - Jun - Sep 15th, 2009

Thanks Ben! everything work alright!! very helpful post!!!

Jun


RE: save unfinished form and log back later? - Jun - Sep 15th, 2009

Hi ben,
Here it comes another little question:
As for a multiple pages form, users may want to save the fields in the middle of the process and come back later to finish it. So I'm thinking to add another submit button for every page. When user click it, all values will be saved into database, and the final thanks page will be shown.

How will you suggest to do it?

Jun


RE: save unfinished form and log back later? - coldrake - Mar 19th, 2010

(Sep 15th, 2009, 8:24 PM)Jun Wrote: Hi ben,
Here it comes another little question:
As for a multiple pages form, users may want to save the fields in the middle of the process and come back later to finish it. So I'm thinking to add another submit button for every page. When user click it, all values will be saved into database, and the final thanks page will be shown.

How will you suggest to do it?

Jun

I'm trying to do the same thing. Did you have any luck with a solution to this?

Thanks, Penny.


RE: save unfinished form and log back later? - martin_undefined - Mar 21st, 2010

Just a thought on this one - if you used the Submission Account feature, you might be able to have a 'Save for completion later' sort of button on each page of your form which actually submits it.

It'll be interesting to know if you crack this.


RE: save unfinished form and log back later? - coldrake - Mar 21st, 2010

(Mar 21st, 2010, 3:25 PM)martin_undefined Wrote: Just a thought on this one - if you used the Submission Account feature, you might be able to have a 'Save for completion later' sort of button on each page of your form which actually submits it.

I wish I could. The forms I am working on are being done in several languages so users have to go back to the original forms to complete their submissions. Unless I'm mistaken, if I used the submission Account feature it would be limited to one language unless I start duplicating forms, which I would rather not do.

I'll post when I come up with a solution.

[edit] Found it!
http://forums.formtools.org/showthread.php?tid=293&highlight=redirect

Penny