Firefox Login and Password
I set up a form and embbed it at my HTML page allowing users access it through a code, because I want a Login and Password on it. The problem is: Just Explorer and Safari browsers require login and password but Firefox not. (to the same script) The Firefox disclose the form view without the code. It not require a login. I need access code to Firefox too. Do you have any idea about this problem? Do I need any script? Thanks in advance for a reply.
form section headers
hi, is there a way to add section headers to a web form created in ZC? i tried adding "notes" as headers for different sections of my form, but they don't expand across the 2 columns, so the fields don't align evenly. maybe i'm missing something? thanks:)
Validate logic
Hi, I'm trying to validate a field based on a selection in another field. Is this possible? I'm trying to say - if Return is Yes, than you have to enter something in Return_Reason. I've tried the following, but it does not show an alert message after submitting. On Form Actions>On Add>Validate if (input.Return == "Yes") { if (input.Return_Reason == "") { alert "Enter a Return Reason"; cancel submit; } } Thanks so much for your help!
Hyperlink to functions
I am building a stateless form that links to ZohoDB. One of the things I am doing is dynamically generating information in a notes field. I can create hyperlinks in there to open new windows with views or forms, but I can't find a way to call one of the application's functions. I am trying to avoid reloading the entire form since it is a slow process.
Restricting items in a "view"
Hi Can anyone please help with this? I would like to restrict the items in a view, based on user input. For example, if the user enters an email address, the view would only show those records containing the matching email address. Any ideas gratefully received....! Thankyou
help to create an arabic form
Hello first i'd like to say it's really a nice website with nice services. i'd like to use the contact form (zoho creator) but the problem arabic writing still in left side so how icould change it to right side. sorry i'm new to web designing :$ hope you ll help me thnx
center info in creator
How do you center info in database columns?
Dynamically populating a dropdown based on the value of another dropdown
I am trying to emulate the functionality of populating a field based on the value of another field on a form as outlined in your tutorial "Populate the Assign To field based on the module name change" shown on this page: http://creator.zoho.com/help/getting-started/bug-tracker-for-online -tutorial.html#populate I have a form with 2 dropdown menus on it, "Question Type" and "Topic". Both are lookups that are fed by their own respective tables, "QuestionTypeLookup" and "TopicsLookup". Each entry in
How can I call a form from a script?
I have a function that runs from a custom action. One of the things I want the function to do is to switch to a different form for data input. Is this possible? How do I call (and display) a form from a function? Thanks Dave
Too Slow Loading
Hi, The new version loading is too slow, especially the add form. Can you make it faster? Thanks, Jane
Migrating from Project management plus (in Creator) to Zoho projects
I just finished setting up my project management in Creator and realized that Zoho Projects seems to be the same or similar...how do I migrate from Creator to project? and what is the difference!
stateless form and insert
I had some minor issue that when i execute the insert commands in stateless ( in on click ) and open the new form (form1) then insert commands add the record but that is new add to existence form record. so at the submission of form1 data, I had two records in my view. one is came from stateless form thru insert commands and one is from submit commands on form1. here is the explanation: statelessform1: fields: category: (s1 and s2) if category = s1 selected then open the statelessform2 do nothing
Private application permalink "without login" doesn't work
First off, the "permalink" menu item is not available for most Views under "More Actions." I've only shows up for HTML views. Why is that? Second, when I get the permalink URL for an HTML view, and I choose the one that needs no login to view, it doesn't work. If I log out, and go to that URL, it wants me to login to view it. How do I get the "without login" permalink to work without login? Thanks!
Can't import from Excel or even from Zoho Sheet!
I have a spreadsheet to import (about 300 rows, 20 columns) and it just won't go. It goes into Zoho sheet just fine. I figured that then exporting it back out shuold do the trick. Nothing. Any ideas?
After Submit in my form - "Please Wait" annonce stays for more than 10 minutes
My Clients complain about it a lot. Only when I refresh the page (F5) The message goes away. This happens not only on my form. Any suggestions ?
Picklist Issue
hi team! the problem is to change the value of picklist box using free flow scripting. i have one picklist box in my form in that i have manually entered the value now the problem is i have to link that pickup box to diff form to dynamic add the value for that i use free flow scripting in without action and change the value script for e.g Presently must have Type_Of_Work ( displayname = "Type Of Work" type = picklist values = {"Desktop Call", "Part Replacement",
big old bug
Charts are really buggy. Width setting won't stick and neither will x and y axis labels and field selection. One gets switched and the other gets pushed out.
Grid View: How to "reorder" the columns?
How can I change the order of the columns in Grid view? Thank you! :)
Creator-View Display Properties
Hi..Zoho Experts, I have created form and created view as list and had some data ( radio button, comments fields numeric fileds etc) and all works great. But I was trying to change this view's display property from "list" to "grid" it wont changed the appreence ( no box around the fontents). it says display property is "grid" but view is same as "list". Even i created the new view chosing the "grid" but no luck.. Any idea/help is appreciated. Thanks,
Data lost upon deletion of linked lookup source values !
Hi, I have formA with a list of fruits, formB has a lookup field (dropdown) in which fruits can be selected. formB is populated with data.. Field1 Birds Field2 fruits. What I did: I exported the list of fruits from FormA. Copied the data, and imported it back to FormA. After this I had 2 entries for each fruit in FormA, one list was the original list, and after that was the recently imported one. When I deleted the original Form A fruits entries (earlier ones), All the fruits entries
null
how do i delete "nul" projects from the project dashboard?
customizing form results
hi there I can see where to customize a form for my website, but if I want to embed the results of the form submissions, how do I customize that? change border colours etc.. the same options aren't given as when you embed the actual form. tks
Parse sender
When a person imports a record via sending a email to the form, can the sender's email address be extracted from the formdata or something else? Because, if the record insert fails the sender should be notified.
View related fields
I'm having some difficulty with related fields in a view. The related fields cause the view to return zero results. Does Zoho Creator have a know bug with this topic. I have tried to get an answer regarding this here in the forum and from support email with no luck. http://discussions.zoho.com/zohoforums?ftid=2266000000144107 Please advise. Thanks, Tony
If this field is selected, make another field required
Hi, I'm trying to validate a field based on the value of another field. I think I've setup the code correctly, but the alert message does not appear on submit. Basically I'm trying to say - If Return is Yes, than you must enter something in Return_Reason. Here is my code in Form Action/On Add/Validate - if (input.Return == "Yes") { if (input.Return_Reason == "") { alert "Enter a Return Reason"; cancel submit; } } Please let me know what I'm doing wrong. Thanks so
Uploaded file link not working
I am using the following link to show the uploaded file in the email. But the file can be viewed only if logged in as "matching_allies". Is there a way to show this to any user who knows the address without sharing my application as public? I have made the "XSS Security level" setting to "low". http://creator.zoho.com/DownloadFile.do?filepath=/1234247240814_RESUME.doc&sharedBy=matching_allies Regards, -Venky
Need Logic Help
Hi.. Any help is greatly appreciated. I want to do folloiwngs: 1. id.admin1 and id.admin2 has all access to forms/views 2. if rg = Canada and if id if not equal to id.canada or id is not equal to id.admin1 or id is not equal to id.admin2 then alert : un authorized ID. You MUST have ID = id.canada or id.admin1 or id.admin2 for rg = canada 3. if rg = west and if id if not equal to id.west or id is not equal to id.admin1 or id is not equal to id.admin2 then alert : un
conditional statement
Hi.. In my stateless form, I am selecting the other form depend on the selection in stateless form but at the same time i want to check the login-id as well. statelessform fileds: category if category = 1 select form-1 if category = 2 select form-2 this works fine. now i want to check the login user id as well. i.e if loginuserid="id1" and category=1 then select form-1 if loginuserid="id1" and category=2 then selct form-2 if both above condiftion is not true then alert the message the
Update datetime field error
Hi Wizohoes, I have a stateless form and a datetime field on it. The onclick script updates another datetime field in another form/view. For some reason, datetime values are not the same (totally different) on the other form. This is a new entry on the second form, not an edit from a 'fetched' datasource. This error occurs only for datetime fields, date fields and text fields work fine. I had to resort to a workaround: input.mydatetime.tostring() to store and update it as a string in a string field
MAJOR BUG!! Datetime Submits 14:00 instead of 12,13 GMT+5:30
Hi Wizohes, I've just noticed the datetime fields are doing funny things with the hour. e.g 12:30 and 13:30 on submit get updated as 14:30.. I verified this on an independent new app as well. This error is not showing up in pacific standard time (default). Only in GMT +0530 Asia/Calcutta. Please look into this urgently. Thanks :D
Support!
Please help.... [ServletException in:/jsp/edit/view/viewedit.jsp] com.adventnet.persistence.DataAccessException: java.sql.SQLException: null, message from server: "Unknown column 't_54172000000195009.PctHispani_54172000000268157' in 'field list'"'
logout for shared user
Hi.. we have application and we shared forms and view with in shared user group. everything works ok with asking their credentials before accessing forms and views to enter data and accessing data report. But once shared user logged in is there any way we can program / link/button to logout so once they done they can logout. the reason with that, is shared user logged on and it stay logged on so to access other forms and views (in same application ) which required different id, eventhough they entered
Email details from within a view & form.
Hello, Is it possible to have an EMAIL button/option within the VIEW / FORM Basically I would like to email select details from within a VIEW / FORM to certain parties (email address to be typed by user) No - sending emails at the same time as submitting forms will not work. I at least need to implement this functionality within a VIEW if not a FORM. Both would be great, at least one is crucial. Thanks, Vinod Shenoy.
Charge to my card
You charged my card $5 - I have downgraded last week Please refund and do not charge anymore
How to change the default object of an application
Once people enter my application TradeMaster, the first object opened is a very complicated view, which takes a long time. Can I set the first object to be something else, so as to let the app open faster? Thanks.
delete the application without removing the application
Hello how do i delete the application without removing application components used in different application
Home Page
Can I chnage the details on the Home Page ? I am using Personal Finance Tracker app.
Class Rooms Reservations - On Submit validations - Class Room, time and date
Hi all, Still struggling with my class rooms reservation. I need to put a validation routine to prevent duplicated reservations, so i have to check it in my form: 1 - The class rooms introduced 2 - The Date of reservation introduced 3 - and the START and END time introduced Problems: My Form have lookups numbers fields for Start and End time (like 9,10,11,12,13,14...). So I have to code to prevent same Class rooms, at the same date, and at the same time. How do I do this?????? I thinking in this
Subscription to business pack failed
Have tried twice this morning, and the process failed at the payment stage. When I submit the credit card details, the browser returned failure. Please help. Thanks!
Still slow "pickinglist" performance in ZC 3.0
Hi I write to you because I still find that ZC is slow in version 3.0. From the beginning it was a well know problem, but I have to some extend accepted the slower performance. My problem is now that my users complain of poor performance when they pick a value from a pickinglist. The "pause circle bar" really is working minimum 3 seconds for each pick. In some cases we even have to push "F5" button. Hope you are able to help me! Br Skouboe
Next Page