• Suzanne C
  • NEWBIE
  • 25 Points
  • Member since 2015

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 3
    Replies
I am getting the following error message:

"Challenge not yet complete...here's what's wrong:
The page does not include a apex:inputField Component bound to the contact email.

Here is the code I wrote in the Dev Console, I don't believe there are errors, but if anyone can help, would be appreciated :-)


<apex:page standardController="Contact">
    <apex:form >
        <apex:pageBlock title="Edit Contact">
            <apex:pageBlockSection columns="1">
    
        <apex:inputField value="{!Contact.FirstName}"/>
        <apex:inputField value="{!Contact.LastName}"/>
        <apex:inputField value="{!Contact.Owner.Email}"/>
            
            </apex:pageBlockSection>       
        
            <apex:pageBlockButtons >
            <apex:commandButton action="{! save }" value="Save"/>
              </apex:pageBlockButtons> 
            </apex:pageBlock>
    </apex:form>
</apex:page>


 
I am getting the following error message:

"Challenge not yet complete...here's what's wrong:
The page does not include a apex:inputField Component bound to the contact email.

Here is the code I wrote in the Dev Console, I don't believe there are errors, but if anyone can help, would be appreciated :-)


<apex:page standardController="Contact">
    <apex:form >
        <apex:pageBlock title="Edit Contact">
            <apex:pageBlockSection columns="1">
    
        <apex:inputField value="{!Contact.FirstName}"/>
        <apex:inputField value="{!Contact.LastName}"/>
        <apex:inputField value="{!Contact.Owner.Email}"/>
            
            </apex:pageBlockSection>       
        
            <apex:pageBlockButtons >
            <apex:commandButton action="{! save }" value="Save"/>
              </apex:pageBlockButtons> 
            </apex:pageBlock>
    </apex:form>
</apex:page>


 
Working on the Chatter Basics module for Trailhead, and having trouble uploading a photo to your Chatter profile?

Remember these tips:

1. Select a photo smaller than 8MB
2. Select a JPG, GIF, or PNG format

Still having trouble? Use this one! I tested this morning and it works. Plus it's adorable!

[a PNG file you can use for Chatter. It's a picture of our mascot, Astro, dressed in a furry raccoon suit]