Home Forums WoodMart support forum Option to change default registeration page Reply To: Option to change default registeration page

#125371

sanchitgoyal
Participant

Hello

I got the following reply from the plugin author

Below is the simple line of code you’ll need to add if you want to trigger the modal/popup

jQuery(‘.class’).addClass(‘digits-login-modal’).attr(‘type’,1);

Please dont forget to change the text marked in red according to your needs

.class represents the class of the button you want to make the change

Can you tell Me what is the class of “create account” button? Thanks.