Set the subject/category/body line of a new discussion via url params
Would it be possible to set the subject/category/body line of a new discussion via url params? This could be useful for directing users to contact us to solve common problems that a faq can't. This would make creating and using filters very easy.
Thanks
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Courtenay on 14 Mar, 2010 08:13 AM
You can.
https://help.tenderapp.com/discussion/new?discussion%5Btitle%5D=This+my+title&discussion%5Bbody%5D=See&discussion%5Bprivate%5D=1
Basically the params are
discussion[title] = where's my email
discussion[body] = hey what's up
discussion[private] = 1
discussion[author_name] = courtenay
discussion[user_email] = ***@entp.com
discussion[category_id] = problems
make sure to CGI encode them of course.
3 Posted by Adam on 14 Mar, 2010 08:14 PM
Awesome, thanks Courtenay.
Courtenay closed this discussion on 14 Mar, 2010 08:18 PM.