Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width0px
 
Column
width240px

On This Page:

Table of Contents

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]]Image Added

==== Live Forms V4 ====

...