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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, you can try limiting it only if it was changed using something like the below.Can I set the condition to be true only if the submitted value is different from the already stored value? In which case the auto action wouldn't be triggered if the user doesn't change that password... It would be [cb_myfield] different from [var1_cb_myfield] is that correct?
You can try using CB Query Field to display the field by querying for it directly in database then use SQL functions to alter it. I just don't quite understand why you want to encode it then display the encoded version of the field as that basically completely defeats the purpose of encoding it.Or maybe I could change directly the value that's being stored? I.e. instead of changing the POST value... I just let the system store the password in clear... Then encode it immediately. It might be better. I guess I would use directly [cb_myfield] to affect the stored one, right?
Please Log in or Create an account to join the conversation.