How to Open Zoho Creator Forms in Popup Windows from HTML Buttons
Opening a Form in Popup Mode from an HTML Button in Zoho Creator
The Challenge
When embedding buttons on a Zoho Creator page using HTML, you might want to open a form in a popup window when the button is clicked. Simply using an <a> tag with zc-popup attributes doesn't always produce the expected popup behavior.
Solution: Use Page Redirection with the openUrl() Function
To reliably open a form in popup mode, follow this two-step approach:
Step 1: Create an Intermediary Page with openUrl() Function
Create a new page (e.g., "OpenScript") that contains a Deluge script with the openUrl() function
Configure the function to open your target form with any required parameters
To build a robust Order form in Zoho Creator you need to be able to automatically "fetch" the information about a product and let the system pre-populates the subform with pre-existing data in the Products Table. First, you need to have a Products ...
The first step is to have the Subtotal or Total field value in the Order Form. Normally this would be a currency field or decimal field if you need to consider 1 or more decimals into your calculations. If not you can also set it the field as a ...
This is the most important step in the process of setting up your Zoho Creator database. A properly linked setup will enable your information to run smoothly and avoid wasting space ( MB ) First, you need to create at least 2 Forms. For example.- ...
It´s important to highlight that this post assumes you are already familiar with proper subform creation in Zoho Creator. If you are not please check out our Master Zoho Creator Subforms course in the url below before implementing this custom ...
Creator Scripts Zoho Trusted Partner in Digital Transformation Zoho Flow Selective Updates - Complete Implementation Guide Executive Summary Challenge: Preventing Zoho Flow from overwriting existing Creator record data with blank values during ...