I noticed that in the cron job/tab edit section, it allows you to upload multiple input fields/settings with variable field names. In the HTML file that calls these functions, it refers to %FORM to parse these field names. I was wondering how might I access the %FORM array inorder to receive data from checkbox NAME/VALUE types instead of a always using a static Function($FORM{'Field_Name'}).