The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Change to form after Finalizing DB - 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: Change to form after Finalizing DB (/showthread.php?tid=2196) |
Change to form after Finalizing DB - mvdventel - Sep 14th, 2012 Is it possible to make changes to an external form after I've already finalised my database & it's accepting submissions from the original form. Or do I have to go through the whole test submissions again. Thank You RE: Change to form after Finalizing DB - mrGarvin - Sep 18th, 2012 You can make changes afterwards, but, needless to say, the already made submissions will not reflect the changes. What you need to do is make sure to make the same changes both in the FormTools form administration and on your web page. Adding a field requires you to add a field in the admin UI and name it the same way you do on your page and so on... Read more about adding in http://docs.formtools.org/userdoc2_1/index.php?page=adding_form_fields Respectively about deleting fields: http://docs.formtools.org/userdoc2_1/index.php?page=deleting_form_fields Make sure to do a backup of your previous submissions before tinkering with the form!!! You never know... |