close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Form Does not submit

Thread began 5/12/2010 4:42 pm by michaelf0199272 | Last modified 7/19/2010 1:50 pm by Jason Byrnes | 4897 views | 21 replies |

michaelf0199272

Form Does not submit

I applied UE to the page indicated on the link. The form did not send when submit button is clicked.


Q: Is anything wrong with the way I had it setup.

serveareas.php

Sign in to reply to this post

Jason ByrnesWebAssist

Yes, there is no opening form tag on your page.


The opening form tag tells the browser what to do with the information in the form when the submit button is pressed.


Without the opening form tag, the browser has no idea what should happen when the form is submitted.

Sign in to reply to this post

michaelf0199272

I have made the correction that you identified. The form is still not getting sent.


Michael

Sign in to reply to this post

Jason ByrnesWebAssist

change the forms action so that it posts to itself rather than the index page:
<form action="http://www.gbftacoma.org/" method="post">



to:
<form action="serveareas.php" method="post">

Sign in to reply to this post

michaelf0199272

thanks for your help. The form is still not sending. Please review errors below.


Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /misc/39/000/239/498/0/user/web/gbftacoma.org/serveareas.php on line 5

Fatal error: Call to undefined function microtime_float() in /misc/39/000/239/498/0/user/web/gbftacoma.org/serveareas.php on line 36


Michael

Sign in to reply to this post

Jason ByrnesWebAssist

the error is being caused because your host has set the PHP processor to run in safe mode.

Universal Email cannot be used on a site that is running in safe mode. Safe mode must be turned off for Universal Email to function.

your host will need to disable safe mode.

Sign in to reply to this post

michaelf0199272

Safe Mode has been disabled but I am still not able to submit the form as expected. Below is the error message that came up.

Fatal error: Call to undefined function microtime_float() in /misc/39/000/239/498/0/user/web/gbftacoma.org/serveareas.php on line 36


Thanks,

Michael

Sign in to reply to this post

Jason ByrnesWebAssist

please send a copy of your serveareas.php page.

Sign in to reply to this post

michaelf0199272

Here -- find attached the serveareas.php that you requested.

serveareas.php


Thanks.

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

Jason ByrnesWebAssist

When you apply universal email to a page, there are a couple of require once lines that get added to attach helper files:

php:
<?php require_once("webassist/email/mail_php.php"); ?>

<?php 
require_once("webassist/email/mailformatting_php.php"); ?>



these are missing in your serveareas.php page. Add those 2 lines at line 1 of your page, you may need to adjust the paths.

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