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.
No, not at this time. Each trigger trys to be self explanatory, but some of the legacy core triggers maybe a little vague. In your case you need the after user update and after update user triggers. We do have the below, but it's a little out of date.BTW, is there list of all triggers with some basic explanation of what they do?
Yup, those are correct. On fires for backend and the other fires for frontend. Specifically as follows.OK - I dig that out: onAfterUserUpdate and onAfterUpdateUser - if I'm understanding it correctly those two triggers work when field is updated by user, the other when admin updates the user field. - tested and it worked.
CB Conditional can do this.user checks the box (value =1) => AFTER UPDATE (=> after saving the changes) the field EITHER is hidden from view, replaced by another (information - such as, 'step 1 completed'), or becomes read-only - whichever is easier/faster/safer to setup.
You don't have to condition on profile edit. You can configure the condition to only apply to profile display.I'm not thinking here of a conditional visibility on the field - this would instantly hide the field after user checks the box, which might be confusing and cause that user do not click the update.
Please Log in or Create an account to join the conversation.
Yes, I played with that - as I have said - all looks good, however, from the UX perspective, if I hide the field before client has a chance to click the "update" it might be confusing and thus client might not click the "Update" - this is a speculation, but thought to address it and find a solution...CB Conditional can do this.
OK - perhaps you are answering it right here what I'm after above, but I'm not sure I quite understand...You don't have to condition on profile edit. You can configure the condition to only apply to profile display.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.