Skip Navigation

[Resolved] change the name of the login button

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user wanted to change the text of the wordpress login button displayed by our shortcodes.

Solution:

What you can do is to add this jQuery to you custom scripts for your site.

jQuery( document ).ready(function() {
   jQuery("#wp-submit").val("New text");
  });

This should be able to change it for you.

This support ticket is created 6 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Shane 6 years, 8 months ago.

Assisted by: Shane.

Author
Posts
#692625

how can I change the default name of the login button?

#694395

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Massimo,

Thank you for contacting our support forum.

Could you let me know which login button you are referring to ?

Perhaps providing a link to where this button is displayed?

Thanks,
Shane

#695944

hidden link

#697723

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Massimo,

Thank you for the link.
What you can do is to add this jQuery to you custom scripts for your site.

jQuery( document ).ready(function() {
   jQuery("#wp-submit").val("New text");
  });

This should be able to change it for you.
Thanks,
Shane