Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 23, 2018 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simpluslabs/26ff292b2db3b524ee86463a457dbc0c to your computer and use it in GitHub Desktop.
Save simpluslabs/26ff292b2db3b524ee86463a457dbc0c to your computer and use it in GitHub Desktop.
<aura:component implements="force:appHostable,flexipage:availableForRecordHome">
<!--forceRefreshViewFireComp-->
<aura:attribute name="fieldList" type="List" default="LastName, FirstName" />
<lightning:card title="Create Contact">
<div class="slds-m-horizontal_small">
<lightning:recordForm
objectApiName="Contact"
layoutType="Compact"
columns="2"
mode="edit"
onsubmit="{!c.createContact}" />
</div>
</lightning:card>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment