i have found a way…
using a plugin written by dwelch (Custom Registration Field Show / Hide Settings, s2member-registration-custom)
and modifying the code
function DW_s2member_registration_hack(){
//Update Show/Hide List
add_action(‘ws_plugin__s2member_custom_fields_configured_at_level’,’DW_s2member_registration_hack::show_hide_my_ccap_levels’);
//Form Hooks
add_action(‘ws_plugin__s2member_pro_before_sc_authnet_form_after_shortcode_atts’,’DW_s2member_registration_hack::set_ccap_session’);
add_action(‘ws_plugin__s2member_pro_before_sc_paypal_form_after_shortcode_atts’,’DW_s2member_registration_hack::set_ccap_session’);
//added to edit profile
add_action(‘ws_plugin__s2member_before_sc_profile’,’DW_s2member_registration_hack::set_ccap_session’);
//Admin Menu
add_action(‘ws_plugin__s2member_during_add_admin_options_additional_pages’,’DW_s2member_registration_hack::admin_menu’);
}
you can define a lot of edit profile page with different showed field.
ty all
marco