Aldryn Forms setup: how to add add recipients - divio

I try to use Aldryn forms on the Aldryn platform.
In one form, a setup for recepients is possible.
In another form the recipients part are missing.
What could be the difference between both forms?
How do I add recipients to a form?

Here is how to do it:
One has to choose a theme: default.
Then click:
+ Add another New email notification.
screenprint initial settings
Then one has to save first and reopen the form settings.
Now there is a section "Recipients" and "Email".
Here you can enter the addresses.
screenprint reopened after save
Create and "advanced form" to enter custom email addresses, or one has to choose from the cms-user list.

Related

How can I attach a Custom Tab to a Docusign Envelope?

Looking through the Docusign API documentation I am unable to figure out how to attach a Custom Tab to an Envelope. Using the traditional tabs sometimes forbid me from setting the text. Hence, the need for a Custom Tab. Using the CustomTabsAPI I can create a Custom Tab. What remains is the ability to attach the Custom Tab to the envelope.
You can add custom tabs to envelopes and templates by setting the
customTabId property when creating an envelope, template recipient, or
when adding a new tab for an existing recipient.
I am using the EnvelopeDefinition to create my envelope. I was expecting something like:
envelope_definition = EnvelopeDefinition(
custom_fields=custom_fields,
documents=documents,
recipients=recipients,
status='created',
event_notification=event_notification,
email_settings=email_settings,
custom_tabs=custom_tabs # <------ SOMETHING LIKE THIS
)
Any suggestions? An example of how to add custom tabs? Documentation? TIA
EDIT: Here is the textTab I currently have in place
signer = Signer(**args)
title_text = Text(
anchor_string=anchor_string,
anchor_units="pixels", anchor_y_offset="10",
anchor_x_offset="0", width="180", value=initial_value
)
signer.tabs = Tabs(text_tabs=[title_text])
example img of text not editable
example img of custom tab this can be edited
If I can get the TextTab to be edited, that would be great.
Summary of the solution:
The title tab is a system tab so the value can't be set.
Instead, the OP will use a text tab, set its value, and set the attribute locked to false to enable the signers to update it.

Orbeon Forms - Dialog Control to Email

I would like to prompt a message box that would consist of a label, text box and a button to email the form to the email address added in the text box when the Save button in Orbeon form is clicked. Is there a dialog control suitable for this? Please help.
You'll most likely need to add your own dialog for this. I imagine that this is for a form you're creating with Form Builder. Then the good news is that the upcoming Orbeon Forms 2017.2 will have a new property, oxf.fr.detail.dialogs.custom.*.*, which will allow you to include in your forms dialogs that you've defined in external files.

SAPUI5 - Send email via popup dialog box

I'm wondering if it is possible to send an email in SAPUI5 via a dialog component. I have a dialog box that opens on button press and the requirement is to send a query (with optional attachment) to a email address (a possible of 5 different addresses depending on the option you select for the Subject select component).
Is this possible?
As an alternative option, I have seen the URL helper component which when pressed it loads up a mail client (eg, Outlook) but the business wanted it in a contact form style if possible.
https://sapui5.netweaver.ondemand.com/sdk/explored.html#/sample/sap.m.sample.UrlHelper/preview
On the alternative option is this what you need?
sap.m.URLHelper.triggerEmail("Smith, John <john.smith#sap.com>", "Info Request");

Issue related to Kentico on-line form (bizform) validation

I have created a form using Kentico on-line form and applied the built-in "required" validation on it. Whenever a textbox is empty then a required validation is shown. Now, I have entered a value in the textbox and press tab from the keyboard but the required message does not disappear. I want to remove or hide the message from the form when the user enters a value in the text box before the submit button is clicked.
How to resolve this issue?
I don't recall this being something that Kentico handles out-of-the-box. You'll most likely need to add some custom client-side script for this. Typically - where I work, at Ridgeway - we use custom layouts for forms, as the standard layout is fairly table-rich.

Microsoft Dynamics Online: configure which fields appear on Yammer-enabled entity's form?

I have Activity (Task) that is Yammer-enabled. In Yammer layout, when I click on "new task", the form shows up with fields such as "Subject", "Description", "Due", "Priority" and "Owner". The standard form of Task has more fields. How to configure which fields appear on that new Yammer's form?
Thanks in advance
UPDATE1: In Yammer layout, I am able to access Form Editor and I am able to configure all the fields in that layout except one tab, which is the most important for me. It is in the middle of the form and it is called SOCIAL_PANE_TAB". But I cannot access and edit any fields there.
So, that panel has three buttons: "News", "Activities" and "Notes". When I click on "Activities", two more buttons shows up: "add phone call" and "add task". I click on "add task", and another form shows up, which I am not able to configure and can't find it's configuration page anywhere. I can't find any documentation about it as well
UPDATE2: A shorter question: How to add a field to ACTIVITIES -> add task Form?
Many thanks to Guido, the question is answered here:
https://community.dynamics.com/crm/f/117/t/112807.aspx#.Uj9wtD9Kvw4
Unfortunately these new forms are not customizable yet.

Resources