Hi,
I am developing a database which will allow users to generate different word templates. These word templates have some variables that are the same (Eg, ‘client name’, ‘client address’ etc), but most of the variables are different between each template. The database will allow the user to modify these variables which will then be used when generating the Word template. Once the user has chosen which template they want to produce, I want present the user with only those variables that relate to that template.
I’m after ideas on the best way to present these variables to the user after they have chosen the template they want to generate. Here are some ideas I’ve been thinking of and wanted to get some feedback:
[*]Is it better to have ‘hidden’ fields on the same form that they pick the template, and then show certain fields depending on what variable is chosen?
[*]Is it better to have various subforms that are allocated to each template type, and show this subform on the main form when the template is chosen?
[*]Is it better to have the user click a button once they’ve chosen their template which shows a pop-up form and lets them choose their variables?
Cheers,
Jason