Orbeon Forms - Dialog Control to Email - dialog

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.

Related

PowerApps Form Created By Customizing The SharePoint Online List Attachments Are not Clearing

I have created a PowerApps form by customizing a SharePoint Online List.
In that list I have several fields including an attachment control.
To submit the filled form, I use a Submit button.
When I submit the form, every form control get reset except the attachment control and it retains a document that doesn't exist anymore in the list.
I investigated this and identified that this document is showing in the edit form and in the view form as well. But in the first new form it's not showing.
I have created a message box named 'mypopup'.
I have tried the below property changes in the Submit Button.
Submit Button
OnSelect - SubmitForm(SharePointForm1); ResetForm(SharePointForm1); Navigate('New Form')
SharePointForm1
OnSuccess - NewForm(SharePointForm1); Set(mypopup, true); Navigate('New Form')
Please can someone help me to resolve this?
Thanks

How to change xpage form for new document?

Right now I am working on a Xpage which displays data from a domino document. Based on the form of the document different fields will be displayed.
Now I want to create a "New" function. My idea here is to set the view I am previously using in edit mode.
Additionally, I want to add a radio button which enables a user to choose the form of the document he wants to create.
Based on this radio button the document form should change which should result in the elements displayed on the page changing too.
Overall if I switch between the radio button options and hit save, a new document will be created with the right form.
Yet my problem is that my elements in my view won't change dynamically. So if I switch my form there will still be elements/controls displayed for the default option but not the selected form.
My idea was to create an onChange-event for my Radio Button Group.
My questions here would be: How can I change my formValue for the Xpage (new document) and then reload it with the new set value?
Thanks for your explanation.
I understand you have one XPage suitable for multiple forms, I assume using a Switch control and custom controls per form. About the New button, you could try first to have 3 New buttons, each for a separate form, and you create a URL like yoursite.com/xpage.xsp?action=newdocument&form=someform
When the user clicks the button, your page can read the parameters (param.action and param.form) and act accordingly. Or do you intend to update the current page using partial refresh, as a single page approach?

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.

Aldryn Forms setup: how to add add recipients

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.

Resources