Multiple Forms associated with One Table?
I'm building a form that I will embed on a site, for clients to submit a work order. Its a long form, tedious to build in Creator and such a long form can test our clients' span of attention. So, I'd like to break it out into 2 or 3 steps (2 or 3 forms), but I don't want 2 or 3 tables. I'd like the 3-step form process to submit data to just one table. Is this possible? Thanks. - Matthew
dfgfd
Application sharing not working
I have entered the correct email as a user to my account. I have shared 3 views to this email. Still the application does not appear under 'Shared Apps' (Home). If the user tries to access it directly (by clicking the link in the email that was sent to him when I shared the views) it says that he is not authorized. What to do?
'Save as script' function
Under "more actions" one of the choices is save as script. What does that do ? How does it differ from 'save changes' which appears occasionally ? Zoho newbie
Escape key
The 'escape key' which normally reverses choices made (drop-down menu, etc) apparently does not work in Creator. Plz advise. Thanx. Zoho newbie
Export Issue
I have been unable to export any of my app views to any output formats. I get the attached error. Could it be a problem with my pc or is it a setting I have missed in my application? Thanks for any help you can offer. I look forward to getting this resolved. Kevin
Complete documentation Avail ??
Is there Creator documentation avail for a Zoho newbie that is better than 'quick start guide' ? The guide leaves out a l-o-t of good stuff. If published doct avail either from Zoho or other professional organization it would help. Thanx. Newbie
user_email == zoho.loginuserid
I just discovered in horror that all the views I created with a filter: user_email == zoho.loginuserid does not work any more.... "user_email" is one of the fields in a form.... The intention is to control user access to a set of records in a table; when the user_email is equal to zoho.loginuserid, the user can see a set of records assigned to her. please help...
Help With Email Notification Please
I need an email notification to be sent if a specific date variable in my form is set to today or tomorrow AND the zoho.currenttime is after 2PM. I can't figure this out and I've tried every workaround I can think of. Can anyone help please? Thanks!!!
Email Notification Based On Separate Date & Time Values
I have a delivery scheduler application and I need an email notification when the requested delivery date is tomorrow and the added time is after 2PM today. I've been trying everything I can and have been unsuccessful. Help please!!!
Column Width
I understand existing bug which prevents width changes will be fixed around Sept 2. What do choices 'pixels' & '%' mean : (a) how many pixels = 1" ? (b) % of WHAT ? Thanx. Zoho newbie
Dates/Time fields will not update with 00:00:00 specified for time
I have a form with a date/time field and it generates an error with the time of 00:00:00. Why?
Change default label on Calendar
I created a calendar of events in Creator. When viewing the results, the label (the link you click to get more info about the event) on the calendar day for the event is showing the person's first name. How can I change this label to show instead the Event Name?
Suddenly I cannot submit my form
Hi When I try to submit a form this morgning the system comes with an error saying: "On User Input action is being executed for one of the field in this form. Please wait till it gets over and submit again." The problem is that nothing happens! This is a fatal error to us. We cannot create any request in the system!!! My application is AFB System 2.0, and the form is called Request to MDMT. You should have the access! Regards Skouboe
STATUS VERIFICATION
Hello guys: I have a form named CONTROL_DIARIO, it keeps records on individual house construction development on a project. It pulls the houses' status info from another form, STATUS_VIVIENDAS. The house's lot number in the CONTROL_DIARIO form is chosen by the user in a pullout list fed from STATUS_VIVIENDA 's info. There is a field in STATUS_VIVIENDAS named STATUS, wich describes if the house is being constructed or sold. If a house in STATUS_VIVIENDAS has the STATUS == constructed or sold,
Help with multiple field lookup and returning a SUM total
Hi all, We are recent ZC converts and we’re trying to build a Job Management application for a creative agency. The application will manage: - Job workflow (Jobs contain different Tasks and Status’) - Track Hours per Task - Track total Hours per Job - Calculate Invoice amounts - Track Expenses - Generate Profit + Loss per Job The Jobs Form/View has these fields: Client, Job Name, Status, Hourly Rate, Actual Hours. The Logged Time Form/View has
PDF functionality like PHP (FPDI)
Hello We have a few government PDFs. We would like to show a simple online form to the end user. And the form, autogenerates the completed government PDF. This can be done in PHP using FPDI libraries. Can this be done in Deluge? Thanks
Record summary doesn't show hidden columns
Hi, I still can't believe how powerfull and easy Zoho Creator is. However, I have a problem: when I click on the 'record summary' button, the summary that pops up doesn't show the data of the hidden columns. How can this be fixed? I can think of some workarounds, but I thought the 'record summary' function was designed just to show these hidden records easily. Thanks, Maarten maartenzam
Scheduled Report on Creator
Hello: Can a scheduled report based on a View be escheduled to be sent, let's say, to the Directors' email once a week? Thanks Alberto
Print support
Hi You write in your "Working on" list, that you have completed the print support. How is this to be seen in ZC? Br Dennis
Send mail based on submission data from another form?
I maintain 2 forms in order to match buyers and sellers. 1 form contains data from the buyer, and the other contains data from the seller. When a buyer submits their info into the form, I would like a form automatically sent to the sellers based on certain matching info from the buyer. For example, if a buyer is from California, I would like an email automatically sent to all sellers who are also from California. Is this possible? If so, can someone please help me with the script? Thank you!
Unable to Fetch Data/Renaming APP or URL/permalink
Hello.... A problem and a question. I was about to deploy my app (on a deadline) when these issues arose. The Problem: My app form appears to work fine, but I get the "unable to fetch data" error when I try to look at the associated table. I've enabled edit access to support for the app "EVAL." The Question: Because I copied/backed up my app several times, the URL now reads something along the lines of: "copy of copy of copy of..." Is there a way to rename the URL/permalink to something a little
Often need to refresh
Hi, I wonder why my application often need to be refreshed with either a "F5" or I simply need to logout when I slect a value in my picking lists?. This is a generel question and not a specific. Do I do something wrong in my programming? or is our IE the problem? Is ZC the problem? Br Skouboe
Calculating formulas within a form
Hi All I am running a form where values are imported from look up fields which are then categorised into a specific group that is represented by a number. I am wondering if by inputting the number, and not commiting the data to the database at this stage, that I can perform a script or function that would enable me to generate a look up list (checkbox) within the form that then displays specific data relevant to the number input so that I have the ability select choices from a list. appreciate
Calculate Average from Picklists?
Hello.... My form contains a series of picklists, all with responses 1 through 5. I'd like to have a calculated field visible on the form that will display the average of the choices in the pick lists. For example, assume two picklists. One has the value 3 and the other has the value 4. The average, of course would be (3+4)/2 and equal 3.5. I'd like the filed to display 3.5. Alas, I don't have the programming skills to even begin to figure out how to do this. Can you help? Thanks in advance.
URL data type does not persist custom 'target' after edit.
OK, here is another Elephant sized bug that got by the Creator Quality Assurance test team. Create a From with a URL type data field. Populate the URL field via deluge script, including a custom 'target' attribute. Such as:. <a href="http://creator.zoho.com/ensobase/home/form-embed/Task_Manager/DealPreLoadHidden=RECORD_ID#" title="4th - MacKenzie" target="tm">4th - MacKenzie</a> Click the link in Form View mode and watch in amazement as it actually works and loads the target frame. :) Edit the record
How to add multiple image files at once in Zoho Creator?
Is it possible to add multiple image files at once in Zoho Creator? 2000 images need to go into a database, and uploading them one by one is not an option! The import data menu does not seem to handle uploading images... thanks!
Help with multiple field lookup and returning a SUM total
Hi all, We are recent ZC converts and we’re trying to build a Job Management application for a creative agency. The application will manage: - Job workflow (Jobs contain different Tasks and Status’) - Track Hours per Task - Track total Hours per Job - Calculate Invoice amounts - Track Expenses - Generate Profit + Loss per Job The Jobs Form/View has these fields: Client, Job Name, Status, Hourly Rate, Actual Hours. The Logged Time Form/View
polls
I'd like to try Polls, but don't know where to find the Polls home page where I can start creating one. - Gus gblumberg
Export on a googlemap
I would like to see all my clients on a googlemap. Is this possible?
Comparing strings
Hi, I an using the 'Validate on form submit' script to put a value in to a field that is the result of adding two strings together. The script looks like this.. if (dop.MCC_MNC < oop.MCC_MNC) { input.Reference = dop.MCC_MNC + "/" + oop.MCC_MNC; } else { input.Reference = oop.MCC_MNC + "/" + dop.MCC_MNC; } So if the value in dop.MCC_MNC is less than the value in oop.MCC_MNC then the variable will be set to dop.MCC_MNC + "/" + oop.MCC_MNC, and vica versa. The two strings that are being compared can
Zoho Creator Brazil
Hello, I'm beggining to use Zoho Creator to attend some of my clients creating on the cloud aplications. But as we are in Brazil I'm having some trouble with the language. Is there any plans to translate Zoho Creator to portuguese? I saw, for example, that the Zoho Invoice is already in portuguese. If you want I'm able to help you to tranlate it. I'm willing to help. Other question: will be available any soon the sub-form feature? Thank you. Rodny Coronel
Populating Form Fields From Database
Is there a way to have form fields auto populate based on other form data already databased. Example: You have a form that captures employee(s) name, phone, fax, email, etc. You have another form to capture detailed client order information. You setup a "lookup" field to select the employee to assign that order to. You want that employee's e-mail, fax, phone to automatically become fields for that order record w/out having to select each using "lookup" function and selecting from a dropdown.
Application edit access for multiple 'developers'?
I am trying to give two of my users the right to edit my application structure in our paid Zoho Creator account. However, when I go to the application settings, it appears that I can only select one other user at a time to have edit access. Is that correct? If so, that's a problem. Is there a way I can give two other users edit access to the same application?
Yet Another Date Related Problem !!!
@ZOHO Creator Support Team: I have a Form with ... 1) a Date Field (Date_Of_Birth) 2) a Single Line Text field (Age_In_Years_And_Months) 3) in the on User Input section of the Date_Of_Birth field I ... a) call a User Function to Calculate Age based on this Date b) update the Age_In_Years_And_Months field with the result (e.g. 11 years 5 Months) Test Cases: 1) If I change the date by editing the current value (e.g. change 1969 to 1975) ... and then immediately follow up with a click on the Submit
Creator - DOES NOT WORK
I cannot create a new application in CREATOR. Each time I enter an Application Name, and a FORM Name, create from scratch and click CREATE NOW it tells me there has been an error. Ihave tried numerous times. very frustrating.
how do I create a report in Zoho Creator?I
I've entered all the info I need, but can't figure out how to run a report. I've used the filter in the view screen, but want to use more than one filter and would like a tally of certain fields. Can this be done? Thanks!
ERROR Message
I'm trying to create a database using the Zoho Creator Application. I registered for a free account, but everytime I try to create an application and click the 'Create Application' button it takes me to a blank webpage. The limitations for the database are also incorrect - when I look at the settings it says I have 0 space left and cannot add anything else. PLEASE HELP WITH THIS ISSUE!!!
Error migrating Access DB to Zoho Creator
I'm using the new migration tool to get an Access DB into Creator. I'm able to get it into Zoho Reports without problem, but can't get it to upload to Zoho Creator. This is the error message I get: ---------- Please resolve the error and try again " at line 89, column 29. Was expecting: <DATE> ... --------- I suspect there is something about the structure of one of my tables that is causing this to happen. Any clues as to what to look for, or how to know which table is causing this problem?
Zoho Creator Partnered with Elance.com. Opportunity for Zoho Creator Developers
Until today the only source to get projects is through Zoho Marketplace. Today that all changes, we are excited to announce partnership with Elance.com. About Elance Elance is one of the leading site for online work where business users connect with independent professionals to get work done. Elance offers marketing, product, administrative and technology managers a flexible and cost-effective way to get work done without adding headcount. What this partnership means for you? You can bid Zoho Creator
Next Page