how to fill in automatically and send an additional form on new user registration

Viewed 19

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?

0 Answers
Related