Deluge Code 'include file' - containing fields that are common to a number of forms

Deluge Code 'include file' - containing fields that are common to a number of forms

Is there a tip or a trick that would allow me to set up a number of fields that will be same in a number of forms...

For example...suppose I wanted each application to have 2 fields called 'Hidden_Passed_In_Unique_Key' and 'Hidden_Follow_On_URL', then is there a way that I could include the following snippet of Deluge Script in each form that needs to use these fields....I'd like something along the lines of '#include <common_deluge_scripts/hidden_fields.ds>

        Hidden_Passed_In_Unique_Key
        (
            displayname  =  "Hidden Passed In Unique Key"
            type  =  text
            width  =  200px
        )

        Hidden_Follow_On_URL
        (
            displayname  =  "Hidden Follow On URL"
            type  =  text
            width  =  200px
        )

Anything?

Thanks,

Liam.