Form: Difference between revisions

Jump to navigation Jump to search
33 bytes added ,  16 March 2023
Line 276: Line 276:
== Add HTML frames ==
== Add HTML frames ==


Inline frames allow you to add HTML content to your form. They can display online or offline content or execute [[Resco JavaScript Bridge|JavaScript]] code with [[business logic]]. Click '''Add IFrame''' to add it to your form.
Inline frames allow you to add HTML content to your form. They can display online or offline content or execute [[Resco JavaScript Bridge|JavaScript]] code with [[business logic]]. From the '''Tabs''' pane, drag the '''Iframe''' tab to the '''Designer''' pane.
* Enter a '''Name''' of the IFrame.
* Enter a '''Name''' of the iframe.
* Enter a '''URL'''. You can use the properties of your entity record in the URL, for example, <code>https://www.google.com/search?q={name}</code>.
* Enter a '''URL'''. You can use the properties of your entity record in the URL, for example, <code>https://www.google.com/search?q={name}</code>.
* Check '''Authenticate''' if you want to use the credentials of the current mobile CRM user to authenticate on the website. This works for Active Directory CRM authentication only.
* Check '''Authenticate''' if you want to use the credentials of the current mobile CRM user to authenticate on the website. This works for Active Directory CRM authentication only.

Navigation menu