close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Created new form - doesn't load in browser

Thread began 6/25/2010 7:53 am by dan361748 | Last modified 7/19/2010 2:00 pm by Jason Byrnes | 3016 views | 11 replies |

dan361748

Created new form - doesn't load in browser

Hi - I just created a new form and when I browse to the uploaded file it just displays a blank page.

I have inserted the php code to show errors at the top but nothing comes up. Otherwise I made no changes to the generated code.

Any help would be really appreciated.

Attached is my code.

Attached Files
quickquote.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

1) The error reporting code is not quite correct, it should be:

php:
<?php

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





2) your page is missing the validation toolkit include line. Add the following just after the error reporting code:

php:
<?php require_once("WA_ValidationToolkit/WAVT_Scripts_PHP.php"); ?>

<?php 
require_once("WA_ValidationToolkit/WAVT_ValidatedForm_PHP.php"); ?>
Sign in to reply to this post

dan361748

Thanks

Thank you Jason - should CSS Forms have inserted that code for me?

Sign in to reply to this post

Jason ByrnesWebAssist

Yes, it should have.

I have never had a problem with CSS Form builder not inserting that code.

Sign in to reply to this post

dan361748

Thank you Jason. Unfortunately this didn't fix the issue. I inserted the two lines:

<?php require_once("WA_ValidationToolkit/WAVT_Scripts_PHP.php"); ?>
<?php require_once("WA_ValidationToolkit/WAVT_ValidatedForm_PHP.php"); ?>

The files were actually not generated either in the root of my site so I had to copy them from another Webassist project to this location.

Either way, I still get a blank page on load with no errors displayed. I just get a page with
<head></head>
<body></body>

and that is it.

Your assistance is appreciated.

Sign in to reply to this post

Joyce24597

Blank page for me too

I am using the form builder for the first time and VERY FRUSTRATING. I get a blank page, I start from scratch it works but no captcha (and no instructions I can find).

Decide to start from scratch again and blank again.

This morning I can see form again after starting over again but no captcha image so I can't test the form.

I've tested with and without universal email

Sign in to reply to this post

Joyce24597

upgrade

I checked and I forgot to upgrade to the CS5 version. I can now see captcha but won't submit. I started a new thread for that:-)

Sign in to reply to this post

dan361748

I too am getting very frustrated with this. I have created a form with CSS Forum Builder but there is obviously some bug somewhere as both myself and the other poster here have the same issue - the completed form will not load.

Support is required for this - please help!

Sign in to reply to this post

Jason ByrnesWebAssist

did you add the error reporting code at line 1 of the page:

php:
<?php

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




can you provide a copy of the page and a link?

Sign in to reply to this post

dan361748

Sure - here is the link:

quickquote.php

I've attached the code.

Attached Files
quickquote.php.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...