You need to sign in to do that
Don't have an account?

Web-to-Case form, code for populating case Subject field
I have a web-to-case form. I would like to add code that pre-populates the Subject field. Please help.
You need to sign in to do that
Don't have an account?
https://help.salesforce.com/HTViewSolution?id=000005680&language=en_US
<input type=hidden name="Subject" value="Value">
Please use the following code in your web to case, I tried this code in my org, it will be working for me.
Let me know if you need any help regarding this.
Thanks,
Vijay