Forum Discussion

AlexWilkinson's avatar
AlexWilkinson
Qrew Assistant Captain
6 years ago

Re: how do I create a button that allows the user to continue to the next tab

With "&ifv=1" in the URL that opens the form, the standard Quick Base buttons to save and cancel don't get displayed, and are not in the HTML of the page. Consequently, this part of the javascript does nothing, because the reference is not in the HTML:

$("#saveAndKeepWorkingMenuOption").click();

Thanks for catching it!
No RepliesBe the first to reply