LightBulb
08-27-2012, 09:51 PM
I am building a form in html which then goes to a php script and send the completed form,
The form makes calculations with javascript then sends the form to me and also a copy to the client,
However, most of the form is ok appart from the calculated bit, it will not send the result of the calculation by e-mail with it being in <span> tags, it will however send if i use <input class> tags but this gives me the problem of not being able to use "if statements" on this part of the form,
Can anyone help or advise on this issue ?
Regards,
LightBulb
The form makes calculations with javascript then sends the form to me and also a copy to the client,
However, most of the form is ok appart from the calculated bit, it will not send the result of the calculation by e-mail with it being in <span> tags, it will however send if i use <input class> tags but this gives me the problem of not being able to use "if statements" on this part of the form,
Can anyone help or advise on this issue ?
Regards,
LightBulb