close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Problems with Contact Form

Thread began 3/31/2011 7:44 am by billbo | Last modified 3/31/2011 12:16 pm by Jason Byrnes | 2873 views | 14 replies |

billbo

Problems with Contact Form

I'm unsuccessfully building my first form using CSS Forms Builder. I finally got the mySQL DB connected, but only after using the Dynamic DB Connection tool and manually uploading the connection file in DW CS5. I thought I configured everything properly, but the form is giving me errors. Can you please HELP!

feedback.php

Thanks,
Bill
Hosted on HostGator, using DW CS5 on an iMac

Sign in to reply to this post

Jason ByrnesWebAssist

please send a copy of your page so I can examine the code.

Sign in to reply to this post

billbo

Copy of page

attached as requested

Thanks!

Attached Files
feedback.txt
Sign in to reply to this post

Jason ByrnesWebAssist

lines 3 - 4 are causing the problems:

php:
<?php require_once("webassist/form_validations/wavt_scripts_php.php"); ?>

<?php 
require_once("webassist/form_validations/wavt_validatedform_php.php"); ?>
null
undefined
<?php require_once("webassist/email/mail_php.php"); ?>





change that to:

php:
<?php require_once("webassist/form_validations/wavt_scripts_php.php"); ?>

<?php 
require_once("webassist/form_validations/wavt_validatedform_php.php"); ?>
<?php 
require_once("webassist/email/mail_php.php"); ?>
Sign in to reply to this post

billbo

That Helped

That seemed to stop all the errors except for an "undefined" error at the top of the browser, just above the form.

feedback.php

Sign in to reply to this post

billbo

Pointer to Reply Mail Formatting

Jason,

Please point me to the right place in the documentation explaining what files and how to edit the mail message sent out?

Thanks!
Bill

Sign in to reply to this post

Jason ByrnesWebAssist

that's just before the doctype tag:

undefined<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Sign in to reply to this post

billbo

Now I get a "null" error at the top.

I removed the "undefined" and now get a "null" error in place of the "undefined".

Sign in to reply to this post

Jason ByrnesWebAssist

I dont see anywhere else that would come from in the file I have.


send a copy of the most recent version in a zip archive.

Sign in to reply to this post

billbo

Archive Attached

I compressed the WebAssist and Connections folders and the feedback.php file into a single Archive.zip file - attached.

Thanks for your prompt responses - I appreciate it very much.

Bill

Attached Files
Archive.zip
Sign in to reply to this post
loading

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...