- This topic has 2 replies, 2 voices, and was last updated 4 weeks 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 General Questions › WP Affiliate : Remove field from the registration form
Hello.
I would like to remove the “STATE” field in the registration form, as it has no existence in my country.
I am using WP Affiliate Platform v6.5.6 and the genuine page (/affiliate-portal/?wp_affiliate_view=signup)
Thank you
Also wish to remove the string : “Please register for an affiliate account” at the top
Try adding the following CSS tweak to target and hide the state field:
input[name="astate"] {
display: none;
}
To customize the text message displayed at the top, you can use the technique described here:
How to customize various text/messages displayed by the plugin