The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Master user login ?? - 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: Master user login ?? (/showthread.php?tid=933) |
Master user login ?? - billonthebeach - Nov 13th, 2010 FormTools 2.0.5 w/ Submission Module My application has a webpage/dashboard with multiple options. Create New account Input Data into Form First Time Edit Data in Existing Form Delete Form and some other options. It appears easy enough to use the FT user login scripts on the control panel. How then do I bypass FT login on options ? Thanks, Bill RE: Master user login ?? - Ben - Nov 18th, 2010 Hi Bill, Sorry, I guess I'm not totally clear - do you mean you have your own script in which you'd like to embed functionality within Form Tools (like the account creation & deleting the form)? Some of the stuff you can do using the API: http://docs.formtools.org/api/ But that doesn't have control over deleting forms, I'm afraid. For that, you will need to read up on the core functions (see: /global/code/forms.php - esp the ft_delete_form() function). Good luck! - Ben |