- This topic has 5 replies, 2 voices, and was last updated 10 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 eMember › eMember – Custom field size
Tagged: custom field, edit profile page
Where can I find what describes the custom fields? I would like to limit the size of a custom field. For example custom-state, I would like to limit this to 2 characters.
Thanks!
Advanced customization for custom fields is handled via the following addon:
https://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-form-builder-addon-extension-760
I would like to take a look at your registration form and see if I can give you some CSS tweak to do what you are after. So please post a link to your registration page.
Hi Thanks for the response. Here is a link to the registration page
[http://pmda-na.org/join-us/registration/]
One other question in regards to this….Is it possible to not have a custom field display or not be editable by the user both on the registration page or on the member profile page?
Membership Number (Entered by PMDA Staff):
Do the following to change the width of that custom field:
1) Grab the following plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following CSS tweak in there:
#wp_emember_Company_State{
width: 40px !important;
}
The form builder addon (see the link I shared previously) has option where you can specify some fields to be readonly (so only the admin can edit the value of those fields from the admin side).
I also have an issue that a custom field is displaying twice on the edit profile page. Can you please advise on this. It is the “Company” field, it displays after the Last Name but does not show the value of the field.
Go to your custom fields settings in the plugin. Do you have multiple fields there?