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

    • Implementing Multiple Currencies

      Multiple Currencies in Zoho Recruit will help you manage everything from deals across the globe to invoices, payments and reports in the currency that your organization and partners prefer. You can accurately estimate the value of opportunities and ...
    • 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 needs ...
    • Web forms

      Generate contacts by capturing the website sign-up information of your potential customers, directly into Bigin without single line of code. Let's say you have a fully furnished website with a 'Subscribe' form. A potential customer checks out your ...
    • 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 ...
    • 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 ...