I'm trying to set up a website that has a list of products. Under each product is a button that says "Request a Quote". When they click that button, I want them to be taken to the contact page with the subject line filled out with the product ID and a predetermined string (i.e. "Quote Request").
How can I set up the "Request a quote button" to send the data and get the subject line in the contact page to read it?
I'm sorry if it's an obvious one, I'm pretty new at this and I'm doing this as a for-learning project.