Ive created a reference profile for my system using the Autoinstallation module in Yast2 and added the xml below in the <general> section. When running an installation using autoyast, a dialog appears showing 2 frametitles surrounding each question's textbox. How would one go about creating a single frametitle surrounding both questions? <ask-list config:type="list"> <ask> <stage>initial</stage> <title>My Server Customization</title> <dialog config:type="integer">1</dialog> <element config:type="integer">1</element> <frametitle>Hostname and Domain Name</frametitle> <help>1. Enter the hostname of the server. </help> <question>1. Hostname</question> <path>networking,dns,hostname</path> <default>test</default> </ask> <ask> <stage>initial</stage> <title>My Server Customization</title> <dialog config:type="integer">1</dialog> <element config:type="integer">2</element> <frametitle>Hostname and Domain Name</frametitle> <help>2. Enter the domain name of the server. </help> <question>2. Domain Name</question> <path>networking,dns,domain</path> <default>mydomain.com</default> </ask> </ask-list> -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org