NetTalk Central
		NetTalk Web Server => Web Server - Ask For Help => Topic started by: HPabon on April 10, 2012, 07:06:02 PM
		
			
			- 
				Hi All,
 
 Is there a way to hide or disable the previous button in a Wizard form?
 
 TIA
 
 Hector Pabon
 
- 
				not in the current build Hector.
 
 In 6.28 I've added 2 new options to the wizard widget though;
 hidePreviousButton
 disablePreviousButton
 
 these can be set using loc:options, right before the call to ntwiz. So for example, search the form code for
 ntwiz
 and then in the embed just before it set
 loc:options = 'hidePreviousButton:1'
 
 Cheers
 Bruce