This field can be used to update the login user of an existing website user account.
Properties
Label | Description | Type Name |
---|---|---|
Login User ID Function | The JavaScript function that is executed server-side to get the id of the login user to update. You could use the User Profile - Load field to obtain this | USERIDFUNC |
New User Name Function | The JavaScript function that is executed server-side to get the user name to set on the Login user. This will likely be the value of another field on your form | USERNAMEFUNC |
Description Function | The JavaScript function that is executed server-side to get the new description to apply to the login user | DESCRIPTIONFUNC |
Password Function | The JavaScript function that is executed server-side to get the password to be set. Will typically query the value of a field on the form | PASSWORDFUNC |
Success Message | Message to be displayed when the login user has been updated successfully. Leave blank for no message | SUCCESSMESSAGE |
Failure Message | Message to be displayed if an error occurs when trying to set the user's password | FAILUREMESSAGE |
Stop Processing on Error | If true, and an error is encountered, further action fields on the form won't be processed. See The Form Lifecycle: Control and Action Processing for more information | STOPPROCESSINGONERROR |
Documentation | Add documentation to your field to help explain any complex functionality to future users. You might include information on what the field does and how it relates to other fields on the form. Notes added here are only ever visible in the Forms Designer, they can be searched for, viewed and downloaded from the action panel. See Common Field Properties for an example | DOCUMENTATION |
Last modified on March 02, 2022