Closed (fixed)
Project:
Webform
Version:
5.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2009 at 11:10 UTC
Updated:
12 Feb 2010 at 08:56 UTC
I'm trying to add a load calculator to a site I built a while ago.
I figure I need to use php in a markup field to perform a calculation on a regular field. I would like the result of the calculation to be included in the email but there is no checkbox to include markup field in the email.
Am I heading in the right direction? Is this possible? Any pointers?
Cheers
Simon
Comments
Comment #1
quicksketchSupport for writing custom PHP code is not provided in the Webform issue queue. If your calculator creates a value, you should use JavaScript to set the value of a hidden or textfield to the result, so it shows up in e-mails and results.