A personal reply from one of the founders - i'm honoured!
The values are normally selected from a drop down list in Sugar but each individual form will always use the same selection from the list so I guess these would be static values.
When you say:
you can simply modify the html in the form and have default values passed in using the "hidden" HTML form tag
I take it you mean enter a line like something like this:
Code:
<td style="display: none;"><input type="hidden" value="1" name="assigned_user_id" id="assigned_user_id" /></td>
Can you tell me where exactly the field name and and the value would go in this syntax? I'm guessing it would be after name= and then id=
Thanks
Marcus
EDITED POST
Have worked this out for myself - thanks for the help.
Bookmarks