Hello,
I've just updated to Joomla 3.5.1 and CF V5.0.11 and found out that I can't see anymore the events in the designer part of the form (see attached file).
I still have the events I've created before update but can't add new.
Is it a bug of CF or something else?
Florence
Hi FloB,
Looks like the same in 3.5.0 too - not sure what causes that though :-(
Bob
Hi Bob,
I haven't tried on 3.5.0.
It's annoying because I used it to remove the validation when I click a "cancel" button.
Is there another way to do it?
Thanks
Florence
Hi Bob,
The second and the first links are identical.
Could you modify it please?
Thanks
Florence
Hi Bob,
The solution with a redirection with Javascript is working but not very clean to me. The redirected url is static whereas I need some flexibility (changing position of the form in the site map or the sub-domain name...).
Florence
Hi Florence,
I fixed the URL, sorry about that. The JQuery Validation library has the advantage that there are events in the code that you can trigger when you need them. I used it with a form that had both a Save and a Submit button so that the Validation was ignored on Save and triggered on Submit.
What do you want your Cancel button to do?
Bob
PS I started digging in the code to see where the error is - I made a little progress so far.
Hi Bob,
I just want the Cancel button return to the page before on the form (actually it's the first page of the form) even if the required fields are empty.
But, for easier maintenance, I don't want to put static redirection.
For exemple, the site on which I'm working is not really in production. This site is on an URL like http://new.site-domain.fr, but it will be http://site-domain.fr when in production, and if I need to change all the redirection manually...
I will try the JQuery Validation library.
Thanks
Florence