Page 1 of 1

How to rename form buttons?

Posted: 17 Nov 2012
by StarJusp
Dear Form Designer developers!

I'm working under feedback form. Default SharePoint new item form has button "Save". For feedback form "Save" is not button name user expect to see. Will be better if it will be named as "Submit" or something like that. I didn’t find any way to rename buttons with your tool. Could you suggest any workaround?

Re: How to rename form buttons?

Posted: 18 Nov 2012
by Anthony (Support)
Hi, StarJusp.

To rename button text, you can use our JavaScript framework. Look at documentation

Just open JavaScript window in SharePoint Forms Designer.

Image

Then put there following code:

fd.saveText('Submit');



You can replace 'Submit' with any other text.