sbeat
Forum Replies Created
-
Here is the link to the exported form file – https://drive.google.com/file/d/1uBJS7HqWjR1GdsBG4b57QN_4Y8-9nbnz/view?usp=share_link
I know it’s been a while but I am revisiting this issue. The mu-plugin code did not work for the dropdown selections. The user is still able to choose more than 3 options within the dropdown selection. I input the correct form id’s and also added the css selector within the field settings.
Is it because the form is within the popup? Any further assistance would be greatly appreciated.
Thank you, is this the correct code? It seems to be getting an error. The code doesn’t look correct at the end
I had no luck with the staging site. Here is a link to the exported form file – https://drive.google.com/file/d/1t5xWOApg4jrLn8wRf_z-rr8D7AaSUoGL/view?usp=sharing
Like I mentioned it’s working right now because I had to roll it back to the previous 1.17.2 version. Everything after that does not work. I have tried in an incognito browser on all the most recent browsers of chrome, firefox and edge. No ad blockers either.
Sorry here is the link to the site – https://breakthroughvalue.org/client-access/.
It is “Purchase Beyond the Book Button” that will pop up the form. I had to roll back to version 1.17.2 in order to get it to work.Forum: Plugins
In reply to: [WP Go Maps - Google Map, OpenStreetMap, Leaflet Map] Hail TracerThank you for your response. I do not have the pro version yet, and have reached out twice on the main plugin website but never heard back. I am curious as to how they implemented the hail tracer. Did they have to add all the markers individually, or are they connected with an API that automatically pulls data into the map? It would be nice if it somehow automatically updated as that is a lot of data to manually input every time there is a hail storm.
I’m 100% sure it did because it was working last week and I could even change the settings for that. Wish I could’ve screenshot it before it stopped working. Anyway I will try that workaround in the meantime and see if it works.
awesome glad it worked for you! Hopefully they can get a permanent fix soon for this.
I had this same issue. Here is a code as a workaround to place in your css:
.forminator-select.forminator-select-dropdown-container–open {
display: block;
z-index: 9999999999 !important;
}If still not showing add more number 9’s to the z-index.
What you shared limits submissions of each selection when what I really need is to limit the number of multiple selections. For instance, I have a dropdown on the form that lists around 50 lake locations, so what I want is for the user to select no more than 3 lakes. I remember there used to be a setting for this the other day but it is no longer there.
I have disabled the security plugin and am still unable to upload files just on that form. The other two forms are still working fine. There is a red “x” that appears beside the file name whenever I try to upload a file no matter what type of file.
I do have a security plugin but the thing is I have the upload field on two other forms on the site but only this form isn’t working with the uploads. Here is the link to the form export – https://drive.google.com/file/d/1v9bKUQB9wwjhM4PR-h2cyVJwYYQRtDnV/view?usp=sharing
How do I go about getting that info?
Ok that is odd since nothing changed on the site, but I found where it was in the theme settings and removed it so all is good now. Thank you all for your help.