nicewp123
Forum Replies Created
-
@wpmudevsupport13, Thanks! “Page Optimize” plugin caused the error.
It is independent of the form, but here you go https://easyupload.io/7j5h05
@wpmudev-support8, awesome, thanks! Have a great day too!
@wpmudevsupport13, Excellent, thank you!
Thanks to your instructions on page control, I’ve achieved what I wanted with the following code:
forminator-module-x #forminator-custom-form-x–page-0 .forminator-pagination–content {margin:0 0 -10% 0 ;}
Extra quick question: When I use Forminator form on my website, is attribution mandatory? If so, is it mandatory to be on same page as form or can I add it on separate page i.e. Attributions (which is in footer of website)?
@wpmudevsupport12, Thanks for your help! With “gap:10px”, I can control gap between button and form, right? Can I control it for specific page or for all at the same time only?
Maybe to be a bit more specific, my problem is that for my form structure I use blank HTML blocks. For example, I want to have a form with two columns. In column 1, I want one big (height) element. In column 2, I want two smaller elements. To achieve this, I use blank block in column 1 (to have two like in column 1), which allows me to do it, but creates empty distance between field and Submit button. Here is schematics https://easyupload.io/dtzknp . How to remove this blankspace?
Extra question: When I use Forminator form on my website, is attribution mandatory? If so, is it mandatory to be on same page as form or can I add it on separate page i.e. Attributions? (which would be more convenient for me).
@wpmudevsupport11, thanks for reply!
Imagine multipage form (you click Next to go to next page). On one of the pages, I want to reduce distance between Previous-Next button and my content (because that space is blank). So I want to apply this setting only for this page (and only for this) and I was wondering whether that’s possible.
@wpmudev-support8, thank you very much for your help!
One extra question: is it possible to detect when “Next” button was clicked? Is it possible to identify on which page of multipage form I currently am?
- This reply was modified 1 year, 11 months ago by nicewp123.
@wpmudev-support8, thanks for extensive reply! Yes, this code was just a demo to show that change() is triggered on submit. Well, my form does complex calculations when certain numbers change. You can imagine that if all of the fields are triggered at the same time, it causes delay as all calculations are performed. I understand that changing how forminator is too time consuming. I just thought maybe there is a way to disable validation for selected fields so they are not triggered. I’ve put these fields hidden under conditional logic (not shown unlesss manually selected with checkbox), but they still get triggered. In case that’s not possible, I guess I just have to check whether input value actually changed or just got triggered artifically (and if so, disable further calculations with “if (oldVal == newVal)”{//do nothing}). I also thought maybe there is another method to listen to my fields actual input change, so that it is not triggered when field was clicked but value remained same.
@wpmudev-support8, awesome, you helped a lot, thank you!
- This reply was modified 1 year, 11 months ago by nicewp123.
@wpmudev-support8, works like a charm, thank you very much!
One extra question, I would like to update description of checkbox dynamically with JavaScript. I’ve tried this ‘$(“.checkbox-c1 .forminator-description”).val(“New description”)’, but it doesn’t do the trick. Could you please help? Many thanks and have a nice day!@wpmudev-support8, ok, sorry for not working link, here are the files again https://easyupload.io/62qnt9
@wpmudevsupport12, thank you for your help, rolling back to “1.20.1 ( 2022-11-17 )” solved the issue!
- This reply was modified 1 year, 11 months ago by nicewp123.
@wpmudevsupport14, Here it is https://file.io/s0hDsl420W31
Basically, just click “Next” (page) and in console you will see that change is triggered 2 times (1 time for each Number field). So basically change() function is triggered at Submit button and I would like to disable it because fields don’t actually change and it slows down page a lot.@wpmudevsupport14, I’ve double checked and noticed that my checkbox has layout “horizontal” (with “vertical” layout css indeed worked). So I would like to keep it horizontal (so that checkbox and text is below the image) and I’ve noticed that only if I remove parameter “forminator-has_box” (use page Inspect in browser to find it), the image disappears. How to remove this parameter with javascript though?
Here is my form https://easyupload.io/m/9bggrc@wpmudevsupport12, thanks for fast reply and contacting developers! My forms look not functioning properly now because of this bug, is it possible to roll back forminator version to the previous? Otherwise, is there javascript code I could apply on this Number fields so they are not automatically activated on hover? Please let me know, thanks!