• Resolved Nicola Tweed

    (@nicola-tweed)


    Hi,

    Is there anyway I can change the button wording to ‘submit’?

    Thanks,

    Nicola

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Nicola,

    There is is filter available named “whols_registration_submit_label”. Using this filter you can change the submit button label text.

    Please check the example code below:

    add_filter('whols_registration_submit_label', 'change_whols_registration_submit_label');
    function change_whols_registration_submit_label( $label ){
        $label = 'Custom submit label';
    
        return $label;
    }

    If you have any questions, please let us know.

    Thanks!

    Thread Starter Nicola Tweed

    (@nicola-tweed)

    Thank you!!!

    You are most welcome! ??

    Thread Starter Nicola Tweed

    (@nicola-tweed)

    Hi,

    I created additional fields, however, the content isn’t coming through on the backend?

    How can I get the new content to show up on the approval section or on an email?

    Thanks,

    Nicola

    https://www.blenduk.ntwebdesign.co.za/wholesale-registration/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change button wording’ is closed to new replies.