Hi
I want the user to be able to select the book type, A or B, using a Radio Button.
If they select A, they'll immediately see the "File Browse" option. If the user places the file and clicks Finish, a series of tools in a container will be executed.
If they select B, they'll immediately see two "File Browse" options. If the user places both files and clicks Finish, a series of other tools in a container will be executed.
How can I implement this, especially since when they click on option A, there will be a different output than option B, and I do not want the output B to appear when they chooses A?
Thanks.