Hi, we are reached custom field number. But in the past it wasnt any limits for fields. How can ı fix it? Very important for us
Hi, we are reached custom field number. But in the past it wasnt any limits for fields. How can ı fix it? Very important for us
9 comments
Best practice would be to send this data into the JSON instead of using custom fields
https://docs.memberstack.com/hc/en-us/articles/7389627062299
Hello, is there any way to set a character limit? "Perfect Phone Number Inputs v0.2"?
https://www.memberstack.com/scripts/perfect-phone-number-inputs
Hey Vitaliy 👋 Maybe you can use the native maxlength attribute for this.
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/maxlength
var maxLength = 15; // Set the desired maximum number of characters
$(input).attr('maxlength', maxLength);
I added this code, it seems to work correctly
You can add it inside the html code or webflow attribute 😉
Thank you
Hey all! Is there any limit for the number of custom fields we can have using Memberstack's basic plan?
Hey Max R The max amount of custom fields is 100. This is for every plan. If you need additional custom fields we suggest using the member json instead.
https://docs.memberstack.com/hc/en-us/articles/7389627062299-Understanding-Member-Data-in-Memberstack-Custom-Fields-Metadata-and-JSON
Thanks Josh!
Please sign in to leave a comment.