I googled about customizing wp-signup.php
but found no luck. Here’s what I need:
- User will register.
- During registration process, user will pay first (like paypal or credit card).
- Create subdomain when user successfully paid.
My problem is: How can I add a payment field in wp-signup.php
? I am really new to wordpress. Any guide or link is a big help to me.
Registration form something like this:
- username
- email address
- gimme a site
- payment
- â¦
- register button
The register form have different hooks for custom fields.
I hope this source example help you.
It is also usefull, I think, that you add the fields to the rpofile page for changes and view of the field content.