How to embed FormTitan Form in Salesforce Lightning

Last updated Jan 21 2019

 

Part1:
Part 2:
;


In this demo we will show you step by step how to embed your form in the Salesforce Lightning version. 
Following are the steps:

1. Click on the "gear icon" > Developer console.
2. File > New > Lightning Component > Name it according to your needs, and submit.
3. Paste in the code below, adjusting the url and your FormTitan fld and save to component.

<aura:component implements="flexipage:availableForAllPageTypes,force:lightningQuickActionWithoutHeader,force:hasRecordId">
<!-- you need to change this part, with your own url and hidden fld 'https://yourURl.formtitan.com/poc?fld5=' -->
<iframe src="{!'https://yourURl.formtitan.com/poc?fld5='+ v.recordId}" width="915px" height="870px" />
</aura:component>

4. You can add the component to your object with a quick action, or add it to your object layout like so:
lets say contact object,
- Go to some contact in your org.
- Click on the "gear icon" > Edit Page.
Your new component will appear on the left side under "Custom".
- Drag it to the layout, and save,
- Now set this page as an org default.

CommentsLogin Required
Didn’t find what you were looking for?
Try the following for assistance or Use the Search box.