Orchard Workflows: display value of checkbox in email - orchardcms

I have a workflow that sends an email when a contact form is submitted.
The form contains a checkbox (chkYesNo), but the value when the email is sent is blank.
I have tried the following variations:
{Request.Form:chkYesNo}
{Request.Form:chkYesNo.checked}
{Request.Form:chkYesNo.value}
Plus both upper and lowercase variations, but neither display any value in the email?
Any help much appreciated.
Thanks in advance.

I believe the syntax for form tokens is {FormSubmission.Field:*} where * is the field. So it would be {FormSubmission.Field:chkYesNo}

Related

Add link in Field help Netsuite

Can I add a link/url in field help of a custom field in NetSuite.
Yes. Make sure you wrap the text you set for the custom field's help display setting in html tags.
<html>Custom item field help with a link. Web site</html>
As mentioned in the help for Setting Display Options for Custom Fields:
In the Help field, enter a brief description of the kind of
information you want entered in the field.
The help is available when the name of the field is clicked.
You can enter HTML in the field. Be sure to begin your markup source
with <html> and end with </html>.

Docusign tab auto-population (\\*) populating wrong tabs

When using the auto-populate feature I noticed that it was auto-populating tabs that I thought it should not have been.
E.g. I have two tabs PhoneNumber and AdditionalPhoneNumber. I want to populate all occurrences of the PhoneNumber tab in the envelope. I set the value for PhoneNumber in the request using the tab label \\*PhoneNumber but I see that AdditionalPhoneNumber is also getting populated. I think that it should not have been since they are two different tab labels.
(Docusign documentation: https://developers.docusign.com/esign-rest-api/reference/Envelopes/EnvelopeRecipientTabs/ under the Automatically Populating Tabs section)
Thanks in advance for any help
if I'm not mistaken the problem is that you are using a wildcard (\PhoneNumber) which means you want to match any field that ends with "PhoneNumber". If you remove the \ you should get only fields named exactly PhoneNumber.

Remove "Fields" column from DocuSign UI

Is there a way to permanently remove the "Fields" column from the DocuSign form shown here:
I feel like the behavior here is spotty. Sometimes when I'm testing, I get this column where the user can drag and drop these fields. Other times, I get what I want, which is to just have the one "Sign" tab and a pre-filled date. I have looked high and low and cannot figure this out. Any help would be greatly appreciated...
If a signer sees these icons to drag/drop, then you are in 'free form signing'. This happens when the sender does not designate/assign any tabs to the recipient.
In order to avoid this, ensure that the recipient has at least one DocuSign tab assigned.

Displaying people picker as 'name with presence' in Nintex display form

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.

Missing data in Text box in a infopath 2010 form

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

Resources