Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Email Integration
Form submissions can be emailed to a recipient when the user clicks the submit button. To configure the form to send an email upon submission, open the form designer and click the [[V4_Designing_Forms#Form_.26_Doc_Action_Wizards | Doc Action button in the toolbar]]. This will launch the wizard selector. Choose the Email Data to Specified Address wizard.
...
Code Block |
---|
<context-param>
<param-name>frevvo.pve.login.url</param-name>
<param-value>https://login.imagesilo.com/HTTPInterface.asp</param-value>
</context-param> |
In your browser, go to: '''<nowiki>httphttp://<server-name>[:port]/pve/test</nowiki>'''test. You should see a message "Your PVE Connector request was successfully handled." This means the connector is properly installed.
[[Image:pve-Test_result.png]]
==== Live Forms V4 ====
...