Forum Discussion

AustinK's avatar
AustinK
Qrew Commander
5 years ago

Re: Next Button on a Multi Tabbed Form

You saved your SaveAndNextTab.js as a code page specifically right?

Are you getting any errors in the console? In chrome you can hit f12 to bring up the dev resources. Are you maybe getting an error about DoSaveAndNext() being undefined? Looking at your button you have a part in there that says "onclick='DoSaveAndNext()' " but I don't actually see that on the tutorial you linked. Sorry if I'm missing it. Do you have the save and keep working button enabled in form properties as well?

You have also added some additional things onto the end of the javascript they provided. I would try and get it working with their exact example and then after that you can try and change it up.

Something I forgot to ask, are you using the code from the first reply or replies down below it? 
No RepliesBe the first to reply