Hello,
I'm new to Zoho Creator and love it! But I simply cannot figure out how to create a function, and it appears that I will need a function to do what I'm trying to do.
Here's what I'm trying to achieve: I have a web page with 5 tabs. Inside each tab is an iFrame holding a zoho form. So the user can simply click on the tabs to access the various forms. Up above the tabs is a zoho form with just a single input field.
I want the user to be able to put a value into that lone input field and then each of my 5 forms is going to use that value to grab the appropriate records.
My questions:
1) How do I create a function that will turn that value into a global variable that's available to all 5 forms.
2) How do I push (or pull) that value into all 5 forms?
3) Can a function cause all 5 forms to reload so that they'll update themselves based on the new variable?
Thank you for your help!!
Reggie