• Jeff Harsh 6
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

I need to create a web-to-custom object form. I am looking for help on creating this form for our "Employee" custom object. I need to have on the form create a new employee records with the ability to populate the following fields:

- Employee Name
- Owner needs to auto-populate to User "Bob Smith" or ID: 005i00000025r1T 
- Record Type needs to auto-populate to "Recruit" or 012i0000000xjCS
- Address (Address__c) = Text 100
- City (City__c) = Text(100)
- State (State__c) = Text(2)
- Zip (Zip__c) = Text(100)
- Personal Email (Personal_Email__c) = Email
- Phone (Phone__c) = Phone

Also, is it possible to create a place in the form that will allow for the attaching of a resume that would go to the Notes & Attachments section of the object?

Thanks, 

Jeff