lumor
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] How to add up to [cfbd-count]You can find snapshots of the exact codes here;
Forum: Plugins
In reply to: [Contact Form DB] How to add up to [cfbd-count]sorry, it rather looks like this when i view page source
<div class=”wpb_text_column wpb_content_element “>
<div class=”wpb_wrapper”>
<p><script type=”text/javascript”>// <![CDATA[
var value = [cfdb-count form=”Petition1(Our Problem)” role=”Anyone” permissionmsg=”true”] + 1000;
document.write(value);
// ]]></script></p></div>
</div>Forum: Plugins
In reply to: [Contact Form DB] How to add up to [cfbd-count]It looks like this in my post (using text box of visual composer);
<script type="text/javascript">// <![CDATA[ var value = [cfdb-count form="Petition1(Our Problem)" role="Anyone" permissionmsg="true"] + 1000; document.write(value); // ]]></script>and looks like this when i view page source ;
<div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p><script type="text/javascript">// <![CDATA[ var value = [cfdb-count form="Petition1(Our Problem)" role="Anyone" permissionmsg="true"] + 1000; document.write(value); // ]]></script></p> </div> </div>Forum: Plugins
In reply to: [Contact Form DB] How to add up to [cfbd-count]Thanks for getting back to me.
When i build the shortcode or copy and paste it in the text box of visual composer and then preview, i get the the number of entries.
But then when i run it in within the JS code, it doesn’t return any number, no feedback at all
Forum: Plugins
In reply to: [Contact Form DB] How to add up to [cfbd-count]Hi Micheal,
when I use the code above, I get no results, i returns now number and i have checked the html but nothing shows up there either.