troop5
Forum Replies Created
-
It appears query monitor is the source of the error. Works now, thank you.
Same page as my “hidden calculation” problem. The link is as follows:
To be clear, it all works as the “previous” button is now hidden (which solved a lot of mobile issues), but I am unclear on how to keep the next button from moving between pages 0 and 1.
I can live with it, but I really do appreciate your help! Love the wpdatatables integration too!
I disabled 3 plugins that weren’t really in use anyway and all of a sudden the hidden calculation works! FYI, the plugins I disabled were:
Duplicate Page by mndpsingh287
Query Monitor by John Blackbourn
Simple Calendar by Simple CalendarI reactivated Simple Calendar and it still works.
Thank you for your help!
Thank you for the reply – but it didn’t work quite as expected. I applied the CSS code you suggested in the Custom CSS section for the form and it did eliminate the “previous” button – but it did so on all 3 pages (page 0, page 1, and page 2 – as numbering starts with 0 per your post).
I can live with this except it creates an odd formatting issue:
1. On page 0 the “Next” button appears right justified
2. On page 1 the “Next” button appears left justified
2. On page 2 there is no “Next” button, which is correct, and the PayPal completion appears left justifiedI assume the “Next” is on the right on page 0 because that is considered appropriate, but it moves to the left on page 1 because there is no longer a “Previous” button on the left. Applying text-align: doesn’t seem to help, even if I add it as follows (is my coding correct? XXXX is placeholder for the form ID):
#forminator-custom-form-XXXX–page-1 ~ .forminator-pagination-footer .forminator-button-next {
text-align: right;
}Left, right or centered, it doesn’t matter to me as long as it is consistent across the pages. Any ideas? Thank you for any help.
Below is the link to the exported form. Our WordPress site uses a Divi theme. Is it possible that the theme is overriding something? It is strange since I haven’t been able to hide any fields that are part of a calculation by marking them as “hidden” without ruining the calculation, but I have been able to hide them using the Custom CSS settings for the form and the calculation still works – yet this method fails to hide the calculation field. I have been adding the following lines to Custom CSS for fields I want to hide (example field name is “number-2”):
#forminator-field-number-2 {
visibility: hidden;
}https://drive.google.com/file/d/17scirmnACDdk1wYj6LUMbznZ7ffIipHU/view?usp=sharing
Thank you for your help!