Custom Form Processing Hook for Profile Menu Tab
-
I Put a custom form in my custom profile tab of user profile page.
I want to know where i should put the form processing code. Is there any hook or functions that i can use? I Have an another problem. My form action is like,<form action='<?php echo htmlentities($_SERVER[‘PHP_SELF’]); ?>’ method=’post’>
When I submit this form it goes to my site’s home page. But i want to stay on my profile page with saying a message that “Your Form is successfully submitted”.
The topic ‘Custom Form Processing Hook for Profile Menu Tab’ is closed to new replies.