Forum Moderators: phranque

Message Too Old, No Replies

Forms question

on sending information

         

Matrixster

3:08 am on Apr 14, 2005 (gmt 0)

10+ Year Member



In form properties can you send results to a file and an email address as well?

greenbingo

3:38 am on Apr 14, 2005 (gmt 0)

10+ Year Member



Best bet would be to submit to a server side script, that can handle both of those functions and then redirect to your finished page.

Perhaps append posted fields to a csv file and use the mail function in php, relatively simple code to write.