The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
execute additonal functions on submission - 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: execute additonal functions on submission (/showthread.php?tid=448) |
execute additonal functions on submission - chrislee - Jan 20th, 2010 hi am i able to add a additional function to the form (i have 4 forms in total), 2 of them i need a additional php FETCH function (basically to call out a website from the server side). Main purpose is because i need to add in a SMS function where my sms gateway has a API. on calling the website, the sms will be sent. But i do not want users who fill up the form to see the API any idea guys? RE: execute additonal functions on submission - Ben - Jan 30th, 2010 Hi Chrislee, I'm not *quite* sure what you mean, but you might want to check out the Submission Pre-Parser module. That lets you add your own PHP code to be executed when the submission is made (either via a "direct" form submit, or the API, or both). Good luck! :-) - Ben |