This is how it looks on the front end with the input added to my code.
(Telefon = Phone)
I simply need som guidance on how to update user_meta on buddypress registration submit.
I have successfully managed to use ajax and call a PHP script on my root folder. The problem now is to call on members-loop again.
Right now my script looks like this:
I get 404 not found in the debugger when I try to call on members-loop by using different paths such as members/members-loop.php etc.
How can I call the loop and re-run it (so I can run the loop again with new data)?