- This topic has 3 replies, 2 voices, and was last updated 11 years, 9 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 › Change preselected country on sigup form
Tagged: change pre selected country, sign up form
Hi could someone please let me know how to change the default country from US to UK on the signup form register_view.php
I tried changing it at line 153 in this file. but it had no effect when the form was viewed it still defaulted to United States:
foreach($GLOBALS['countries'] as $key => $country)
print '<option value="'.$key.'" '.($key == "US" ? 'selected' : '').'>'.$country.'</option>'."n";
Many thanks
Dave
The file you need to modify will depend on which option you are using to set up your affiliate page.
Please see this post which should explain which file you need to change:
https://support.tipsandtricks-hq.com/forums/topic/how-to-do-i-change-the-default-country
Also, if you are still seeing the same thing after making the changes try clearing your browser cache too.
Hi Peter,
thanks for the quick reply I will check this out in the morning and let you know how I go
Cheers
Dave
Hi Peter,
all good now thank you
Cheers
Dave