You are viewing limited content. For full access, please sign in.

Question

Question

forms, change submit button

asked on March 29, 2016

Hello,

I found how to do that in LF Forms 9 but I can't find out in LF Forms 10. How do I change the submit button's label ?

 

Regards.

0 0

Answer

SELECTED ANSWER
replied on March 29, 2016

In Forms 10, in your Form, go to Process Diagram screen.

Double click on the Start Icon that begins your Workflow Process.

Change the text in the Submit Button Label Field

2 0
replied on March 29, 2016

Steve's option is a much cleaner solution. Go with it.

0 0

Replies

replied on March 29, 2016 Show version history

Moana,

You can use the following Javascript to change the Submit button label.

$(document).ready(function () {
  $('.Submit').val("Label Goes Here");
});

Edit: Adjusted formatting

2 0
replied on March 29, 2016

Thank you for your times Steve and John.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.