FavoriteGarrett Samuels (Sig Sauer, Inc.) asked in #Salesforce DeveloperOct 2, 2015, 6:51 PMWeb-to-Case form, code for populating case Subject fieldI have a web-to-case form. I would like to add code that pre-populates the Subject field. Please help. 8 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Deepthi Damaraju (Transamerica)Oct 2, 2015, 7:33 PMPlease try this. <input type=hidden name="Subject" value="Value"> Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Deepthi Damaraju (Transamerica)Oct 2, 2015, 7:33 PMPlease try this. <input type=hidden name="Subject" value="Value">