close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Validation of drop down menu with Digital File Pro Upload

Thread began 6/04/2009 10:01 am by cal114936 | Last modified 6/09/2009 8:07 am by office377308 | 2211 views | 2 replies |

cal114936Beta Tester

Validation of drop down menu with Digital File Pro Upload

I have a drop down menu inside the same form as the file field for Digital File Pro Upload. I have tried to apply a client validation for the menu as a required selection. But the validation doesn't work and the file upload starts. Any ideas why the validation might not work before the file uploads? testUpload.php

Thanks

Sign in to reply to this post

Ray BorduinWebAssist

It appears there is a bug in the code for the function WAValidateRQ in the most recent version of validation toolkit when doing client validation on a select list.

The code:
if (formElement.length) formElement=formElement[0];

should be:

if (formElement.length && inputType.toLowerCase()!="select") formElement=formElement[0];

You can correct the problem manually for now. I will make sure it is fixed in the next update.

Sign in to reply to this post
Did this help? Tips are appreciated...

office377308

Thanks, same problem here

does it make a difference if there is no form action defined? Because I have filled out the redirection field in insert record server behaviour.

Sign in to reply to this post

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