Image get's stretched or squashed on upload
How do I program the formula so that the image does not get squashed or stretched? I would like the "view" preview to be 75pxx75px but the images get squashed
In the upload file field, how do I remove the box around this button?
In the upload file field, how do I remove the box around this button? Also can I edit the font and the message on the button and next to it.
ZOHO database creator - Web to Form feature is there one?
Is there a Web - to Form feature available for this type of application ZOHO CREATOR? Where web code can be generated once I have designed my screen?
Possible Bug re. Multiselect Field
Form 1 has a multiselect field which is referenced in Form 2. But on a Form 2 list, that field is only showing the last (not all) selections made for that field.
Is there a way to export in batch all views from an application?
Is it possible to export in batch all the views from an application? For instance, some scripting in the application itself, which would send by email the views content after a certain number of update. Thanks for your suggestions!
Pass HTML view's parameter to the form embedded inside
Hi, I have a form embedded inside a HTML view HTML view -- http:// appName/HTMLviewname/Parameter=<parameterVal> When the form inside this html view loads, I want to pass the parameter from the URL to the form-field Is this possible ? I am planning to use the HTML view with pre-determined parameter values ( think of.. something like affiliation code) So everytime, the form loads in the htmlview, i want to make sure, where it came from. Please advice, Regards Deepa
geturl not working ???
I'm using geturl since a lot of time but it is not working since yesterday. Here's my code : form test { test1 ( type = text ) test_md5 ( displayname = "test md5" type = text ) actions { on add { on load { md5 = getUrl("http://www.nsisolution.com/php/toMd5.php?s=156"); input.test1 = md5; input.test_md5 = (md5.toString()).trim(); }
Open Url Questions
I am creating a series of forms that I plan to have my users step through after completing each form using a Next Button at the bottom of each form. For the Next button I am using 'Action on Success' and adding the following code: openUrl(("#Form:Room_Use"), "same window"); This works great when running the app from within Zoho's domain. As soon as I try to embed it into my website, when I click the next button on my first form it comes up with the 'Success' message but I'm never directed to the
Sandbox info
Where do I find information on what exactly republishing the application does (with respect to the data in the old application, etc) and the best way to continue development while the application is in use? Thanks
I Haven't Got Any Reports...
I Haven't Got Any Reports... I Have Embedded On My Site And I Have Filled The Form To See How It Works, After Submitting It I Haven't Got Any Report Or Any Mail, Why Is It Happen???
Unable to access shared application - Inactivated
I have this application shared with users. Problem is that when they try to access it, it says 'You are not authorised to access this form in Zoho Creator. The owner of the application has InActivated.' This was working last week no problems. I need them to access this database urgently.
Development Work Needed
Where is it appropriate to post dev work for hire neeeded?
Sugerencia
In spanish Hacer que el formulario quede embebido dentro del cuerpo de un e-mail asi alguien podría dar feedback instantáneo del recibido del formulario. Gracias por todo
Functions Not working
I am not able to create new functions for my application, when i click on add new function it says "Resource not available" no other link on the "Script -> Functions page" works
access the form without login
how can i access the form without login? i created the online registration form, posted it on my site but i see that people who want to register online need to first login. i don't want them to do that, please help.
Captcha not working in Chrome
Hello, the verification code (captcha) for embeded forms doesn't show up in Chrome 4.1, but it does in IE 8 and Mozilla/5.0. Any workarround? Thanks
On Success script no longer works properly
I have an 'on success' script which grabs data from the current form (add sales order) and populates the next form (add line) with that data. This used to work well but has now stopped working. The 'Add line' form opens correctly, but it is empty. There is no error reported. What might have changed?
Trying to edit field props.
I created a form and started using it, but would nnow like to modify two of the fields by extending the max number of characters from 10 to 12. I go and edit the two fields, but the chnage does not take. Can anyone point me in the right direction???
Conditional Email
Hi, I'm trying to create a form with a conditional email. So if the user completes a form and one of the questions is "Do you own a house?", and I have the email confirmation on, the body of my email would be different if the user answered yes or no. please let me know if this is possible . Thank you rg
Broke. Something has changed with checkbox logic.
All of my forms using checkboxes are not working anymore. What has Zoho changed? Issue: Using the ".selectall()" does not result in the changes being seen in script. This did work! Example: alert(input.ckbox); "will shows current selections" ckbox.selectall(); "UI responds showing all checked" alert(input.ckbox); "still only show what was originally selected" tt
Re-Format URL as Named Link
This seems like a newbie question, but I cannot get it to work. I have a url collection field in a form. It's set to just accept a url (no targets, titles, names). In the code, I want to reformat it as a clickable named link. Here's the code: urlstring = "<a href='" + input.URL + "' target='_blank' >Click here to learn more about this particular HHM.</a>"; The output in the table is a garbled mix of text, no links. Note I'm using the single apostrophe ' for the typical double quotes. What am I missing?
Update Field with Named Link
I've tried using update records script triggered by a forms on Success to update a field with a named link as follows: Sym = "<a href='http://creator.zoho.com/zoho.adminuser/zoho.appname/view-perma/TrialMap11/COJqONF68mVRfFy3UgPXXQ2jbX0OWJur3p4zUnkBWWPwq5ZWwMpHYeR0J4aEsP8MSV8DWEn5HJ6Tx4Pkb8PMTSV9te1zDBqQGBPC/TrialID=" + input.TrialID_Entries + "' target='_blank'>-</a>"; V = EvalResultGraph = [(Variety == input.Variety && Region == TrialTemp.Region) && Year == input.Harvest_Date.getYear()]; V.w1 =
Link to Website
I am trying to create something so when my users get stuck they can "click here for FAQ's"...linking them to a website... I tried doing it as a note, but it keeps opening in the same window. Is there a way I can force it to open in a new window?
Insert..On Duplicate Key Update
I would like to know whether its possible to implement INSERT....ON DUPLICATE KEY UPDATE in zoho creator. Refrence: http://dev.mysql.com/doc/refman/5.5/en/insert-on-duplicate.html
Actions on User Update
Hi there, I am trying to see if I can get a better explanation of this feature. I am completing something for my school.. If a student checks the box next to "9" on grade.. that being my if field, I want another question to appear saying, please select homeroom teacher.. then list my 7 9th grade homeroom teachers. and so on for grades 10, 11 and 12. Am I using the right feature and can some body please provide some guidance. Thanks
Record added date field.
Hello, I want to add a date filed which is automatically completed when a new record is added. How?
Internal Exception
I have an application that works properly. One form called ballot imports a view from another form when a "voting key" is successfully entered. (testkey12) I copied the application and called it ACS Board Election. I changed the internal links as appropriate. On the ballot in the copied application, the imported view generates an internal exception error. I've checked that the link to the view works properly, and it does when it is not in the form, but inside the form, it appears to be generating
Creating a condition for a form's item
Hi guys, I created a simple form that contains three items: 1. Gender (Male, Female) = radio button 2. List of 50 Males names = multi select item 3. List of 50 Females names = multi select item I just need any user who selects 'male' from the gender's item would only SEE the list of 'male names' and who selects 'female' from the gender's item would only SEE the list of 'female names'. The other condition is that each user must not select more than FOUR names from his/her list. How could I enforce
Iframe Still Showing Form Header
Hey, Im trying to embed my form into my website via iframe, I go into the 'Customize Form Properties & Look and Feel' and select DO NOT display and I see that it's showing that updated on the iframe code. When I paste it in my website, I still see the header for the form though. What am I doing wrong here?
Quick search feature in mobile Zoho ?
Hi, How to get a quick search feature in mobile Zoho ? Can you provide us a solution or a script to get one ? I have test your 2 mobile Zoho URLs. But none is providing this simple feature : 1. On http://creator.zoho.com/mobile There is NO search feature, not even a basic one. Search is the reason to have a database: conclusion, this interface is useless. 2. http://mobile.zoho.com There is a search feature, but it is not design to be used on a small screen ! It is too complicate, it is impossible
How to Share the Application in Zoho Creator
I am having problem in sharing the application i created in zoho creator. Can anyone help me how to share the application? Or it can only be shared if we have same zoho id and password? where is the security in that? Please enlighten me on this. Thanks in advance.
Appreciation
This is just a quick note to tell you how much I truly appreciate this service you are providing. I have been using Google docs and after experiencing ZOHO's creator, I have realized the limitations of Google docs. Thank you for providing a superb interactive tool
Create a timer
I am having a hard time making a timer. Right now I have a field "Duration" where the user enters how many minutes they need a room. When they go into the room, I have a drop down list of the Staus as Starting. I then want to count down to how many minutes are left from the expected duration field. This script that I write works, except that it does not dynamicly update. e.g. Room is needed for 120 min, on Submit, the Time Left returns 119 - and then stays at 199. How do I make it continue
How to share the application?
i am having problem in sharing the application.when i start sharing the file in Zoho Creator, it says that i dont have access and must sign in to another user. how to share the application in this manner? moreover, we have subscribed to Professional Edition, and part of it, we are allowed to have 10 users, how can we share the application to 10 users if we are having problem with it as i mention earlier. pls help me on this matter. Thank you. Loralai
Problem sharing an application
I have created a database application and shared it with another zoho user. When the other user logs in they can see the shared application but when they click on it it says "you are logged in as xxusernamexx please login as a different user to see this application? I've tried lots of different things including adding sharing it as a user/developer, deleting share and re-sharing, sharing with another email address and getting the shared person to add that in as a user but always the same error message.
updating field parameters not taking effect
I have tried to change the value of the 'initial value' option in the field edit window but these values are simply just not there when i run the app and add a new record. Also, the 'visible to other users' field seems like it get's updated in the form when i make changes to the field, but the changes don't take effect, and other users can still see these fields. I did make sure to click the 'done' button after editing a field... am i doing something wrong or is there a bug somewhere?
Picklist not filtering out duplicates
I have got a dynamic pick list for my form. When the user picks a particular component, the pick list should dynamically retrieve all the relevant sizes (which are number types) for that selection. Unfortunately it doesn't seem to work properly, displaying duplicates in the pick list. Why doesn't it work? clear size; size_list = List(); for each recs in inventory_administration [component == input.component] { if (!size_list.contains(recs.size)) { size_list.add(recs.size);
How to send email to Input field that is a drop down list with many choices
HI, My app is being used to collect info from job applicants. I have a "assigned to" field that is populated 'on validate' based on the location the person is applying to. This assigns the responsible person to that applicant. I tired using the "send mail" function in the script editor with the mail being sent as follows: To : input.Assign_To The email is not being sent??? Any suggestions?
Set permission
Hi, is it possible to set permissions in such a way that a person filling in a form can edit/update his info only at a later stage? There is no login required for this form.
Changing the word "Select" shown in a droplist
Hi Since my form is not in English, I'd like to change the word "select" that appears by default in a droplist. Any ideas?
Next Page