form FAQ

L

Larry Holt

is there a form FAQ anywhere? Hosting on windows (commercially), not as
plug and play as I thought.
Thanks!
Larry
 
T

Thomas A. Rowe

What issues are you having?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
L

Larry Holt

Stefan said:
Since the form is set to be processed server side (using ASP) what send mail script are you using and what is your error or problem

I am not sure. I didn't set it up.
we aren't receiving the e-mail-it looks like the form is accepting the
submission. would I be better off doing it with the FPSE?
larry
 
S

Stefan B Rusynko

The FP form handler w/ not send to multiple emails (using the hidden form fields you have) so you will need to chain them (as say
per http://frontpageforms.com/Multiple_Email_Tutorial.htm)

Since it is ASP page (probably using VBscript w/ CDO or CDONTS) you will need to look at the Code view to see what the processing
code is doing w/ the form




| Stefan B Rusynko wrote:
| > Since the form is set to be processed server side (using ASP) what send mail script are you using and what is your error or
problem
|
| I am not sure. I didn't set it up.
| we aren't receiving the e-mail-it looks like the form is accepting the
| submission. would I be better off doing it with the FPSE?
| larry
 
Top