Form results to email and database with webbots

D

DeltaGamma

I am trying to send results to both mdb and email, and have seen some of the
threads in this section.

The interlacken code referenced in those threads had to be modified since my
ISP doesn't support CDO's, and so re-wrote it for ASPMail, and I've had to
remove the "IF" construct (possible for relating to my speculation below)

However, the email sends "blank field values".

In my case the form/db etc are created using FP03's DRW etc. I am not sure
if the webbot/onsubmit script etc is somehow intercepting the field values
(including the submit button) and preventing that data to be available (e.g.
not only is does the email not include the data, but also the IF construct
fails since there appears to be no value in the button variable).

I have tried various permutation of the email code on the form page, as well
as on the confirmation page. In all cases, the best result is that an email
is issued (whether or not the submit button is pressed), and the field values
are null.

Please advise.?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top