I have been trying to add a button to pie register's login form by adding the following code in the plugins/pie-register/login_form.php file
$form_data .= '<form method="link" action="'.pie_registration_url().'">
<input type="submit" id="login-create-acct" value="Create Your Free Account" /></form>'
Basically, instead of their register link, I would like to add a create account button.
The button appears on the form no problem. However, when I click it, instead of linking to the registration form, it instead thinks that I am attempting to login and gives me an "invalid login details" message.
all help is appreciated, thanks in advance.