Search code examples
jqueryjquery-pluginsjquery-steps

jQuery Steps Remove Action Buttons


I'm using the jQuery steps plugin to break down large forms into manageable steps but I want to remove the action buttons (next, previous, finish etc) I have enabled the

enableAllSteps 

attribute so the users can navigate the form this way instead. I've disabled the finish button via the

enableFinishButton 

option but can not find anything in the documentation for the other action buttons. If someone could point me in the right direction that would be greatly appreciated. Thank You


Solution

  • In the Steps settings there is the field:

    enablePagination Enables pagination (next, previous and finish button) if true. By default it is true