Module 21: Continuing to get the same error

Hi Carrie,

First off, when you see an error like this you don’t need to “restart” the entire challenge to proceed! We’re looking into what is causing this specific issue but hopefully the worst that you’ll have to do is just redo the changes to the frontend (e.g., do a hard refresh of the page and just redo those steps, not the entire challenge). Hopefully that will save you some time and frustration!

It looks like your error is a very minor one! For the subtitle, you have profile.c_employmentType but the Employment Type field is a built-in field and the API Name is just “employment type” (the c_ namespace is for custom fields you add to your account). If you update it to profile.employmentType it should work!

(As a reminder, you can find the API Names for fields by navigating to Manage Entity Types and clicking into a type. You’ll see the full field schema with the API name nested under the display name)
image

Thanks,
Liz