I know the $macros.ContactForm() loads __utility/forms/contact.view and when submitted sends an email formatted by __/utility/emails/contact.view. And, I have successfully formatted these to my liking.
However, I need to have about 2 or 3 additional types of contact forms on my site. How do I implement this?
For instance, let's say a Quote form, where a visitor fills out quite a few fields. How do I use the Graffiti system to accomplish this? Can I create a quote.view in both /forms and /emails and load it through macros?
I'd really hate to have to write a separate script to retrieve form values email them.
Thanks,
Joshua