How do i edit the contents inside a button

Hi there,

I have a button used for “vendor registration” with wcfm, and i would like to change the button from “resend code” to “send code”. Is there any way for me to do this? I am unable to find the file containing the code to change it

Hi @koh,

Please try adding the following code under Theme Options > JS:

jQuery('.wcfm_email_verified_button').val('SEND CODE');

Hope it helps :slight_smile:

Hi Thai

This helped! Thank you so much for your assistance!

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.