RE: Angelfire - 5/25/2001 20:24:00
Hi I thought I would continue this discussion as it may help others on this matter. I decided to enter what I thought was the correct script to get the results e-mailed from the form. I replaced the FP form handling script in the HTML with...<FORM ACTION="/cgi-bin/script_library/form_handler_file" METHOD=POST>This script I understand informs the 'server?' that the results will be e-mailed. <INPUT TYPE="hidden" NAME="email_to" VALUE="username@somewhere.com"> This script tells the 'server?' which email address to send the results to. Where "username@somewhere.com" is my e-mail address. <INPUT TYPE="hidden" NAME="end_display" VALUE="http://www.YOURLINK.com"> This script tells the 'server?' which page to send the viewer to after clicking 'submit'. Ok well things went well I 'published' the new form handling script to the angelfire server and proceded to fill in form and click submit and I was taken to the confirmation page ok, but the results did not turn up in my e-mail address. Hmmm I can only assume that the e-mail part of the script will not be processed by angelfire servers. I find that strange cause I got the script from them. Any comments would be greatly appreciated. Mike
|