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
)
Liam.