- This topic has 2 replies, 2 voices, and was last updated 10 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › WP Affiliate Tweaks › WP Affiliate – Adding fields to signup form
Tagged: add fields, modify registration, modify signup
I would like to add a field to the affiliate signup form, so I added a textarea to wp-affiliate-platform/views/style2/register_view.php. What do I need to do so that data is passed along for the admin to review? If you could just point out the file that handles that, I should be able to take it from there.
Adding extra fields to the Affiliate Platform is not supported:
https://support.tipsandtricks-hq.com/forums/topic/customizing-the-registration-form
You may however, request a custom work order quote, to determine its feasibility:
Thank you for the response.
For anyone else that stumbles on this thread: I found that this is possible, but I would only attempt it if you are confident in your php skills.
The files you will need to edit are register_view.php, affiliates_menu.php, and affiliate_platform_affiliate_view.php. You will also need to edit the database. If you look at those files and do not find it obvious on what to do, I would not suggest attempting this tweak.