Hi,
I want my html snippet to be a form opened with a specific record ID.
On load of the form, record ID would be fetched using Contact [ users = zoho.loginuser]. The contacts form's users field is unique so there would only be one record fetched. The record represent the users' personnal informations record.
I want to use : "#Form:Contact?recLinkID=(record ID)&viewLinkName=All_contacts"
1- Can I fetch a record ID in a html snippet?
2- How would I user my url? As div, or as iframe? What would the syntax be?
To be clear, I don't want to have an action in my page dynamically filter the html snippet. I need the html snippet to open a specific record for edit on load of page.