Advertisement
Guest User

Untitled

a guest
Jul 27th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <apex:inputField value="{!pea.Attendee_Name__c}" styleClass="form-control"/>
  2. <apex:inputField value="{!pea.Email_Address__c}" styleClass="form-control"/>
  3. <apex:inputField value="{!pea.Title__c}" styleClass="form-control"/>
  4. <apex:inputField value="{!pea.Company__c}" styleClass="form-control"/>
  5. <apex:inputField value="{!pea.Dietary_Requirements__c}" styleClass="form-control"/>
  6. <apex:inputField value="{!pea.Comments__c}" styleClass="form-control"/>
  7.  
  8. public ProntoEvents_Attendee__c pea{get;set;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement