Lasha
Forum Replies Created
-
@wpmudev-support8 I deactivated the cache but the problem is not solved.
It’s weird because sometimes it works. But most times it doesn’t.Forum: Plugins
In reply to: [WooCommerce] External database/api to WooI use the Code Snippets plugin to insert the custom code you gave me for the limitation. Could that be a problem? Should I insert it another way?
I don’t know what’s the issue but sometimes the limit works but sometimes not.
For example, I checked it, and didn’t work. Then refresh the page and it worked.What could be a problem?
form links:
https://tmcgeorgia.com/small/
https://tmcgeorgia.com/medium/- This reply was modified 3 years, 9 months ago by Lasha.
How does google sheet work?
when an email is sent it creates a new sheet?I have that form twice on the page(as a button popup) and could that be a problem?
There is a two button on each page and each button has the same form.It deletes the whole dropdown.
here is the export – https://pastebin.com/L6rxQhxKThis code hides the whole dropdown. I want to hide the thin text.
https://ibb.co/F3sBwdcI managed to solve the problem. It was an SVG format fault.
Also, I have another issue with other forms.
Click the Make A Request button on this page and you will see a form where I have a select field.
the issue is that it doubles choose a country placeholder and I couldn’t hide it.I changed the plugin I used for your code and I checked again.
Firefox – both forms work
Opera – both forms work
Chrome – both forms work
Mobile – both forms workI hope it stays this way 😀
Thanks for the help.
Hey, this is what I have found.
As you can see from my code, I have two forms that use that code. I checked and limited option works on one form but not on the other. Should I change something in the form?
Works on this form – https://tmcgeorgia.com/small/
It doesn’t work on this form – https://tmcgeorgia.com/medium/That’s what I want. But it doesn’t work for me. I tested it from the different browsers but it doesn’t work.
Did yo change something?
What could be a problem?
This is the page – https://tmcgeorgia.com/medium/
I need it to limit max 10 choices.
1. both form’s checkbox field has wpmudev-option-limit class
2. both ids are in the code
3. this is the code:form_ids: [28098, 28427], limit: { 'checkbox-1': 10,//[field-id]:[limit] 'select-1': 1 },and this is the export of the form – https://file.io/bpBHuOSAzaCU