
1. Free trial
2. Demo request
What we need is to set up web-to-leads for both. HOWEVER, I need them to come in with a distinctive field separating them.
Something like Lead Source, that can differentiate from Demo Request and Trial Account, WITHOUT having the user have to choose Demo Requestion or Free Trial.
Is this possbile? How would I do this? We need to be able to set auto-response rules for both that are different and need to respond to each differently so they cannot come in the same.
Thanks
2 answers

Does the button take them to a web page form to fill out?
If so, then the "Free Trial" button would take them to a web-to-lead form with a hidden field for lead source = "Free Trial" and the "Demo Request" button would take them to a page that has the same hidden field but is passing the lead source as "Demo Request".
The input tag would look something like this:
<input required type=hidden name="lead_source" value="Free Trial">