juanjosegarzon
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Include current date in a formYou are great people! Thank you help me and good luck!
Forum: Plugins
In reply to: [Calculated Fields Form] Onclick event fot a calculated fieldYes now! I don’t bother anymore! have a nice day!
Forum: Plugins
In reply to: [Calculated Fields Form] Onclick event fot a calculated fieldI rushed to celebrate. I have a new difficulty. This worked to advance to page 2 , but it only allows access to page 2 , once. When returning from page 2 to page 1, is it possible to restart the event so that it works again when clicked?
Forum: Plugins
In reply to: [Calculated Fields Form] Onclick event fot a calculated fieldThank you very much! it worked perfectly! You are great
Forum: Plugins
In reply to: [Calculated Fields Form] Onclick event fot a calculated fieldThanks for the reply. I am extremely satisfied with the plugin. I have my developer license and I am working with several new projects.
Replace “change” with “click” because that’s how I need it to work. It is not clear to me if this could be influencing the error.
I am using the code you gave me modified as follows:
—<script> jQuery(document).on('click', '[id*="fieldname391_"]', function(){ jQuery('.pbreak:visible').find('.pbNext').click(); }); </script>
—
Once the html code has been entered, and after clicking on fieldname391 , the form advances two pages and positions itself on page 3, which is non-existent and therefore is shown blank.
In the address bar I see:”example.com/mysite/#f1p2|f2p0″
And if I go back the page from the browser if it displays correctly: “example.com/mysite/#f1p1|f2p0”
My form only have two pages: #f1p0 + #f1p1Thanks a lot!
- This reply was modified 2 years, 6 months ago by juanjosegarzon.