Do not forget to disable the change flag on every field that gets a value (hidden field or otherwise), else the default form submit button will get enabled. It may also be a good idea to hide the form bar, so that button is not visible, in which case it is not necessary to turn off the change flag on fields...
Joe From: David Durling Sent: Tuesday, March 13, 2012 9:35 AM Newsgroups: public.remedy.arsystem.general To: [email protected] Subject: Re: Avoiding pop-ups while requiring input ** Hi Ian, The issue would be stopping things before I hit a submit or modify action, I think – because then the system will generate a pop-up (on 7.5). So, like Joe suggested, I think I’ll try a custom submit/modify button and display the text/color like you mention if the needed fields are null. This avoids any submit or modify action actually being initiated until the needed fields are filled in. I guess I could even leave the fields as Required and do this. Thanks guys, David David Durling University of Georgia From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Ian Trimnell Sent: Tuesday, March 13, 2012 1:42 AM To: [email protected] Subject: Re: Avoiding pop-ups while requiring input ** David, One way to avoid pop-ups could be as follows: a.. parse the form on submit and check if any of the required fields are blank b.. if so, make a hidden warning text field visible saying something like "please enter required data" c.. change the label colour on the fields that are required. Would that fit the bill? Ian -------------------------------------------------------------------------------- Ian Trimnell Systems Programmer, Distributed Systems Information Technology Berrill Building, Level 1 North Phone: 01908 6 53741 web: http://www.open.ac.uk/ On 12/03/2012 21:28, David Durling wrote: We're rolling out an app for staff that normally don't use Remedy, and a usability concern is browser pop-up blockers. (I know the login page warns about pop-ups, but I've seen it ignored & I've done it myself.) This is a rather detailed Remedy form, and if they get a pop-up & have to reload the page, the user input is lost. I took out "message" actions from my workflow to avoid this, but there are still Required fields: if left blank, they use a pop-up box. Does anyone have a creative way for getting around this for required fields? Maybe some trick where the fields are not really required on the database side, but not sure how ensure they are populated without using a message to the user. Or something else I can do? David ---David Durling [email protected] IT Services 706-542-0223University of Georgia _______________________________________________________________________________UNSUBSCRIBE or access ARSlist Archives at www.arslist.orgattend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are" -- The Open University is incorporated by Royal Charter (RC 000391), an exempt charity in England & Wales and a charity registered in Scotland (SC 038302). _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

