The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
form with services and corresponding prices - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: form with services and corresponding prices (/showthread.php?tid=1468) |
form with services and corresponding prices - freedev - Jul 19th, 2011 hi, is there a module whereby client can select prices for services as listed in the drop down so when the form is submitted? I can receive his query with total amount of the services. I hope this makes sense Thanks, dev I mean Instant Quote sort of form. Thanks, dev RE: form with services and corresponding prices - Ben - Jul 21st, 2011 Hi freedev, Good question! Unfortunately, the short answer is no. I developed the script - most notably the Export Manager and Email Templates - to be highly customizable, so you could certainly do what you need with a little coding. But that, of course, requires programming knowledge. But if you *are* familiar with programming or have a programmer handy, I'd recommend taking a look at the Submission Pre-Parser module. That lets you create and execute arbitrary code on the incoming submission data. So you could examine the contents of those fields that you want to tot up, and add them to the POST request to be added to your form. http://modules.formtools.org/submission_pre_parser/ Sorry I couldn't be more help. - Ben |