invoice form

sandroe123 20 May, 2008
Hi,
I'm very new with chronoforms.
My question: is it possible to create a simple form where I can input some products (not from a database), input the prices and calculate the total sum, and mail it to a client.
As you can seeI'm looking for a very basic form.
Maybe I can make the calculation part myself in php but with chronoForms I'm only able to create forms that are e-mailed to the admin himself, not from the admin to clients.
Can anyone help me with this?

Thanks!
GreyHead 21 May, 2008
Hi sandroe123,

Yes the form can be done easily enough. You can either do the adding with some JavaScript (Google for a suitable script - or search the forums here I recall someone posted a link) or, as you say, with some PHP in the OnSubmit boxes.

You can put the fieldname of an email field in the Special Fields tab to have an email sent to the client. Or you can add a few lines of PHP to do both.

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