Multiple Connections
You can take the output of one Module and connect it to the input of more than one other module. This can be very useful, for example, you might want a form submission to be stored in your online database, as well as having the contents emailed to you, as well as sending a thank-you email back. 

 

The above example illustrates a newsletter subscription form that allows new subscribers to make suggestions for the content of the newsletter. You'd probably want this information stored in an online database (which would become the subscription list for future mailings). You might want to configure a Mailer Module to provide an automatic confirmation email, and also have the form contents sent to you so you can see all new subscribers. To do this first create the Form Module, save it and place it on your website then create each of the other three Modules and use the connect links in each module to connect to the same Form Module. 

Next page >