email adresses
Hi, I have a form and I want it to be completed by my players in an online RPG so they can submit their orders online. I have an email account where the submitted form should go to but I would also like the following if possible. 1. For them to be able to preview the orders before sending, ie confirmation of what they have put in. 2. For them to get a copy as confirmation it has been sent. Is this all possible? regards
Reply To : Address Problem
When i insert a reply to email address in my sendmail on success script, the reply to address that actually gets used is different... instead of "@gmail.com the mail contains "@xn--gmil-mg0l.com" Anyone know how to fix this???
Can you left align a number field in a view
Text fields are left aligned and number fields are right aligned in views. Is there a way to left align a number column?
Online Survey
Hi, First of all I want to say that Zoho is light years away from any Google and Microsoft online services. Zoho rules! I want to make an online survey, but Zoho has so many services that I don't know which is the best. I'm between Zoho Creator and Zoho Challenge. I need to create a permanent survey, that anyone in the web can reply. Public. The person will input data such as name, phone number, and others (personal data, so I'm the only one that can see the results). Also need radio box, multiple
Auto-populate fields based on Login
Hi Zoho, I have a form that I am using for our team members to log issues related to various publications. There are certain fields that they have to enter over and over again that are the same, depending which project they are working on. Is there any way that I can have the form automatically set default vallues depending on the login. For example, If loginid = xyz then Course = "Level 1" Reporter = "Jane Doe" else if loginid = abc then Course = "Level 2" Reporter = "John Smith" end if Is there
changing existing form to another
hi, I want to know how to change an existing form to the timesheet form thank you
Browser Connection Setting NOT honoured in Chrome and Internet Explorer Browsers
On this page ... accounts.zoho.com/u/h#setting/preference ...my Browser Connection: setting is UNCHECKED. When I sign in using Firefox ... my Home Page and the Home pages of my Applications are all accessed using http. But when I sign in using Chrome (v11.0.696.71) or Internet Explorer (v8.0.6001.18702)... making sure that Use Secure Access is UNCHECKED ... my Home Page and the Home pages of my Applications are all accessed using https. Gaev
How do I create a function in "On User input" action?
I am not really familiar with scripting languges, so I need an advice on syntax of functions definition. I understand how to create functions in "Functions" section. But I want to use "hide" and "show" keywords inside a function. As I understood I can not use it in scripts from "Functions" section, only in "On User input" action or so. Thanks in advance!
Filter results in a lookup multiselect field according to a lookup dropdown menu
Hello, I have two databases: one concerning centres, and another concerning students registered at theses centers. I would like to filter the results in the lookup multiselect field (listing all the students), according to selecting previously the appropriate centre in the lookup dropdown menu. For instance: List of centres: AAAA, BBBB, CCCC Lista of students: Carlos (AAAA), Marisa (BBBB), Peter (BBBB), John (CCCC) So idea would be: if we chose "BBBB" in the lookup dropdown menu, then display only
Email Data into Zoho Creator
How long does it take for data to show up in a view when using the email data feature? I've sent 3 emails in, about 10 mins apart, and none of them have shown up. I'm using the same account (email address) that I used to create the application when I'm emailing in the data. Thanks.
All my zoho creator embed form down this morning?
Hi support, All my zoho creator embed form/ view down this morning, can't access at all... it seems just shut down. Kevin
MAC computers...cannot access Zoho creator...
- several users on MAC computers cannot access zoho creator .... they've tried Firefox and Safari browsers. Any advice?
Create combined views with more than two related forms
In the help Page about views https://help.creator.zoho.com/Quick-Start-Guide.html#create%20combined%20view it's said : Create combined view You can create a combined view with two or more related forms. "or more" ... it looks like ZC is able to relate two forms and not more. Will zc be able in the future to create combined views with a 3rd (4th?) related form ? (I mean without having to write script in parent form)
Easy way to auto-populate a field with last value entered
Hi Zoho, I have a project where team members are repeatedly entering the same values over and over again for a period of time (an hour or so), then values may change and they are entering those over and over for the next hour. Is there any type of short-cut key that will auto-populate a field with the value that you had previously entered into the same field on the previous record? That would save a lot of time. Thanks, Kim
Return type for create tasks
The Zoho Tasks for creating records in CRM and Invoice has its response returned as String Variable. This String response contains the result of the Create Operation in XML Format as a series of inputs for various fields. Since it is XML as a String, you have to use the XPath expressions to access the field type that you need. Say for example, if you need to extract the First Name of the contact, then you should be using this XPath expression : contactinfo = { "Last Name" : input.Last_Name, "First
Update Html
How can i update data in a table in a HTML View everytime new data is entered in my form?
multiple if conditions
Hi, I´m new user and I would like to know how to combine multiple if conditions. For example: I have two fields: -Survey- and -Projeto-. I have another field named -Percentual-. If Survey is checked as "Done" - The Field Percentual have to show "50", so I did the following formula: if(Survey="Done", 50,0) I did another formula: if((Survey="Done") && (Projeto="Done"), 100,0)) Each formula works good whithout the other, but I want both formulas work together. I tried this (didn´t work): if(Survey="Done",
embedd HTML in webstite
I am trying to embed HTML into my webstite and this works properly with one page/view. I am using the referral network from which has mulitple pages to it. how am I able to place this in my website and have users access multple pages/view. Not just the single form. It reading through the help topics, I think it adding the "Get Java Script" Snippet is the way to go, however I do not see this selection on the form I am using. Please assist.
Repeat until...
Hi, I'm sorry, my English is very little. This is the problem: if((input.subdep == "mag_01")) { a001.mag01=(a001.mag01 + a000.m001); a002.mag01=(a002.mag01 + a000.m002); a003.mag01=(a003.mag01 + a000.m003); a001.Quantit_IN=(a001.Quantit_IN - a000.m001); a002.Quantit_IN=(a002.Quantit_IN - a000.m002); a003.Quantit_IN=(a003.Quantit_IN - a000.m003); } Now... is possible to use a function to increase the value of form and field name? a00x with x = x+1 until x = y
Zoho Creator is down
The entire service appears to be down right now and it has been 10 minutes or so. Please advise urgently. Anton
Inconsistent information in Help page ...
This Help page contains inconsistent information regarding the URLs to be used for specific functions. http://help.creator.zoho.com/Functionality-based-URLs.html#To_print_a_view http://help.creator.zoho.com/Functionality-based-URLs.html#To_print_a_view_with_criteria http://help.creator.zoho.com/Functionality-based-URLs.html#To_print_a_HTML_view_with_parameter The format references creatorexport ... but the example references creator http://help.creator.zoho.com/Functionality-based-URLs.html#To_convert_HTML_view_to_PDF
Having the following error when migrating from Access: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
Dear all, I'm using Windows 7 (64-bit) and Microsoft Office (32-bit) and when I tried to use Zoho tool for importing access database i have the following error "The 'Microsoft .ACE.OLEDB.12.0' provider is not registered on the local machine". Can anyone help me to find a solution to this problem? Thank you very much for your attention Regards. AC
Form script will not load
I am trying to edit the script of one of my forms (specifics below), it will not load no matter what I do, and I have been trying to do it for the last 24 hours. I think it may be because I am trying to link to a cell in another table but may have spelt it wrong, but not really sure. Please help asap. Form link: https://creator.zoho.com/youthalivedatavictoria/form/30/edit/ Script: on edit > on submit is the one that will not load and Form definition with action also.
Embedding forms
One thing that I would like to see is the ability to edit the blue frame around forms. I would love to embed Zoho forms into my website, but can't because the frames don't fit the look and feel of my site. andre.malan
Lookup Sort
I have a problem. I have a table with value (text) and value (order) Like that : text - order aaa – 02 bbb – 04 rrr –01 ggg –03 Now, it matter to me to have that order sort, because it is imported in another table as checkbox (lookup). So in the table #2 there is some field, and one field should look like (multiple value check box) [ ] - rrr [ ] - aaa [ ] - ggg [ ] - bbb I have SORT the first table value based on the order. THE PROBLEM, and the question are: The already enter product in table #2
Problem with setting permission to users
I disabled user permission to edit, bulk edit, delete and add. Its not working in live view. Kindly check. Regards, Edith
Zoho Creator API - We will support only HTTPS
Dear Users, At present, we are supporting both HTTP and HTTPS in our API implementations. However, starting 4th week of May 2011, we are planning to support all API transactions only via HTTPS and permanently discontinue the HTTP protocol. This additional SSL, 256-bit security system will make our third party integrations more robust especially with the data transfer processes. After 3rd week of May 2011, if you still use HTTP in your code, API requests will be redirected to HTTPS. If your client
Edit/delete/add in the form is disabled.
I could not edit/delete/add/remove field to the form: Work Accomplishment. Kindly address asap. Thanks, Edith
How to create User Accounts withought requiring a Zoho Account
Hello. I'm working on a Zoho application that I hope to share with "public" users whom I would like for them to purchase goods from my site. After they make a transaction,I'd like for them to be able to "login" to my application without requiring them to obtain a Zoho account (sort of like an e-commerce application) so that they can securely view their own orders, payments, submit customer services questions, etc. I'd like to personalize their experience as they register in my site and do business
Some views won't take grid + then grid gets disabled
Hi -- On several views, if I select "Grid" in Display properties, not only does it revert back to List, but "Grid" disappears altogether from the "View as" submenu in "More actions"... I just tried to create a new view, based on a test form, and that's what it did. Any idea? TIA.
Printing Without logging in.
It would be nice of we have the option to let the user print without logging in.... Regards, Edith
Javascript in a form/view?
Does anyone know if you can add javascript in a form or view? I'd like to put a "back" button or link on a row/record using the following script: <SCRIPT TYPE="text/javascript"> <!-- var gb = new backlink(); gb.type = "button"; gb.write(); //--> </SCRIPT> Is there a way to accomplish this? I was thinking that I'd add a URL field to the form and then display that on the view, but that doesn't seem to work.
change file description to download here or icon
How do you tell creator to not show the complete file name under download document (see this link http://litcosys.ca/testing/brochure_finder.html) I want it to simply describe the file name as "download" which would be linked to the document.
Using Creator for many filtered views
I've used Creator extensively. It has many excellent features but there is one glaring weakness - the inability to display many different filtered views. For example, I have a database with a state field. There are 50 states. On my web page I need to give the user the option to select a state (either through link or picklist) and display the database filtered by that state. How can I do that with Zoho Creator today? There does not seem to be a reasonable solution. I can create a duplicate view filtered
Report Scheduler broken?
I have setup two different schedules and neither report ever emailed... is anyone else having problems with report schedules?
Please Update the Feature-updates-and-bug-fixes Page
https://help.creator.zoho.com/Feature-updates-and-bug-fixes.html needs attention. I believe the new account home page layout is now universal, for example. There may be other updates... John M. Whitney
Two Forms, but One View
I'd like two different forms that both submit data to a common view. In other words again, can I create a new form that is based on a currently existing view?
Hide name of document and have it replaced with a checkmark
Here is a link to my database http://litcosys.ca/testing/brochure_finder.html Rather than showing the full name of the document that people can download i.e. AP_Automation_APNow_article_Fall06_1_.pdf Can it be changed to a check-mark or a default name of "download" that users can click to d/l the document. Thanks! btw> this is awesome!!! thanks so much for making this public!!
Help - I want to be able to create a field for weight in zoho creator
Hi All, I want to be able to create a weight field for height and inches in zoho creator for my form. For example: Under the header Weight, I want clients to be able to input a numeric number 6 against the header Ft and 4 against another header Inches. How can i create this without creating fields in a seperate line for each header? Hope that makes sense Thanks Ali
Insert multiple rows with creator...possible?
I'd like to know if what I am attempting is just impossible in zoho or if I'm doing something wrong...any feedback is appreciated! So in my application- basically an SEO order tracking app- I have a table for Orders (where the below script is coming from) and a table for Order Lines- each record in this table is one line out of an order- each order has a unique number and I select the number in a lookup to attach each line to an order. Some websites that I do seo for have many urls and keywords-
Next Page