Calculation result to PDF
-
Hello!
I am going to try to explain my idea as clear as i can and maybe you could give me some advice how to bring it to life.
I have a website where people can declare how many and what type of seeds they are planting and size of the land. Seeds are divided to different categories and each category has its own price, for example category A has a price of 3 euros per hectare.
I would like to implement a system where a guest declares that he has, for example 10 units of seed A which has a price of 3 euros per hectare. Bottom of the form would have a field where they can declare how many hectares they are planting, for example 5 hectares. And in the end of the form there should be a calculation that shows how much he has to pay. In my example that would be 10×3 for the certain seed and then x5 for the hectares, so 150 euros total. Then connection with Stripe to pay the bill and automatic PDF invoice to his mailbox. And the invoice should show the seed type, amount and hectares. So basically how to invoice is put together.
It is a pretty complex form and i am having trouble developing a calculation that solves it. I have added calculation values to each seed and a calculation field on the end of the form.
- The topic ‘Calculation result to PDF’ is closed to new replies.