Pages - HTML Module (PGS 120)- Submission Error

Hi! I’m having trouble with the Pages Module 8 unit assessment. I can’t figure out how to add theme=wide in the Opentable widget HTML and this is probably causing my submission error. Can someone please help me out? Thanks!
https://sandbox.yext.com/s/2523015/sites/26141/features/

Hi Gabrielle,

It looks like you’re actually missing step 3: You want to create some separation between the Nearby Locations and OpenTable Widget modules.

Once you complete the instructions in those two bullet points let me know if you are able to submit it, or if there are any remaining errors in the report card.

Hi team!
I am getting a submission error but for the Delivery Disclaimer HTML. See my code below:

All issues with orders placed via 3rd party apps should be resolved through that vendor.
Any thoughts or tips? Thank you! :boom: Catherine

Hi Catherine,

Welcome to the Community! Thanks for submitting your question. You’re very close! It looks like you have an extra period at the end of the URL. Additionally the challenge is looking for double quotes, not single quotes. Once you make those changes, you should be good to go, but let me know if you get any other errors.

Hi Kristy! I am still getting an error!

All issues with orders placed via 3rd party apps should be resolved through that vendor.

Looks like you added <div> </div> to your code, which you don’t need in this case. Also be careful with extra spaces - including a space here <a href="..."> All... includes a space in the text on the page, which you don’t need.

Hi Team! I am running into a similar issue where I can’t figure out how to add theme=wide in the Opentable widget HTML and this is probably causing my submission error. Does it needed to just be added as theme=wide? Any help would be much appreciated here, thank you so much! Here is my account: https://sandbox.yext.com/s/2536229/sites/35739/features/

Hi Maria,

The “theme” property is a parameter of the src URL (bolded below). In the code snippet, it’s set to theme=standard. We want you to update it so it says theme=wide so you can see how you can modify widgets like this in HTML modules to align with the styling of your page.

//www.opentable.com/widget/reservation/loader?rid=412810&type=standard&theme=standard&iframe=true&domain=com&lang=en-US&newtab=false&ot_source=Restaurant%20website

Hope that helps!

Thanks!
Liz

That was very helpful! Thank you!