Custom registration fields do not save input
Posted: August 30th, 2010, 11:01 am
I have a strange and recurring problem with custom registration fields not always saving input. Is this a known bug?
— WordPress® ( Users Helping Users ) —
http://www.primothemes.com/forums/
<?php phpinfo(); ?>
suhosin.post.max_name_length = 128
ini_set("suhosin.post.max_name_length", 128);
The odd part is the inconsistency with respect to which field will not save. There is no ryme nor reason to it.
On the other hand, it could be that you've been testing with different field names? The length of those POST variables, will change, depending on the description you provide, so this *could* be the explanation for what seemed like a random behavior?
$fields = get_user_option("s2member_custom_fields");
May I ask (and I know we are now WAY off topic) - do you plan to create an export users capability which would be able to sort and filter based on custom field data?