|
coreybryant -> RE: Getting forms to work with ASP pages (12/26/2007 19:27:26)
|
quote:
ORIGINAL: cursha I do all my work live on server... If I use the HTM extension I get the email, I get database updated and I get the success page... If I use ASP extension.. the form just accepts the data but does nothing with it.. I know ASP works because all pages are ASP and I use SPOOKY LOGIN and it works perfectly. I use ASP in other spots as well... How are you processing the form? If you are relying on FPSE, you need to use the HTML extension. There are other ways though to process the email form. If you server supports the JMail component, check out Processing the Form with the JMail EMail Component. If you are using ASP, you will need to post the code for someone to review since we will be unable to see the ASP source code and only the processed ASP code.
|
|
|
|