[# Import all functions from the controls library into script #] [* Execute ({ inputfile => '_controls_lib.epl', import => 1 }) *] [# Call functions from the library #] [* begin_form('MyFormTitle', 'my_form_name', 'action_script_name'); textinput('Username', 'user', 140, 0, 'User Name'); password('Password', 'pass', 140, 0, 'User password'); form_buttons(); end_form(); *]