malpica
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Using buttons to populate form fieldsForum: Plugins
In reply to: [Calculated Fields Form] Using buttons to populate form fieldsSorry but I don’t publised form.
I have a html field with the code above: fieldname20Now in fieldname21 I want multiply result of fieldname20 by 2. How can I pass the result of fieldname20 to fieldname21?
The code of fieldname20 is:
<script> function moveNumbers(num) { var txt=document.getElementById("result").value; txt=txt + num; document.getElementById("result").value=txt; } </script> Codigo Postal: <input type="button" value="1" name="no" onclick="moveNumbers(this.value)"> <input type="button" value="2" name="no" onclick="moveNumbers(this.value)"> <input type="button" value="3" name="no" onclick="moveNumbers(this.value)"> <input type="text" id="result" size="20">
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] sort resultsSorry, the correct link is https://www.mendivilyasociados.com/seguro-vida
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] button show/hide columnsForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] sort resultsOk problem solved.
One question: How can I reduce space between column’s header and the sorting arrows?
Best regards.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] sort resultsI have seen that the plugin works good if the shortcode is [table id=4 cache_table_output=false], but if I insert code to sort results, plugin don’t work
How can I sort results?
Best regards
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] sort resultsThe shortcode it’s: [table id=4 cache_table_output=false row_order=”sort” row_order_sort_column=”B” row_order_sort_direction=”ASC” /]
Don’t work
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] sort resultsHi,
In the page https://www.mendivilyasociados.com/?p=958 you must complet the fields and press “calcular precio”. You’ll see a new page with the plugin table press.
I have another problem. When load the page with results within tablepress plugin don’t show the fieds with results but if I have logged in my wordpress page the results are shown correctly.