I need help with displaying people and groups as Name with Presence in Nintex Display forms, instead of displaying their names followed by some random text (ID, email ID, etc)
I want only the name to be displayed in the form instead of all these random characters.
There is a client side api to work with the people picker control. You can find information about it here https://community.nintex.com/docs/DOC-1222. Hope that helps.
Related
I have a custom list with the following fields:
Title: Single line of text
Description: Multiple lines of text
Remarks: Multiple lines of text
Recipient: Person or Group
Whenever I input two or more people in the Recipient field, in View Item page (Display form), contents of Description and Remarks becomes blank/empty.
Contents are displayed okay on the main view of custom list, and in EDIT mode.
If I input a single person only in the Recipient field, the contents for Description and Remarks are displayed in Display form.
Note: Recipient field is set to accept multiple values. I'm using Sharepoint 2013.
I am new to Sharepoint and I'd like to know a way on how to troubleshoot/debug this matter. Or are the multi-line fields somehow connected to the person field? Or any setting that I need to setup? How can I check?
I tried to search but I found no same situation as far.
If there is no customization in Display form, it should work fine. If it works for Single User in Recipient, It should work for multiple users too.
For further troubleshooting, You can create a test list and create same type of columns in it. Then see if the Display form works fine in that test list. It will let you know if the issue is related to the specific list or it's generic. You can then narrow down your troubleshooting options based on this result.
I have a problem when I try to autopopulate a people picker filed in infopath 2010 in a sharepoint 2010 form.
I am changing the edit form. In the edit form I want to autopopulate a people picker field (wich is based on a people column of the connected list) based upon another people picker field in the same list. In easy words I want to copy/past a value from one people picker field to another (in the edit form).
This does not work within the edit form. But it works in the new form. Has there anyone an idea for that.
I am not allowed to use coded solutions, only configuration (rules).
Thanks, Thomas
you should pass the 3 attributes/values of one people picker to another.
These are:
DisplayName
AccountId
AccountType
Now you can put a rule that when 1st people picker changes value, it will pass the 3 attributes to the 2nd people picker.
Using Orchard 1.6 i've setup 3 content parts, each viewable from 3 separate forms, which will automatically navigate from 1,2,3 as the user fills them out (by selecting the booking option on the main menu):
1) Records Name & phone number as input fields
2) Records equipment user has selected to rent (from drop down and input fields)
3) Confirmation which should display what the user has entered on the first 2
So far im on part (3) so I want to display what the user has chosen for the first 2 forms (I know they are stored as content items) but how can i get both of them to display on the confirmation page.
Also when the 'Submit' button is clicked on the confirmation page i would like to send an email to the owner. How can I do this?
Thank you
Use the rules module (workflow in 1.7+) to send an email when the content item is created.
To display the data you could create a simple little module that displays the latest two items created by the current user. Or something. I've never really used Orchard Forms so I'm not sure if it has better ways of accessing content you have created with it.
I have a infopath 2010 form with a table and couple of text boxes and this form is configured to submit a email with the form in the body of the email.
The form is opened in a browser and I am able to add text and submit the form and I see the email. But the form ( with data ) in the body of the email has lost formatting and the text field on the form was set to a width of 100% and as a 'Multi line ' text and I see that the data in the text field as we see on the email body is chooped off.
I am having issues controlling the format of the form as we seen in the browser and they way it shows up on the email body.
Any help is appreciated.
Sri
I have had this problem to. The way that I got around this is by creating another view for the form and then having the exact same layout but changing all the controlls so that they are calculated fields this then seems to give you the values.
thanks, Jack
I have a Survey list which has several questions, one of those is people picker field and the another one is single line of text field.
I need to hide a perticular question ( field ) based on login user. Requirement is as below
When the user logs in as admin
a. Display ‘people picker’ and should not allow user to pick his name from people picker.
b. Hide Single line of Text field.
When the user logs in as ‘Non-Admin’
a. Display ‘Single line of Text' field and default it to have the logged in user name (without domain name).
b. Hide ‘People picker’ control.
I am thinking that we can do it by placing javascript in content editor webpart and add it in newform.apx of survey list. Can anybody give me the proper approach to get it done?
Thanks in advance
You might like to try creating a custom field control, a differnet one for each field.
Javascript is fast and involves minimal deployment, but is fiddly and can be turned off.