Damn!
Forum Replies Created
-
Hello,
I have tried displaying two dropdown fields side by side by putting them in a container but since my form is aligned to the left it looks rather misaligned with the rest of the form which is why I preferred to go with the datetime field.
And regarding the warning it only happens when you add the “in” to the field because previously I had just “ft” and the warning didn’t appear.
Thanks.
Forum: Plugins
In reply to: [Calculated Fields Form] How to prevent iPhone from zooming in on fields?Hello,
I failed to notice this before but the zooming is still happening when you select a dropdown. Is there a way to prevent this?
- This reply was modified 7 years, 10 months ago by Damn!.
Hello,
The above code brings the “in” to the next line. Apart from this the field triggers this warning “Please enter a valid date with this format(mm/dd/yyyy)”.
- This reply was modified 7 years, 10 months ago by Damn!.
Thank you. The above code causes the “in” to be added before the minute field and not after the minute field. it now appears as “ftin”.
Yes that’s correct. The Above code works. However if I replace
html = html.replace(/:/, new_symbol);
with
html = html.replace(/:/, new_symbol)+'in' );
the “in” doesn’t appear after the minute field. It rather causes the form to ignore all the dependencies of the ‘Unit System” dropdown.here’s the image of above scenario: https://prntscr.com/du394e
Forum: Fixing WordPress
In reply to: Users Cannot Register!@tommcgee As a matter of fact, yes! I shifted to a new domain using the duplicator plugin.
Forum: Plugins
In reply to: [Calculated Fields Form] How to prevent iPhone from zooming in on fields?thank you. works perfect. ??
Forum: Plugins
In reply to: [Calculated Fields Form] changing text colorworks like a charm. thank you codepeople. ??
Hello,
Thank you for the prompt reply. I implemented it and it still doesn’t seem to work.
Hello,
This solution is not working. Can you please take a look at the form in my site and check what’s wrong? Here’s the link https://lyfiseasy.com/tdee-calculator/
Please go to the above link and choose “ft, in” in “unit system” drop down and it’ll show the height field still with “:” symbol.
thanks in advance.
Forum: Themes and Templates
In reply to: [Nisarg] Non-existent changeset UUID.@gijsblij You are life saver. Thanks man.
Hi,
please visit this link https://lyfiseasy.com/test/
In this page I have 2 accordions with the twenty20 plugin shortcodes and with the option “First Accordion Open” enabled. As you can see the first accordion loads the plugin while the other doesn’t.
Thanks.
If you could get the other plugin’s shortcode to work even when it is collapsed would also be a potential solution and rather a brilliant one. Here is the plugin I used inside Accordion: Twenty20
Thanks.
Forum: Plugins
In reply to: [Calculated Fields Form] How to add Suffix to the number fields?I guess I’ll just stick with what i have. thanks.
Forum: Plugins
In reply to: [Calculated Fields Form] How to add Suffix to the number fields?That’s sad, because I’ve created the whole form using the number field and changing them to currency would be a huge work. also the fieldnames would also change making my functions unfunctionable. ?? Is there a way to change all the number field to currency?
Also, if im not wrong the currency field can accept float values and i’ll be needing only digits.
thanks again.