Reply To: Login button not showing text

Home Forums Support Login button not showing text Reply To: Login button not showing text

Home Forums Support Login button not showing text Reply To: Login button not showing text

#230870
Paul

Looking at the source of that page, you have the following code for the button:

<input type="submit" name="wp-submit" id="wp-submit" class="button-primary" value="" />

Usually, whatever text you want on the button would be in the value= part – but it’s empty. Does the plugin have a setting that lets you input the button text?