ivanxiang
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [WP Geocode Filter] Does it support Template fileI also need to know how to do this please!
Forum: Fixing WordPress
In reply to: Ajax validate username and emailI’m not looking for a plugin, I think I’m asking for how to write php code for jquery validation to check for username and email availability~
Forum: Fixing WordPress
In reply to: Validate Login Infor with Jquery Validationoh, thank you very much~I found the problem~I mismatched the name with the id!
Forum: Fixing WordPress
In reply to: Validate Login Infor with Jquery Validationi’m still developing it locally…so sorry man, I can’t provide a link at this moment…so you don’t see any problem in my code?
Forum: Fixing WordPress
In reply to: Validate Login Infor with Jquery Validationbasically I don’t see any error message so far…what should I do?
Forum: Fixing WordPress
In reply to: Validate Login Infor with Jquery ValidationThis is the code for register form, I’ve inspected and inspected and still can’t see any problem….
<form id="join-form" action="http://localhost/***/wp-login.php?action=register" class="text" method="post"> <input id="user_login" name="" type="text" value="" /> <input id="user_email" name="user_email" type="email" value="" /> <input id="pass1" name="pass1" type="password" value="" /> <div class="submit-button-ctn"> <input type="submit" class="submit-button" id="join-submit" value="join" /> </div> </form>
Viewing 6 replies - 1 through 6 (of 6 total)