Panel menu preventing form from function
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Panel menu preventing form from function
Hi Pablo. I have taken the menu idea from the template "Kandinsky" using it in a masterpage with this formpage is preventing the form and the Cptcha 3 from function?? Any idea?
Testproject: https://www.chevere.ec/web_storage/Tell ... merror.zip
Tnx for your time
Testproject: https://www.chevere.ec/web_storage/Tell ... merror.zip
Tnx for your time
Re: Panel menu preventing form from function
What do I need to do to see the problem?
Can you please be more specific?
Can you please be more specific?
Re: Panel menu preventing form from function
As I wrote, the form is not working. You can see immediately that the Captcha 3 info window that always appear in the lower right corner doesn't appear.
But if you delete the panel menu it starts to work.
Heres the published page:
https://tellusskomakeri.se/kontakt.php
Re: Panel menu preventing form from function
I'm sorry but I am not sure if the problem is related to the menu. Also, the captcha is visible fer me.
There are lot of other items on the page that can cause the issue, like custom code, event etc.
Can you please remove everything from the page that is not relevant to your question?
There are lot of other items on the page that can cause the issue, like custom code, event etc.
Can you please remove everything from the page that is not relevant to your question?
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Panel menu preventing form from function
This is unrelated to the menu and the Captcha it is because you have added an event to the forms submit button which breaks how it works. When you use a submit button it has its own event which is "onclick" or "click". As you have included an event animation "onmouseover" "onmouseout" this overrides the "onclick" or "click" so you will need include return true;
See the following: Form elements or links no longer works with events
See the following: Form elements or links no longer works with events
Re: Panel menu preventing form from function
Tnx Bacon. I was thinking of this issue because when I removed the panel menu the form started to work. Will try your suggestion. TnxBaconFries wrote: ↑Thu May 30, 2024 10:19 am This is unrelated to the menu and the Captcha it is because you have added an event to the forms submit button which breaks how it works. When you use a submit button it has its own event which is "onclick" or "click". As you have included an event animation "onmouseover" "onmouseout" this overrides the "onclick" or "click" so you will need include return true;
See the following: Form elements or links no longer works with events
Re: Panel menu preventing form from function
Hi again... erased the events from the submit button and it still doesn't work??BaconFries wrote: ↑Thu May 30, 2024 10:19 am This is unrelated to the menu and the Captcha it is because you have added an event to the forms submit button which breaks how it works. When you use a submit button it has its own event which is "onclick" or "click". As you have included an event animation "onmouseover" "onmouseout" this overrides the "onclick" or "click" so you will need include return true;
See the following: Form elements or links no longer works with events
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Panel menu preventing form from function
Also note that there is no "onmouseover" or "onmouseout" in mobile devices as this feature is activated by the use of a mouse which triggers the event or animation when used.
Re: Panel menu preventing form from function
Does the form work when you remove the captcha?
Re: Panel menu preventing form from function
No
But all works if I remove the panel menu
Re: Panel menu preventing form from function
Can you please update the page:
- remove all custom scripts
- remove all events
- remove captcha
- republish the page
- remove all custom scripts
- remove all events
- remove captcha
- republish the page
Re: Panel menu preventing form from function
Yes done... only extra now is the animation for the rotating logo in the panelmenu...
Re: Panel menu preventing form from function
Maybe you can try this:
Add an 'onclick' event to the button
Action: 'form submit'
Target: om_ossLayoutGrid1
Add an 'onclick' event to the button
Action: 'form submit'
Target: om_ossLayoutGrid1
Re: Panel menu preventing form from function
Did it, but no function
Re: Panel menu preventing form from function
There is still custom code on the page (google).
Also, you there is an event in the panel menu (headerPanelMenu) referring to 'Tooltips1' which does not exists.
Note that it's impossible to debug the page when it contains invalid or third party code.
That is why I keep asking to remove everything from the page that is not related to your question.
Tip: if you have an issue then keep the demo page as simple as possible. Otherwise it may take very long to figure out what is wrong.
Also, you there is an event in the panel menu (headerPanelMenu) referring to 'Tooltips1' which does not exists.
Note that it's impossible to debug the page when it contains invalid or third party code.
That is why I keep asking to remove everything from the page that is not related to your question.
Tip: if you have an issue then keep the demo page as simple as possible. Otherwise it may take very long to figure out what is wrong.
Re: Panel menu preventing form from function
Hi Pablo. I'm some frustrated/upgiven... I didn't put any third part code. The only Google is the usual Google Analytics. And as I wrote I took the panel menu from template "Kandinsky". So I will change the menu for solve this problem. Because when erasing it as I wrote... the form starts to work.Pablo wrote: ↑Fri May 31, 2024 12:59 pm There is still custom code on the page (google).
Also, you there is an event in the panel menu (headerPanelMenu) referring to 'Tooltips1' which does not exists.
Note that it's impossible to debug the page when it contains invalid or third party code.
That is why I keep asking to remove everything from the page that is not related to your question.
Tip: if you have an issue then keep the demo page as simple as possible. Otherwise it may take very long to figure out what is wrong.
Tnx for checking out this issue
Re: Panel menu preventing form from function
That is what I am referring to.I didn't put any third part code. The only Google is the usual Google Analytics.
The reason why I am asking you to remove all third party code is because it makes it more difficult to debug the code (and find a solution)
Yes, but you did not copy the tool-tip which makes the event in the panel menu invalid, which may also cause issue.And as I wrote I took the panel menu from template "Kandinsky".
When I run the page without the code and event then it works for me.
Re: Panel menu preventing form from function
Pablo wrote: ↑Sat Jun 01, 2024 7:57 pmThat is what I am referring to.I didn't put any third part code. The only Google is the usual Google Analytics.
Yes, but you did not copy the tool-tip which makes the event in the panel menu invalid, which may also cause issue.And as I wrote I took the panel menu from template "Kandinsky".
I erased the tooltip from the beginning and took away the events. And as I said, have not inserted any 3rd party codes.
I will remake it from start or have another menu...