Here's my dilemma. I have an HTML view with serves as a dashboard to two other forms. Both of these links call different forms and pass to each the field Username to it in an attempt to prepopulate the Username field.
The HTML view dashboard is embedded in a non-Zoho webpage. The non-Zoho webpage passes Username as a parameter to the HTML view. Thus, the intention is to pass the Username from the non-Zoho webpage to the dashboard, and then to the appropriately-called form.
Somehow, the Username parameter doesn't get passed properly to the dashboard; it attempts to call the forms using "Username=null".
Are parameters allowed to be passed into embedded views? If so, what does the Deluge/HTML code look like to get access to the passed parameter?