artoodetoo / formToWizard

Turn any webform into multi-step wizard with jQuery
MIT License
55 stars 26 forks source link

Control over button markup #3

Open mhulse opened 7 years ago

mhulse commented 7 years ago

Thoughts on having the markup for button navigation be in HTML template or as a template string?

At a minimum, maybe have an option for the parent for the buttons to be appended into?

artoodetoo commented 7 years ago

I agree, it would be nice to improve this. I'll think about how to do it the most simple way :) Thank you for your interest.