close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Email not receiving neither page redirecting

Thread began 5/14/2013 3:03 pm by Kumel | Last modified 6/08/2013 2:33 pm by Kumel | 3117 views | 11 replies |

Kumel

Email not receiving neither page redirecting

I created form and inserted UE. But my form doesnt seem to be getting sent nor the page is redirecting.
link: www.intralifeindia.com/contact.php

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

Jason ByrnesWebAssist

your form tag:
<form>

does not include ay attributes. This will mean that the form is using the default GET method.

Universal Email expects that your form will be using the post method.

It is a good practice to include a Name, ID, Action, and Method attributes in your forms.

<form name="contactForm" id="contactForm" method="post" action="contact.php">

Sign in to reply to this post

Kumel

Originally Said By: Jason Byrnes
  your form tag:
<form>

does not include ay attributes. This will mean that the form is using the default GET method.

Universal Email expects that your form will be using the post method.

It is a good practice to include a Name, ID, Action, and Method attributes in your forms.

<form name="contactForm" id="contactForm" method="post" action="contact.php">  
Sign in to reply to this post

Jason ByrnesWebAssist

looking at the source coded, the action is set to post to the thank you page.

the UE behavior is on the contact.php page, that is why the code I suggested had the action to post to the contact,php page.

all form processing must occur on the forms action page. The UE behavior cant be triggered to send the email if the action of the form is to post to another page.

Sign in to reply to this post

Kumel

This post has been deleted.

Kumel

This post has been deleted.

Kumel

Alright. everything is fine now.. Now i got a page whr people upload a file like - word file. Now i have a file field now how do i get it to my email?

How should i trigger the file field? i did it with file name by that i just got the file name and not the file.. So how do i get the file
?

Sign in to reply to this post

Jason ByrnesWebAssist

In universal Email, on the attachments section, use the submitted file option. and select the file field.

Sign in to reply to this post

Kumel

Yes i did that stil not working. Not receiving file.. Only file name is getting displayed in my email and not the file..
Have uploaded new files.

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

Jason ByrnesWebAssist

for file upload to work, the forms encoding type must be set to multipart/form-data.

in the tag selector, select the form tag and change the encoding type in the property inspector.

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