Issue
This Content is from Stack Overflow. Question asked by pablocz
WordPress
I have a form in html like this:
<form action="url" method="post">
<input type="text" name="email">
<input type="submit">
</form>
Is it possible to dont show this form on frontend and submit this form on user registration in wordpress with e-mail provided by the user during registration?
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.