Hello BobRay,
Yes I did... I think I tried all the combinations (with prefix, without prefix, prefixing my fields in the form and not prefixing them....) Same thing
- 1 - the submit link is saved as extented field
- 2 - the excludeExtented fiels are saved as extented fields too
Just as example regarding the rtfm (
http://rtfm.modx.com/display/ADDON/Login.UpdateProfile) we have in the form :
[[+login.update_success:if=`[[+login.update_success]]`:is=`1`:then=`[[%login.profile_updated? &namespace=`login` &topic=`updateprofile`]]`]]
... to display a success message when updateProfile is submitted with success.
In my case it does not display the default message, but if i specify one "hard coded" (in the ":then=`my message`), mine is well shown...
I've read somewhere (don't remember where exactly) there were significant changes about lexicons... may be not update in all the sub-parts of Login.. especially UpdateProfile...
Maybe these Login version (1.7.1) running on Revo 2.2.0-rc3 (from git), is a bit buggy ? I have also a problem to send email via custom postHook given in the rtfm
http://rtfm.modx.com/display/ADDON/Login.Using+Pre+and+Post+Hooks that can't send emails (see my previous post
https://forums.modx.com/thread/73005/register-posthook-email-to-admin-doesn-t-work-for-me#dis-post-405789)
Cheers