hheyhey568
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Number field up/downThanks
Forum: Plugins
In reply to: [Calculated Fields Form] output to two fields using one calculated fieldThanks a lot, perfect.
Forum: Plugins
In reply to: [Calculated Fields Form] Number field up/downThanks , the html field has gone now.
What about the button ? There is also blank area around the button.Can we make it same size as that of botton? or hide it ?
Forum: Plugins
In reply to: [Calculated Fields Form] Number field up/downAfter adding above HTML field , the form shows an area at the place of HTML field. It looks like there is some field on the form.
Is there a way to hide this HTML field like that of calculated field ( ” Hide field from public page”)?
Forum: Plugins
In reply to: [Calculated Fields Form] Number field up/downThanks a lot. Solved.
Forum: Plugins
In reply to: [Calculated Fields Form] Number field up/downLately I observed that: even though the inner/outer spin symbol from number fields have gone , the value still changes the same way as arrow would be there if we rotate the scroll wheel of the mouse.
So user might not notice if the number has changed up or down while scrolling.
Please suggest some solution.
Forum: Plugins
In reply to: [Calculated Fields Form] Color of DropdownThanks
Forum: Plugins
In reply to: [Calculated Fields Form] Message in Calculated fieldThank you.
Forum: Plugins
In reply to: [Calculated Fields Form] Message in Calculated fieldThank you .. it is working fine but the field which use this “The message here” as its input get zero ..
I wanted a message like that of validation message which says for example : Please enter a value greater than or equal to {0} , without affecting any dependent fields .
Forum: Plugins
In reply to: [Calculated Fields Form] Number field up/downthanks for the support.
Forum: Plugins
In reply to: [Calculated Fields Form] Dynamic Drop downby re-writing the code again , error has gone and it is working fine. Have no idea what was wrong before. Thank you for the support.
Forum: Plugins
In reply to: [Calculated Fields Form] Dynamic Drop downHello,
Code runs well upto case 28. The moment I put case 30, choices do not come in second dropdown field.
case 26: choices = [’10’, ’20’, ‘STD’, ‘XS’]; break;
case 28: choices = [’10’, ’20’, ’30’, ‘STD’, ‘XS’]; break;
case 30: choices = [’10’, ’20’, ’30’, ‘160’, ‘STD’, ‘XS’]; break;
case 32: choices = [’10’, ’20’, ’30’, ’40’, ‘STD’, ‘XS’]; break;
case 34: choices = [’10’, ’20’, ’30’, ’40’, ‘STD’, ‘XS’]; break;
case 36: choices = [’10’, ’20’, ’30’, ’40’, ‘STD’, ‘XS’]; break;
case 38: choices = [‘STD’, ‘XS’]; break;
case 40: choices = [‘STD’, ‘XS’]; break;
case 42: choices = [‘STD’, ‘XS’]; break;
case 44: choices = [‘STD’, ‘XS’]; break;
case 46: choices = [‘STD’, ‘XS’]; break;
case 48: choices = [‘STD’, ‘XS’]; break;Forum: Plugins
In reply to: [Calculated Fields Form] Dynamic Drop downPlease elaborate how to check parser error in the code.
Forum: Plugins
In reply to: [Calculated Fields Form] Dynamic Drop downIs there a limitation in Number of case in switch()?
I am not able to put more than 26 cases.
Forum: Plugins
In reply to: [Calculated Fields Form] Dynamic Drop downIt has worked perfectly. thank you so much. This plugin is wonderful.