close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

UE issues

Thread began 1/03/2011 12:01 pm by rob293221 | Last modified 1/10/2011 9:48 am by Jason Byrnes | 2914 views | 10 replies |

rob293221

UE issues

Hello,

I am having some problems getting a few bugs worked out. Any help would be appreciated. Thanks in advance!

Issue #1.
Attachments are not working. I have set this up exactly as I have on previous sites, and this one doesn't want to work. webcam.php

Issue #2
One the same form, the FROM filed will not work. When the email comes thru, the field is blank. Majority of the time causes it to go to my junk folder.

Issue #3
If the captcha code is entered incorrectly, most of the time it wipes out all information that has been entered into the form. Is there a way to prevent this so that the information will not have to be reentered?

Thanks again,
Rob

Sign in to reply to this post

Jason ByrnesWebAssist

1-2) What version of Universal Email are you using? Can you send a copy of your page and the webassist directory so i can look at the code.


looking at the source of the page, you have form elements that are using a space in the name:
<input type="text" size="60" id="Email Address" name="Email Address">

this is not valid, form element names cannot contain spaces.


3) In the bindings panel, there is a binding group name Validated Entities. This group contains the valid posted values.

Set the initial value for each form element to use the corresponding binding from the validated entries collection.

Sign in to reply to this post

rob293221

Files are attached.

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

rob293221

I am using UE4

Sign in to reply to this post

Jason ByrnesWebAssist

these two form elements are out side of the form:
<input name="addblock" type="text" id="addblock" style="display:none" value="" />
<input name="seconddblock" id="seconddblock" type="text" style="display:none" value="" />


move them so they are after the form tag.


the attachment code looks correct, I dont see anything in the code that is preventing the attachments.

to debug, change the following line:
$GoToPage = "webcam_thankyou.php";

to:
$GoToPage = "";


and add this code at line 1:

php:
<?php

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




what size are the images you are uploading? try with very small images to see if that works, it may be that the image size is causing the upload to fail.

Sign in to reply to this post

rob293221

I am lost when it comes to the Binding Panel that you mentioned. Can you explain what I am supposed to do there. Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

Select each form element in design view.

in the Property inspector, click the lightning bolt next to Initial Value

In the dynamic data bindings window that opens, expand the Validated Entries group and select the corresponding binding for that form element.

for select lists, you will need to click on the Dynamic button in the property inspector, and click the lightning bolt next to Select Value Equal To. Again, expand the Validated Entries collection, and select the corresponding binding.

Sign in to reply to this post

rob293221

My Validated Entries selection doesn't expand. It has an image of a red dotted square with a check mark and says WA Validated Entries (webcam.php).

The items that are expandable are webcam_app, Server Variables, Universal Email 1 (mail)

Sign in to reply to this post

Jason ByrnesWebAssist

have you tried deleting the Dreamweaver cache file from the users configuration folder:
common_installation_issues.pdf


Have you fixed the issues with the form element names containing spaces? You will need to fix that problem before anything else.

can you send the most recent copy of your page so i can examine the code

Sign in to reply to this post

rob293221

Newest files attached. Thanks!

Attached Files
UE2.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...