Hi,
So I'm working on a shirt printing quoter for a client. Basically you fill out a few fields and it tells you how much it would cost to print your design on 24+ shirts. After you see your total, you can place your order by filling in contact info and submitting the order. This is supposed to send an email to the company with your order details, as well as to you as a sort of receipt.
I would like to make my life a lot simpler by just storing the source of a page I already generated, as a variable, and then using that as the message body. Does anyone know if there is a way to do this? The page is dynamically generated, so it's not just a static page I can link to.
Thanks