close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Not All Emails Going Through GoDaddy

Thread began 11/04/2009 5:20 am by mrobben375515 | Last modified 11/05/2009 9:41 am by mrobben375515 | 1982 views | 4 replies

Jason ByrnesWebAssist

On all of the problem pages, the forms action is to post to another page. since it posts to another page, universal Email is not triggered to send the email.

On some of the pages, you are referencing form elements that do not exist on the page.



earlyreader.php:

Form action to thankyou.php page:

<form class="NewFromBlank_Default" id="EarlyReader_NewFromBlank_Default" name="EarlyReader_NewFromBlank_Default" method="post" action="thankyou.php">



recipient email form element is set to:
Send_Me_The_Early_Reader_Words_group_Email

This form element does not exist on the page.



contactus.php:
Form action is set to go to the thank you page:

html:
<form class="NewFromBlank_Default" id="SimpleContact_NewFromBlank_Default" name="SimpleContact_NewFromBlank_Default" method="post" action="thankyou.php">





line 13 - 34 is validating form elements that do not exist on the page:

php:
<?php 

if ($_SERVER["REQUEST_METHOD"] == "POST")  {
  
$WAFV_Redirect "";
  
$_SESSION['WAVT_contact_Errors'] = "";
  if (
$WAFV_Redirect == "")  {
    
$WAFV_Redirect $_SERVER["PHP_SELF"];
  }
  
$WAFV_Errors "";
  
$WAFV_Errors .= WAValidateRQ(((isset($_POST["Contact_Name"]))?$_POST["Contact_Name"]:"") . "",true,1);
  
$WAFV_Errors .= WAValidateEM(((isset($_POST["Email_address"]))?$_POST["Email_address"]:"") . "",true,2);
  
$WAFV_Errors .= WAValidateRQ(((isset($_POST["Comments"]))?$_POST["Comments"]:"") . "",true,3);
  
$WAFV_Errors .= WAValidateLE(((isset($_POST["Security_code"]))?strtolower($_POST["Security_code"]):"") . "",((isset($_SESSION["captcha_1"]))?strtolower($_SESSION["captcha_1"]):"") . "",true,4);
  
$WAFV_Errors .= WAValidateLE(((isset($_POST["Security_code"]))?strtolower($_POST["Security_question"]):"") . "",((isset($_SESSION["random_answer"]))?$_SESSION["random_answer"]:"") . "",true,5);
  
$WAFV_Errors .= WAValidateRX(((isset($_POST["addblock"]))?$_POST["addblock"]:"") . "","/^$/i",false,6);
  
$WAFV_Errors .= WAValidateRX(((isset($_POST["seconddblock"]))?$_POST["seconddblock"]:"") . "","/^$/i",false,7);

  if (
$WAFV_Errors != "")  {
    
PostResult($WAFV_Redirect,$WAFV_Errors,"contact");
  }
}
?>




freesoftware.php:

form action is set to post to the freedownload.php page:

html:
<form class="NewFromBlank_Default" id="FreeSoftware_NewFromBlank_Default" name="FreeSoftware_NewFromBlank_Default" method="post" action="freedownload.php">



The trigger for element:
RichRegistration_submit

and Redipent email element:
Registration_group_Email

do not exist on the page exist




fundraising.php:
Form action is set to thankyou.php page:
<form class="NewFromBlank_Default" id="SimpleRegistration_NewFromBlank_Default" name="SimpleRegistration_NewFromBlank_Default" method="post" action="thankyou.php">

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