Book Appointment Now
Setup Indian Currency in WP Forms
/**
* Add a new currency symbol - Rupee
*
* @link https://wpforms.com/developers/how-to-create-a-new-currency-symbol-for-wpforms/
*/
function wp_add_currencies( $currencies ) {
$currencies[ 'INR' ] = array(
'name' => esc_html__( 'Rupee', 'wpforms' ),
'symbol' => '₹',
'symbol_pos' => 'left', // LEFT
'thousands_separator' => '.',
'decimal_separator' => ',',
'decimals' => 2,
);
return $currencies;
}
add_filter( 'wpforms_currencies', 'wp_add_currencies', 10, 1 );
Hi, I’m Amit Patel, a passionate Software Engineer with expertise in Web and SEO | YouTube | Facebook Ads| Google Ads | Instagram Page Grow. I specialize in strategies to boost online visibility. As a Social Media Marketing Expert, I help brands grow their digital presence and connect with their audience effectively.