How do I implement multiple currencies in my web forms?

How do I implement multiple currencies in my web forms?

You can implement multiple currencies in your web forms in two different scenarios:

 
1. Currencies as a drop-down list in the web form. The visitor can select the required currency
.
When you're including the Currency field in your web form, the website visitor can select the currency, specify the amount and add this amount to Zoho CRM. Once you've published this form, the currency field becomes available as a drop-down list with all the active currencies added in your CRM account.

2. Currencies as a hidden field with a specified value in the web form.
You need to include the currency field while generating the form in this case as well. When the hidden value is specified, all the records generated via this web form will have the specified currency. In the generated HTML code, you need to replace this code for the currency field,
<select name='Currency'><option value='USD'>USD</option><option value='INR'>INR</option> </select> 

Replace it with this code
<input type="hidden" name="Currency" value="USD"/>.
    • Related Articles

    • Manage Multiple Currencies

      The multi-currency support in Zoho CRM helps you to handle business transactions in the global marketplace easily. If you regularly deal with international clients and vendors, then Multi-Currency will facilitate international buying and selling. ...
    • Setting up Web Forms

      Creating a web form involves three steps:  Building the form  - Drag and drop fields to build a form and format it easily with the WYSIWYG editor.  Specifying the form details  - Add details such as form name, landing page URL (where the visitor ...
    • Zoho CRM Web Forms for Google Sites

      Web forms simplify the process of capturing visitors' or users' information from the website into your CRM system. They are designed to automate importing of data from website into Zoho CRM and to enable non-technical users to design and publish ...
    • Can multiple web forms be created?

      Yes. You can create multiple web forms and have them all active at the same time. However, the number of web forms available in each module depends on the CRM Edition that is being used: 1 per module in the Free Edition. 10 per module for the ...
    • Web Forms

      Capture visitor information directly from the website using Web Forms Help guide Web Forms - An Introduction Setting up Web Forms  Including Opt-in Checkbox in Web Forms for Consent