- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 04:07 AM - edited 12-20-2023 04:10 AM
Hello Peeps,
I want to set email id in the name field , currently name field shows the first name and last name, we already have first name and last name fields in the form, name field just takes values from both fields and shows first name and last name combinely.
2. Right click -> configure dictionary -> in the below ss you can check the code is already written in Calculate value to display the first name and last name in name field.
I want to display the email id in the name field instead of first name and last name, is it possible to do?
Let me know if you have answer for this, thanks in advance!
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 04:28 AM - edited 12-20-2023 04:32 AM
If you return the email from the Calculation script then it will set email of the user in the name field.
Please refer following screenshots:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 06:03 AM
we just wanted to know if we can do that if we needed.