latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Update text within registration form?

Home Forums Community Forum Update text within registration form?

This topic contains 2 replies, has 2 voices. Last updated by  Rachel Wilbraham 3 years, 3 months ago.

Topic Author Topic
Posted: Thursday Sep 19th, 2013 at 8:18 am #59693

Hi,

I want the text above my free subscriber level form to read ‘apply now’, not ‘Complete Registration’

Is there any way to achieve this without editing the plugin files?

Obviously, if I was to start messing around in them as soon as there is an update available my changes would be overwritten anyway…

Thanks!

Rachel

List Of Topic Replies

Viewing 2 replies - 1 through 2 (of 2 total)
Author Replies
Author Replies
Posted: Thursday Sep 19th, 2013 at 9:57 pm #59705
TJ
Username: wellwater

You can use jQuery. Stick one of the following in whatever custom javascript file you have:

For the authnet form:

$(function() {
    $('#s2member-pro-authnet-checkout-form-submission-section-title').text('apply now');
});

For the paypal form:

$(function() {
    $('#s2member-pro-paypal-registration-form-submission-section-title').text('apply now');
});
Posted: Friday Sep 20th, 2013 at 4:54 am #59717

That’s brilliant – thank you! :)

Viewing 2 replies - 1 through 2 (of 2 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.