NetTalk Central

Author Topic: How to disable/Hide previous button in a Wizard form?  (Read 2807 times)

HPabon

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
How to disable/Hide previous button in a Wizard form?
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: How to disable/Hide previous button in a Wizard form?
« Reply #1 on: April 10, 2012, 10:36:43 PM »
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