How to Edit User Details And Add Custom Attributes

In this guide, we will explain how you can edit user details along with specifying some custom attributes for the user. If you have any questions, please email us [email protected].

To start, click on the "Users" tab from the Formyoula Main Page.

image

You can see the users added on the page.

Click on the drop-down associated with any user and select "Edit."

image

A modal popup will open.

image

Now, you can edit the First Name, Last Name, Email, Role, and Country.

The Role can be assigned as either a User or an admin.

Click on "Advanced" to add advanced properties.

Custom Attributes:

image

The Custom Attributes is used to add any other information about the user. Later on, this information can be used by that particular user on the form when he logins to his account. Please note that the value should be a valid JSON.

For Example: {"key1" : "value1" , "key2": "value2" .....}

Let's explain with a detailed example.

Suppose we have added the following custom attributes to the user:

{

"test_attribute":"Sales",

"test_region":"India"

}

image

The following Javascript code can be used to extract the User Custom Attributes JSON:

window.formyoula.form_fields.Formyoula_User_Attributes

{test_region: "India", test_attribute: "Sales"}

The following Javascript code can be used to extract the value of "test_attribute":

window.formyoula.form_fields.Formyoula_User_Attributes.test_attribute

Sales

image

Salesforce API User ID:

This is the User ID of the Salesforce Account for those who access Salesforce through an API.

For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂