Thanks to @eskimo I was able to get this working and figured I share an answer for any of those trying to do the same!
In the ajax-login-script.js file all I had to do was change this $('form#login_form').on('#submit', function(e) to this … $('form#login_form').on('submit', function(e) just removing the # before calling submit.
Hope this helps someone!
Related Posts:
- Adding “Remember Me” in custom login
- How build a custom login/register form with error handling?
- Need help with AJAX login to call php in functions.php to handle redirects based on user cap (role)
- User registration followed by automatic login
- Can I use the same nonce for multiple requests on the same page?
- How can I fetch loop of post titles via AJAX?
- How to change the wp-login.php page title?
- Retrieve POST data from AJAX call
- username_exists() function can’t be access without logging in
- The correct method to pass query vars in AJAX using ajaxurl
- Using wp_send_json to return HTML
- WordPress AJAX Pagination with query_posts
- Is having multiple theme customizers for different pages possible?
- Do I require the use of nonce?
- How to check if new posts have been published since page load?
- WordPress Ajax always returns a 404 error
- Where to include php files in wordpress and how to refer to them later [closed]
- Change the footer text on the login page
- Changing user_nicename
- Redirect to Page after Post Submit
- problem with ajax and the path to the php page
- Can i check if user is doing any ajax request?
- How to use wp_localize_script in a WordPress page other than functions.php?
- Admin Media grid view images won’t load
- Comparing arrays within a loop
- Real time Duplicate title check
- Ajax template: how to handle head section
- Passing JSON data from WP Query into AJAX causing NULL errors
- simple wordpress ajax plugin not working when not logged in
- Load custom field value into div with AJAX
- Security – Ajax and Nonce use [closed]
- AJAX / Read More: multiple check_ajax_referer() and wp_create_nonce() not working independentely
- Jquery ajax to custom php file: returning blank data
- Audio Player not loading when the content is loaded through Ajax, MediaElement.js no applied
- Accessing a random image via ajax
- PHP calling AJAX function that relies on passed PHP function values not working
- WordPress 4 invalid username special charachters issue
- Update WordPress Custom Field with AJAX on cached page
- How to place login logout link on menu that redirects users back to current page?
- How to turn off redirection from ‘domain.com/login’ to ‘domain.com/wp-login.php’
- Looking for a better way to handle an ajax script that pulls in post data on click
- Targeting single page with JS
- Data fetch and delete by ajax request
- Handling an Ajax form submit
- Ajax call to my WordPress website from an external application [duplicate]
- How to resolve error “Cookies are blocked due to unexpected output.”?
- Making a follow button, Ajax not talking to php
- How to add default images into theme customizer image control?
- Using a nonce in a Custom Login Form
- Can’t use get_results() in ajax query
- Is the regular ajax request method safe or I should use admin-ajax.php?
- automated tests as a user?
- Debugging PHP object during Ajax call in WordPress
- Validate a users email address when using gmail to register
- Custom WordPress+PHP+MYSQL+AJAX form, submit event not captured by Javascript, but does POST data to the DB
- WordPress Ajax Data problem
- Use ajax to update_post_meta
- Problem with WordPress Ajax form
- Remove username in emails or swap username for email
- Click loads template via ajax
- woocommerce and is_user_logged_in() if not redirect to homepage
- Display notification only once
- admin-ajax.php returning error 400 namespaced callback
- AJAX in WordPress, sending coords data to MySQL and show after into map
- How to retrieve the content (with a specific ID) via ajax by clicking a link tag
- WooCommerce: update custom fields after checkout validation failure
- Access/update database with jQuery
- How to display something in a div when the user clicks on a text in another div – no page refresh [closed]
- Passing jQuery value using Ajax to a page template
- How to set a custom path, for ajax image upload folder in admin?
- admin-ajax.php responding with 0
- Check if user is logged in when clicking certain links on certain pages
- Ajax form submit within a Post Metabox
- ajax_object is not defined when ajax calls the function
- How to speed up admin-ajax.php in wordpress
- PHP If user is logged in & on home page redirect
- WordPress shows registration link for non logged users
- Returning a value from a PHP page
- Page Reloads Before AJAX Request Finishes
- WordPress File handle – fopen, fwrite not working with $.ajax or $.post Jquery
- Can I use HTTP POSTs? Is there a better alternative?
- Why is this Ajax not working?
- Stumped – Ajax Response Returns 0
- Creating login session via CURL
- Colorbox ajax loading of outside HTML content works perfect on localhost but not on server
- How to make custom total price reactive in navigation
- Put CSS inside a PHP file and include it the right way
- Sending jsPDF documents to the server
- Ajax $wpdb not returning table data
- Admin username and password
- How to prevent those PHP variables from being cached on WordPress?
- Use ajax from function.php
- Ajax return code 400
- How to Fetch values from WP database based on selected option value by onchange using PHP?
- wp_insert_post() is returning the correct post ID, no failure, but the post content does not get updated
- doing an ajax request always outputs 0
- Recovering WP Login Credintials in Code?
- How to run JS, PHP and etc. inside WP post?
- Trying to implement Ajax comments in WordPress, getting WP error
- How to test nonce with AJAX – Plugin development