close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Receiving email not not form contents

Thread began 6/21/2014 2:34 pm by Kumel | Last modified 6/25/2014 2:31 pm by Kumel | 1837 views | 10 replies |

Kumel

Receiving email not not form contents

Receiving email not not form contents/field. Email received is blank.

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

Jason ByrnesWebAssist

To troubleshoot, remove the redirect from UE, change:
$GoToPage = "thank-you.html"

to:
$GoToPage = ""

add the following code at line 1 to turn on error reporting:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>

Then add the following code in the body tag:

<?php @session_start(); var_dump($_SESSION); ?>


this will write the session contents to the page including the email message, send a link where i can test the email after making those changes.

Sign in to reply to this post

Kumel

private msg!

Sign in to reply to this post

Jason ByrnesWebAssist

please include a link.

Sign in to reply to this post

Kumel

Private msg

Sign in to reply to this post

Jason ByrnesWebAssist

  I made those changes but something weird showing up!  



I Dont see anything "Weird" showing on the page you linked to when i test it, it just shows a message that the email Successfully sent!!

Sign in to reply to this post

Kumel

well i had made some changes by then. anyways this is what email i get : [file]

Sign in to reply to this post

Jason ByrnesWebAssist

using a button:
<button class="send_message" id="send" type="submit">Submit</button>

wont submit the form

use the submit element type:
<input class="send_message" id="send" type="submit" value="Submit" />

Sign in to reply to this post

Kumel

well form used to submit earlier. & even now it does. but still same result.. not receiving form details

Sign in to reply to this post

Jason ByrnesWebAssist

Your page is using sending the form submit through using Ajax that is not properly configured to pass the full post.

I'm not sure where the ajax function is defined, but if you use Fire Bug to examine the page, it shows an ajax post being made with an empty post array. you will need to correct the ajax coding to fix the problem, where this is custom coding that is doing the ajax submit, we cannot offer support for this.

see the attached screen shot.

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