Check Form not Working
Question
I'm using the yaromat check form extension and when i add an asp pure upload, it checks the form but if there's an error, I can see it but the asp pure upload makes still the insert and even if I didn't choose a file to upload (and disable the "File required")... any idea what to do or what I'm doing wrong?
I'm using the yaromat check form extension and when i add an asp pure upload, it checks the form but if there's an error, I can see it but the asp pure upload makes still the insert and even if I didn't choose a file to upload (and disable the "File required")... any idea what to do or what I'm doing wrong?
Answer
you need to put the upload javascript on top of behaviors list instead of the check form javascript. To do so:
- Select the <form> tag
- Go to the Behaviors pallete
- Make sure that the Pure Upload javascript is on top of the behaviors
- And that the Check Form behaviors is below - if not correct with the arrows
NOTE: This is valid if you use Yaromat Check Form or the standard Check Form behavior.
Comments
Can not validate more than one texfield?
I cant seem to set more than one texfield as required in a form. The app wont show me more than the choice to choose from maximum characters.
Hows this?
Correktion - textareas cant be required
Works fine actually
I just set characters to at least 5, works just as well. I was probably too dumb tired to see the posibilities.
Good extension
Radiobutton error messages
First, I LOVE this extension! It has everything that I need! The problem I have though is with multiple radiobuttons.
I'm using UD4 and below is the form tag (I know it's long). I have 20 radiobuttons on this form. The problem occurs if no radiobuttons are selected - the error message lists each radiobutton as an error, so I have twenty error messages. How can I tell the checkform behavior to only give one radiobutton error message if no radiobuttons are selected? Hope this makes sense.
I'd appreciate any help with this problem. Thanks in advance!
Andrea
You must me logged in to write a comment.