close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Records are being skipped when inserting new records, but email is being sent

Thread began 11/28/2011 7:03 am by sandy170299 | Last modified 11/28/2011 1:49 pm by sandy170299 | 1070 views | 3 replies |

sandy170299

Records are being skipped when inserting new records, but email is being sent

I have an online form (online petition) which is inserting a record into the database and then emailing the information to the web site owner. Occasionally, a record doesn't get inserted into the DB, but the site owner receives an email indicating that the form was filled out. The data is first being inserted into the database using DataAssist, and then the form values are being emailed using Universal Email. I'll attach the code in a zip file. Thank you!

Attached Files
indexZIP.zip
Sign in to reply to this post

Jason ByrnesWebAssist

you have the insert set to use a diferant trigger than the one for sending the email.

change the trigger code for the insert at line 74- 75:

php:
if (isset($_POST["submit_x"])) // Trigger

{




to"

php:
if (isset($_POST["submit"])) // Trigger

{
Sign in to reply to this post

sandy170299

Thanks, Jason. I'll give that a try.

Sign in to reply to this post

sandy170299

So far so good. Thank you!

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...