Please Log in or Create an account to join the conversation.
Yes, it fires the before and after profile update triggers.1.) What happens on updating profile fields via AJAX? Does it fire the usual ProfileUpdate events... I mean, do any other things react on those changes? i.e. CB AutoActions, ProfileLogger, maybe 3rdParty stuff like CB Profile Notifier
I guess so if it acts on that trigger. You can't update 10 AJAX fields all at once so it's not really a problem. It's as if a user edited their profile and only changed 1 field.2.) If Mail notification is enabled, does it mean that each and every field change fires a new email ?!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Roland wrote: So, is there a way to disable all other (Core Ajax Fields) on the profile edit page?
Target is, to show only the tabs in profile edit, what have fields that not can be changed by core fields ajax...
Please Log in or Create an account to join the conversation.
It has to respect normal CB workflows or the saving and display processes will not work. Basically if it's not on profile edit then it can't be ajaxed. Best approach is to just use CSS I guess to hide it, but again that'll cause problems if the field is required (which is kind of pointless to be required and ajax?).Is it possible to check if a fields has Ajax-edit mode ON? Maybe this is the easier part... but CBs build-in profile-edit is a more complex story, right?!
Please Log in or Create an account to join the conversation.