Forums

Email with JS field

davidpinheiro 06 Jun, 2012
Hi!

Sorry for the newbye question.

I have a (chrono)form with a javascript field (price calculation).
I send that form throught email but the field value goes empty.
On the template it is defined as:
	<tr>
		<td colspan='2'>
			<b>Price:</b><span id=price> </span>
		</td>
	</tr>


Can you, please, help me put the price on the email?

All the best.
David
GreyHead 06 Jun, 2012
Hi David,

For the value to be submitted with the form data you need to set it in an input tag.

Bpb
This topic is locked and no more replies can be posted.