close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Custom order form created with Databridge not submitting

Thread began 5/15/2012 6:53 pm by YellowCircleWeb | Last modified 5/16/2012 9:22 am by YellowCircleWeb | 1577 views | 7 replies

Jason ByrnesWebAssist

@biz295654 - The action page is that page that will process the form. you have 2 options:
1) Leave the action page as is, the form will submit to itself. If you do this, you will need to edit the universal email behavior after the form is created to redirect to the thanks you page.

2) Set the action to go to the thank you page. This will apply the validation and universal email code to the thank you page, it will send the form data directly to the thank page, if validation fails, it will go back to the form page, if not it will send the email and stay on the thank you page.

if the email is blank, it mens you did not set up the email body. In the Universal Email behavior, either select the option to create a file for the email message, and select one of the templates (recommended), or click the DW Edit button to configure the email body.

@Ian H - One issue i see on your page is that there are 3 instances of the server validation behavior, there should be only one. delete the other 2.

You have set universal Email to redirect to the thank you page after sending the email, if the redirect is not happening, it means that either validation is failing, or there is an error on the page.

try adding the following code to line 1 to turn error reporting on:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



when the page posts, do you "?invalid=true" in the address bar? if so, this means validation has failed and is the cause of the problem.

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