Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Using the Copy Function, how can I make certain fields that generally has information to show up as a blank field; thus forcing the user to insert new information.ThanksGabe
Gabe,to reset values on the Copy page use Add page: Before display event on the Events tab.Here is a sample code:
global $smarty;
where FieldName is your actual field name.