- This topic has 3 replies, 3 voices, and was last updated 6 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Adding field on register form
Tagged: bank account, registration form, WP Affiliate
I added a textarea of account_details in register_view.php like this:
<textarea style=”resize:none;” name=”account_details” rows=”4″ cols=”25″ class=”required”
form=”regForm”> fill in your details</textarea>
but when I go to manage affiliates it doesn’t show in the Bank Account Details of the affiliate…how can I integrate that textarea in the DB?
You need the WP Affiliate Custom Registration Fields Addon.
Also, after an affiliate creates his account, he can go to the profile page and enter his bank details.
I have sent you the other addon too.
hey thanks I got it
one more question – if I want the field I add to be after the phone section and before the password and etc how can I do that?
thanks in advance!