MasG
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Header Problemlike this? https://prnt.sc/4LnaMcBsrCLs
Forum: Themes and Templates
In reply to: [Blocksy] Header ProblemI don’t understand about it, but.. for the theme I changed it via the cutomizer provided on the WordPress dashboard
Forum: Plugins
In reply to: [Calculated Fields Form] Hide FieldsetI want to make a calculation result template like this, with the green color want to use, while the empty fieldset is called “blank”
when not using blank fieldset,the display will be like this
Forum: Plugins
In reply to: [Calculated Fields Form] all.jsoke thanks, i will try that
Forum: Plugins
In reply to: [Calculated Fields Form] all.jslitespeed cache
Forum: Plugins
In reply to: [Calculated Fields Form] Copy Clipboardoke, thanks bro ..
Forum: Plugins
In reply to: [Calculated Fields Form] Copy Clipboardyes sure, but can i get copy of clipboard only 10810811 (number value only)?
Forum: Plugins
In reply to: [Calculated Fields Form] Copy Clipboardcan you tell me how to custom copy?
my field contain symbol like “Rp” and Symbol for grouping thousands ” . “
when field show Rp 1.000.000, this copy clipbord is olny 1000000
Forum: Plugins
In reply to: [Calculated Fields Form] Copy Clipboardmy code https://prnt.sc/u3ulQ-mEOsJq
Forum: Plugins
In reply to: [Calculated Fields Form] Copy Clipboardit looks like there is some error so the function is not running
check in my site link
Forum: Plugins
In reply to: [Calculated Fields Form] Copy Clipboardwhen i have 4 field to add this function,, can i write like this?
<script> jQuery(document).on('click', '[id*="fieldname1_"]', function(){ COPYFIELDVALUE('fieldname1', this.form); }); jQuery(document).on('click', '[id*="fieldname2_"]', function(){ COPYFIELDVALUE('fieldname2', this.form); }); jQuery(document).on('click', '[id*="fieldname3_"]', function(){ COPYFIELDVALUE('fieldname3', this.form); }); jQuery(document).on('click', '[id*="fieldname4_"]', function(){ COPYFIELDVALUE('fieldname4', this.form); }); </script>
Forum: Plugins
In reply to: [Contact Form 7] SUM fieldsdo you have a sample java script that can be used?
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] crashthis tab is hidden when i update core wordpress to 6.1.1
upgrade to 6.1.1 without plugin Smart Grid-Layout Design for Contact Form 7 still working
Site Health Status https://prnt.sc/eyXaNKPzYYqP
- This reply was modified 1 year, 10 months ago by MasG.
Forum: Plugins
In reply to: [Calculated Fields Form] Baground color not workingnice, its working fine.. thank you
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Codeadding a calculator function to the form,
like the sum of field1 + field2 = field3