connect
How to print an HTML view with background color and image?
It is quite common that when you print an HTML view, the background color and the image you have given in the HTML view will not be printed. To make the browser print images and colors, open your browser (IE or Firefox), Navigate to File -> Page ...
How do I enable export options (print, CVS,etc) for a view embedded in my HTML page?
You can directly place the URLs as linked text. a. To print the view, place a linked text in the format given below: <a href="http://creatorexport.zoho.com/appOwnerName/appLinkName/print/viewLinkName"> Print </a> b. To export the view in CSV format, ...
How to print an HTML view with background color and image?
It is quite common that when you print an HTML view, the background color and the image you have given in the HTML view will not be printed. To make the browser print images and colors, open your browser (IE or Firefox), Navigate to File -> Page ...
How do I enable export options (print, CVS,etc) for a view embedded in my HTML page?
You can directly place the URLs as linked text. a. To print the view, place a linked text in the format given below: <a href="http://creatorexport.zoho.com/appOwnerName/appLinkName/print/viewLinkName"> Print </a> b. To export the view in CSV format, ...
I have uploaded images to my form using the Upload field type. How can I refer this image in my HTML View?
The image/file URL which is stored via the file upload field will be in the format given below: https://creatorexport.zoho.com/DownloadFile.do?filepath=/<FileUploadFieldName>&sharedBy=<userName>&appLinkName=<appName>&viewLinkName=<viewName>; In your ...
I want to track the source of a new completed form (using creator) to see if it came from google adwords. Is this possible,
Creator forms/view do not have support for embedding analytics code snippet. ZohoWiki has support for embedding google analytics snippet . You can embed your creator forms/view in a wiki page and track the traffic for the wiki page using analytics.
Is it possible to integrate current MS Access db file with Zoho Creator?
It is possible to migrate your existing .mdb database to ZohoCreator. For this, Go to Zoho Creator Home Page (http://creator.zoho.com) and click on Create new application. You will have a link to download the tool convert your *.mdb filed to Zoho ...
I forgot my username/password. How to proceed next?
If you've forgotten your Zoho user-name, you can sign-in using the email ID you'd used while registering with Zoho. In case you've forgotten your password,click on the "Forgot Password" link displayed below the login box in Zoho Creator. You will be ...
How do I change my zoho.adminuserid?
The Zoho Creator variable zoho.adminuserid is the email ID you'd used while signing up with Zoho. It is also called your Primary Email ID. To change your zoho.adminuserid/ Primary Email ID Visit https://accounts.zoho.com. Sign in using your Zoho ...
I have embedded the form in my website, How do I see the data that was entered in it?
Whenever data is entered into a form created by you, the data is automatically stored in Zoho Creator. To see the data that has been entered in a form: Log in into Zoho Creator using your Zoho Credentials. Click on the name of the application which ...
I have embedded the form in my website, How do I see the data that was entered in it?
Whenever data is entered into a form created by you, the data is automatically stored in Zoho Creator. To see the data that has been entered in a form: Log in into Zoho Creator using your Zoho Credentials. Click on the name of the application which ...
How do I embed the Form I created in my website?
Its very easy to embed the form that you created in ZohoCreator into your webpage/blog/website.Zoho Creator provides an iframe snippet that can be used to embed the form in your webpage. Please make sure that your blog/website supports iframes. To ...
What are the types of data export supported By Zoho Creator?
The data stored in ZohoCreator can be exported and stored in your local drive. We support the export of data in the following formats: Spreadsheet [*.xls] HTML PDF RSS Feed JSON Feed CSV Feed TSV Feed
When I log-in to my account, it says I haven't authenticated my account. How do I confirm my account?
When you sign up with Zoho, an Email with the confirmation link is sent to the Email ID provided by you. The email has the subject "Welcome to Zoho!" and is sent from "accounts[at]zoho[dot]com". You can open the email and click on the confirmation ...
How do I add a custom filter to my view using scripting?
Custom Filters are a set of named criteria that allows you to select only specific entries in a view. Default filters will be created for single-select, multi-select and date fields. You can create custom filters with AND/OR operators or a ...
How can I remove the Zoho Logo and use my own logo in its place?
Yes it is possible to replace the Zoho Creator logo on the top left corner of the page with your own logo. This facility is available from theStandard plan onwards.To add your own logo, Click on Account Settings link displayed on the top right of the ...
How do I share my application with the Users?
To share an application to your users: When you sign into Zoho Creator, the list of applications created by you are displayed in the home page. When you mouse over an application, 3 options are displayed. "Settings", "Duplicate" and "Share". Click on ...
Can you provide us with more information on your level of support and the uptime of Zoho services?
. Level of support and escalation service We offer unlimited email support and telephone support for critical issues. All support tickets will receive a response within 24 hours, or the next business day. If you do not hear from us within this ...
How do I get help from Zoho Creator Experts?
Stuck with something in Zoho Creator that you would like some help with? No problem! Beyond our Help documents and knowledge base articles, you can reach out to experts to solve your requirements: Contact our Technical Support team via email, live ...
How can I fetch all the records in a Form that satisfy a given criteria?
The Count function in Deluge Scripting enables you to get the total number of records in a form satisfying a given criteria. Using the count function, you can check if an entry already exists in a database. Deluge Script Assume, you have two forms ...
I want to create a Menu form with multi-select fields that list the menu items in each food category. Can you explain how I can use Deluge List task to manipulate the list values?
The Buffet Menu application illustrates the usage of the Deluge List function. The application comprises of a Menu form with multi-select fields that list the menu items in each food category. Selection of the food items for the buffet is subject to ...
How to Iterate Records in a Form
The "Task Management" application illustrates the usage of for each record Deluge statement, to iterate records in a form. The applicationcomprises of the following forms: Staff Details: To store the staff details like name, emailid etc. Task: To ...
How to restrict certain users from viewing all the fields in my form?
A user can be identified, using the Deluge variable zoho.loginuser, which returns the name of the user who has logged in to the application. The Deluge variable zoho.adminuser returns the name of the application owner. Sometimes may want to restrict ...
How can I update the value of a field in one form with the data fetched from another form?
Refer the following sub topics under Tips & Tricks - Fetch and Update Records, to fetch records from another form and set the value in the current form.
How can I create a relationship between two forms?
Yes it is possible to establish a parent child relationship between two forms in Zoho Creator. To do so, a field from the parent form has to be included in the child form.The steps to create a relationship between 2 forms is as follows: Click on ...
Can I Rename the Submit/ Reset buttons in my Form?
Yes, just like you name the fields in the form as you like, you can also rename the buttons present in a form. To rename a button: Mouse over the button. From the menu that appears, click on "Edit this button". In the dialog that appears, you can ...
How can I get the values entered for certain fields via Deluge script?
Many a times, when you are developing an application, you may need to get the value(s) entered for the fields in the form. To get the particular value, you can do so in Deluge Script, using the statement: input.<Field Name>For ex, if you would like ...
How do I re-arrange the fields in the Form?
To re-arrange the fields in a form: Click on "Edit this application" and navigate to the appropriate form. Drag the field you need to move and drop it in the required position The fields would be displayed in the new order when the form is accessed.
How can I copy/duplicate a Form?
Right now it is not possible to duplicate a form directly. However, it is possible to do so via script. Click on "Edit this Application" and navigate to the particular form. From the top strip displaying the Form name, mouse over on "More Actions" ...
How can I segregate fields in my form into different sections?
You can create visible separation between the fields in your form by using the "Add Notes" field. The "Add Notes" field is a field using which you can create rich text content for your form. You can include dotted lines, instruction blocks, or any ...
When I submit data in my form, I get an error "Please Enter value for the field [fieldname]". I cannot seem to find the said field in the form though. How do I resolve this?
While creating a form, it is possible to make certain fields "mandatory" - ie a value must be entered for this field. When such a field is hidden when the form is loaded by using "Deluge Script", and never shown before submitting the form, such an ...
I added a formula field to my form. Why can't I see the field when I access the form?
A formula field is used to compute the formula specified by the user. It will not be displayed in the form while a user accessed the form to add data. However, it will be displayed in the view along with the computed value
Can I send an email to the user who has entered data in the form using the email notification tool?
Yes it is possible to send the user an email after he has submitted data into the form. However the Send Mail Deluge task has the following pre-requisites: The zoho.loginuserid/ zoho.adminuserid must be used either as the "From" or the "To" address ...
I have embedded the form in my website, How do I see the data that was entered in it?
Whenever data is entered into a form created by you, the data is automatically stored in Zoho Creator. To see the data that has been entered in a form: Log in into Zoho Creator using your Zoho Credentials. Click on the name of the application which ...
Can I lock a record that is being edited, and restrict more than one user from editing the same record at the same time?
Yes, with Deluge Scripting you can lock a record that is being edited as described in the steps given below: 1. Create a Form, for example, with name "LockedID" with a number field to store the ID number of the record being edited in 'Form X". ...
How to convert Date format in Deluge Script
To convert the date format from "DD-MMM-YYYY" to "YYYY-MM-DD", change the string with first format to date. Then convert that date object to a string specifying the second format. The below is the sample function which converts the format of the date ...
I have configured an "on success" script with the "send mail" task with "From" address as "zoho.loginuserid". But the send mail action fails to execute, why?
If your Form is accessed by users without logging in to Zoho Creator, the variable zoho.loginuserid will be set as "Public". As "Public" is not an email address, the send mail action fails to execute.
How can I redirect a user to a Form's view after successful submission of Form data?
How can I redirect a user to a Form's view after successful submission of Form data?
How can I make a field to be "required" dynamically?
Assume you have a radio button field named Field1 in your form with values "Yes"/ "No" and you want Field2 to be required only if the value ofField1 is "Yes". To achieve the given scenario, add the given script to Form Actions -> On add -> ...
Can I restrict entries to my Form only from the admin user. If yes, how?
Yes, you can restrict entries only from the admin user. In the following code, Added_User stores the name of the user who added the current record and zoho.adminuser returns the name of the admin user. If the added user name is not equal to the admin ...
Next page