Okay
  Public Ticket #1245992
Contact Form 7 pics Currency $ in the fiels
Closed

Comments

  • nomangm started the conversation

    On home page of http://beta.fmplweb.comwe are using contact form7 (home loan) on top right hand side. The Currency symbol in the form field displays $, though we have changed setting in WP Amortization Calculator, Currency Symbol to:  ₹ (Indian Rupee Symbol), it still displays $ sign. Please see the screen-shot.jpg attached. 

  •  2,010
    Ocean replied

    HI,

    you can send me admin account.

    set private reply.

  •   nomangm replied privately
  •  2,010
    Ocean replied

    Hi,

    you can open file wp-content/theme/borrow/template/template-tag.php => find "#amount" then

    change "$" to "your currency"

  • nomangm replied

    Thank you for your prompt support.

    In file found under

    wp-content/themes/borrow/framework/template-tag.php

    Following changes were made:

    $("#amount").val("₹" + ui.value);
                }
            });
            $("#amount").val("₹" + $("#slider-range-min").slider("value"));

    Now our currency ₹ is displaying instead of $.

    Thanks and best regards