Need to hold-over information entered in the previous bug

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Mantismo

Need to hold-over information entered in the previous bug

Post by Mantismo »

Hi there,
When Reporting a bug, you have the option of clicking the "continue reporting bugs" checkbox to log another bug. The problem we have is that the information from the previous bug is not held when you go to log another bug. I can manage to carry over the "Summary" and "Description" fields by just using the "hidden value" lines in the code, but I cannot get the custom fields to carry on their values from the previous bug entry. There must be a pretty simple way to code this is. Can anyone give me an idea how to fix this?
You help is very, very very much appreciated!!
- Cian
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

These should work the same way. You need to create hidden input fields with names line 'custom_field_<id>' where <id> is the id number of the field in question. If you look at the source for the form, you should see the ids.
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
Post Reply