Is there a way to change the Buttons on the standard buttons toolbar, we would like to be able to rename/resize the buttons so for example we would like to rename the standard save button to Save and Continue when redirecting to another form following save. We will also have a requirement to add additional save buttons, so for example one will save and close and one will save a redirect.
Thanks
Dear Tony,
Sure, please check out our documentation on working with buttons - https://plumsail.com/docs/forms/javascript/toolbar.html
We also have an article on redirection - https://plumsail.com/docs/forms/how-to/redirect-sp-save.html
One thing to note though, if you plan on changing default buttons, specifically Save button, it might be better to change text in fd._vue.lang property, as Save button actually has an animation attached, and it will reset text to the property stored here after the animation plays (for example, if save is unsuccessful), so changing values in this property is highly advisable for default buttons - https://plumsail.com/docs/forms/javascript/manager.html#properties
Thanks Nikita,
That’s great exactly what I was looking for…
Thanks again.