I'm very new to creating installers of any kind let alone using Advanced Installer, so please bear with me.
I have been asked to use Server side validation for the installer, so I am following this guide.
http://www.advancedinstaller.com/user-g ... -info.html
And have done the harder bit and the MySql is all configured and the validate.php is all ready to go (I hope), but the guide seems to missing something or it out of date when it comes to the creation of the dialog to collect the information to send to the server.
It simply says 'Go to the Dialog Editor page and Create a new dialog' then change all the properties on the input areas. But a new dialog is blank?
Is there a template I should be using or do i have to create each of the input areas and if I do need to create them... how?
Any help would be greatly appreciated.
edit: ok so i was looking at the wrong guide and I've now got it working, but I'd still like to know how to get that Dialog template up as I would like to collect some data during the install.