bettervalue21.info
Open in
urlscan Pro
52.53.223.87
Public Scan
URL:
https://bettervalue21.info/
Submission: On November 18 via api from BE — Scanned from DE
Submission: On November 18 via api from BE — Scanned from DE
Form analysis
5 forms found in the DOM/recipes/search
<form action="/recipes/search" class="search">
<div class="lead">
<a href="?auth=true" class="image --image-1"></a>
<div class="input">
<section class="term">
<label for="term">Find a Recipe for</label>
<input type="text" name="term" placeholder="Search recipe or ingredient name">
</section>
</div>
</div>
<a href="/recipes" class="button soft-pinline">Browse Nigella’s recipes</a>
<a href="/recipes/members" class="button member soft-pinline">Browse Community recipes</a>
<a href="/recipes/guests" class="button cookbook soft-pinline">Browse Guest recipes</a>
</form>
GET /recipes/search
<form action="/recipes/search" method="get" class="search search-form">
<section class="term">
<label for="term">Find a Recipe for</label>
<input type="text" id="term" name="term" placeholder="Search recipe or ingredient name" autocomplete="off">
<a class="more-button search-toggle-filters">More search options</a>
</section>
<section class="filters">
<section class="check-filters">
<ul>
<li>
<input type="checkbox" name="tags[]" value="Express" id="express-recipes">
<label for="express-recipes">
<i class="recipe-tag tag-express"></i>
<span>Express</span>
</label>
</li>
<li>
<input type="checkbox" name="tags[]" value="Baking" id="baking-recipes">
<label for="baking-recipes">
<i class="recipe-tag tag-baking"></i>
<span>Baking</span>
</label>
</li>
<li>
<input type="checkbox" name="tags[]" value="Sweet" id="sweet-recipes">
<label for="sweet-recipes">
<i class="recipe-tag tag-sweet"></i>
<span>Sweet</span>
</label>
</li>
<li>
<input type="checkbox" name="tags[]" value="Vegetarian" id="vegetarian-recipes">
<label for="vegetarian-recipes">
<i class="recipe-tag tag-vegetarian"></i>
<span>Vegetarian</span>
</label>
</li>
<li>
<input type="checkbox" name="tags[]" value="Vegan" id="vegan-recipes">
<label for="vegan-recipes">
<i class="recipe-tag tag-vegan"></i>
<span>Vegan</span>
</label>
</li>
<li>
<input type="checkbox" name="tags[]" value="Gluten Free" id="gluten-free-recipes">
<label for="gluten-free-recipes">
<i class="recipe-tag tag-gluten-free"></i>
<span>Gluten Free</span>
</label>
</li>
<li>
<input type="checkbox" name="tags[]" value="Nut Free" id="nut-free-recipes">
<label for="nut-free-recipes">
<i class="recipe-tag tag-nut-free"></i>
<span>Nut Free</span>
</label>
</li>
<li>
<input type="checkbox" name="tags[]" value="Egg Free" id="egg-free-recipes">
<label for="egg-free-recipes">
<i class="recipe-tag tag-egg-free"></i>
<span>Egg Free</span>
</label>
</li>
<li>
<input type="checkbox" name="tags[]" value="Dairy Free" id="dairy-free-recipes">
<label for="dairy-free-recipes">
<i class="recipe-tag tag-dairy-free"></i>
<span>Dairy Free</span>
</label>
</li>
</ul>
</section>
<section class="drop-filters">
<div class="occasion">
<p>Occasion</p>
<div class="styled-select labelled-select">
<label for="occasion">Select one</label>
<svg>
<use xlink:href="#chevron-down"></use>
</svg>
<select name="occasion" id="occasion">
<option value="">Select one</option>
<option value="Autumnal">Autumnal</option>
<option value="Birthdays">Birthdays</option>
<option value="Breakfast">Breakfast</option>
<option value="Brunch">Brunch</option>
<option value="Easter">Easter</option>
<option value="Halloween">Halloween</option>
<option value="Partytime">Partytime</option>
<option value="Passover">Passover</option>
<option value="Solitary Treats">Solitary Treats</option>
<option value="Summer">Summer</option>
<option value="Christmas">Christmas</option>
<option value="Thanksgiving">Thanksgiving</option>
<option value="Valentine's Day">Valentine's Day</option>
</select>
</div>
</div>
<div class="theme">
<p>Theme</p>
<div class="styled-select labelled-select">
<label for="theme">Select one</label>
<svg>
<use xlink:href="#chevron-down"></use>
</svg>
<select name="theme" id="theme">
<option value="">Select one</option>
<option value="Comfort">Comfort</option>
<option value="Fun">Fun</option>
<option value="Impatient">Impatient</option>
<option value="Indulgent">Indulgent</option>
<option value="Nibbly">Nibbly</option>
<option value="Romantic">Romantic</option>
<option value="Sociable">Sociable</option>
</select>
</div>
</div>
</section>
</section>
<section class="member">
<input type="checkbox" name="members" value="yes" id="include-member">
<label for="include-member">
<span>Include community recipes?</span>
</label>
</section>
<section class="guest">
<input type="checkbox" name="guests" value="yes" id="include-guest">
<label for="include-guest">
<span>Include guest recipes?</span>
</label>
</section>
<section class="submit">
<button type="submit" class="button nigella enlarged">Search</button>
</section>
</form>
<form class="sign-up nigella" style="display: none;">
<p class="intro">We need only a few details.</p>
<fieldset>
<h3>Your Information</h3>
<div class="field">
<label for="first_name">First name <span class="req">*</span></label>
<p class="message error" style="display: none;"></p>
<input type="text" name="first_name" id="first_name">
</div>
<div class="field">
<label for="last_name">Last name <span class="req">*</span></label>
<p class="message error" style="display: none;"></p>
<input type="text" name="last_name" id="last_name">
</div>
<div class="field input-reveal">
<label for="password">Password <span class="req">*</span></label>
<p class="message error" style="display: none;"></p>
<div class="strength-meter" style="display: none;">
<div class="weak">25% Cocoa</div>
<div class="medium">50% Cocoa</div>
<div class="strong">75% Cocoa</div>
</div>
<div class="input">
<input type="password" name="password" id="password" placeholder="Please enter a strong password">
<a class="toggle">Show</a>
</div>
<p class="instruction">Your password must be a minimum of 8 characters long.</p>
</div>
<div class="field nickname">
<label for="nickname">Choose username <span class="req">*</span></label>
<p class="message error" style="display: none;"></p>
<div class="input loadable">
<input type="text" name="nickname" id="nickname" placeholder="Alphanumeric characters only">
<span class="loading" style="display: none;"></span>
</div>
<p class="instruction">5 characters minimum. Letters, numbers, dashes and underscores only.</p>
<p class="instruction" style="max-width: 400px; margin-left: auto; margin-right: auto">If you submit content to Nigella.com your username will be published, so please choose carefully and avoid revealing any personal information.</p>
<p class="feedback" style="display: none;"></p>
</div>
</fieldset>
<fieldset>
<h3>Your Dietary Interests</h3>
<div class="field dietary">
<ul>
<li>
<input type="checkbox" name="dietary[]" id="nigella-vegetarian" value="vegetarian">
<label for="nigella-vegetarian">Vegetarian</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="nigella-vegan" value="vegan">
<label for="nigella-vegan">Vegan</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="nigella-gluten-free" value="gluten-free">
<label for="nigella-gluten-free">Gluten Free</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="nigella-nut-free" value="nut-free">
<label for="nigella-nut-free">Nut Free</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="nigella-egg-free" value="egg-free">
<label for="nigella-egg-free">Egg Free</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="nigella-dairy-free" value="dairy-free">
<label for="nigella-dairy-free">Dairy Free</label>
</li>
</ul>
<p class="instruction">We'll use this to make informed decisions about future website improvements.</p>
</div>
</fieldset>
<fieldset>
<h3>Communication</h3>
<div class="field --left-align-checkbox">
<input type="checkbox" name="email-updates" id="nigella-email-updates">
<label for="nigella-email-updates">
<span>I want to receive newsletter, competition and content emails from Nigella.com</span>
</label>
</div>
<div class="field --left-align-checkbox --terms">
<input type="checkbox" name="accept-terms" id="nigella-accept-terms">
<label for="nigella-accept-terms">
<span>I agree to the Nigella.com <a href="/terms-and-conditions" target="_blank">terms of service</a> and <a href="/privacy-policy" target="_blank">privacy statement</a></span>
</label>
<p class="message error" style="display: none;"></p>
</div>
</fieldset>
<div class="field">
<button type="submit" class="button nigella cta enlarged">
<span>Complete sign up</span>
</button>
</div>
</form>
<form class="forgot-password" style="display: none;">
<div style="display: none;">
<p>In the meantime, where would you like to go?</p>
<div class="where-next">
<a href="/" class="button nigella enlarged">Back to home page</a> <span>or</span> <a href="/recipes" class="button nigella enlarged">Discover recipes</a>
</div>
</div>
<div>
<p class="intro">Just enter your email address below and we'll send instructions to reset your password.</p>
<div class="field">
<label for="forgot-email">Email address <span class="req">*</span></label>
<p class="message error" style="display: none;"></p>
<input type="email" name="email" id="forgot-email" placeholder="Your Email Address">
</div>
<div class="field">
<button type="submit" class="button nigella cta enlarged">
<span>Send help</span>
</button>
</div>
</div>
</form>
<form class="sign-up" style="display: none;">
<fieldset>
<h3>Your Dietary Interests</h3>
<div class="field dietary">
<ul>
<li>
<input type="checkbox" name="dietary[]" id="vegetarian" value="vegetarian">
<label for="vegetarian">Vegetarian</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="vegan" value="vegan">
<label for="vegan">Vegan</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="gluten-free" value="gluten-free">
<label for="gluten-free">Gluten Free</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="nut-free" value="nut-free">
<label for="nut-free">Nut Free</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="egg-free" value="egg-free">
<label for="egg-free">Egg Free</label>
</li>
<li>
<input type="checkbox" name="dietary[]" id="dairy-free" value="dairy-free">
<label for="dairy-free">Dairy Free</label>
</li>
</ul>
<p class="instruction">We'll use this to make informed decisions about future website improvements.</p>
</div>
</fieldset>
<fieldset>
<h3>Communication</h3>
<div class="field --left-align-checkbox">
<input type="checkbox" name="email-updates" id="email-updates">
<label for="email-updates">
<span> I want to receive newsletter, competition and content emails from Nigella.com</span>
</label>
</div>
<div class="field --left-align-checkbox --terms">
<input type="checkbox" name="accept-terms" id="accept-terms">
<label for="accept-terms">
<span>I agree to the Nigella.com <a href="/terms-and-conditions" target="_blank">terms of service</a> and <a href="/privacy-policy" target="_blank">privacy statement</a></span>
</label>
<p class="message error" style="display: none;"></p>
</div>
</fieldset>
<div class="field">
<button type="submit" class="button nigella cta enlarged">
<span>Complete your account</span>
</button>
</div>
</form>
Text Content
youtube pinterest twitter facebook instagram vimeo whatsapp Bookmark Entries BURGER NEW Chevron Down Chevron Left Chevron Right Basket Speech Comment Search Video Play Icon Nigella Lawson Premium Nigella Lawson Vegan Vegetarian Member Speech Recipe Email Bookmark Comment Camera Scales Quantity List Reorder Remove Open book * Recipes * Ask Nigella.com * Tips * Cookalong * Latest * Cookbook Corner * Books * Videos * * * * * Hello, * Your Account * Your Bookmarks * Sign out Menu * * * * * We have updated the Privacy Policy on nigella.com. I understand View updated policy Find a Recipe for Browse Nigella’s recipes Browse Community recipes Browse Guest recipes RECIPE OF THE DAY Photo by Francesca Yorke MOZZARELLA IN CARROZZA By Nigella * 14 * 2 LATEST Photo by Julia Turshen WHAT GOES WITH WHAT BY JULIA TURSHEN By Nigella INSTAGRAM There was a problem loading the Instagram image Visit Nigella on Instagram GUEST RECIPE FROM THE ARCHIVE Photo by Nassima Rothacker BUTTER CHICKEN - MURG MAKHANI By Chetna Makan * 14 * 2 > Punjabi families often make this at home, and it’s served at weddings and many > feasts. Though traditionally it’s cooked nice and slow, I have ensured that > you won’t miss out on any of the flavour and depth of the original in this > quick recipe. AS FEATURED IN * CHETNA'S 30-MINUTE INDIAN NEW IN ASK NIGELLA.COM How Big Is A Ball Of Mozzarella? From vjlb * 14 * 2 Can I Make The Christmas Chutney Without Onion? From Doola * 14 * 2 Can I Use Ground Spices For The Wide Noodles With Lamb Shank? From Natalie_Caroline * 14 * 2 More answers Photo by Keiko Oikawa > Just made them for dinner and they are delish. Thanks Nigella x By Uplands123 about Crunchy Chicken Cutlets View the Recipe RECENT TIPS Fried paneer in sweet and sour sauce From Paneerfan * 14 * 2 Cutting meat into cubes From JudyNZ * 14 * 2 Stop okra being slimy From happygrirl * 14 * 2 More tips NEW COMMUNITY RECIPES abdulmismail FANTABULOUS FAJITAS By abdulmismail * 14 * 2 helenalaura COCONUT RICOTTA ALMOND SMOOTHIE WITH ROSE WATER By helenalaura * 14 * 2 abdulmismail RIGATONI AL'ARRABBIATA CON CREMA By abdulmismail * 14 * 2 More community recipes Close search Find a Recipe for More search options * Express * Baking * Sweet * Vegetarian * Vegan * Gluten Free * Nut Free * Egg Free * Dairy Free Occasion Select one Select one Autumnal Birthdays Breakfast Brunch Easter Halloween Partytime Passover Solitary Treats Summer Christmas Thanksgiving Valentine's Day Theme Select one Select one Comfort Fun Impatient Indulgent Nibbly Romantic Sociable Include community recipes? Include guest recipes? Search Follow Nigella on * * * * * * Terms * Privacy * Cookies * Advertisers * Contact Built by Embark. Copyright © 2024 Nigella Lawson Back Close GET MORE FROM NIGELLA.COM Recipes delivered to your inbox daily Also enter the monthly Cookalong, post recipes, and bookmark your favourites! Enter the monthly Cookalong competition Post your own recipes to appear on-site Bookmark your favourites and post comments Register/Sign in to Nigella.com or Use your Facebook account Need password help? We need only a few details. YOUR INFORMATION First name * Last name * Password * 25% Cocoa 50% Cocoa 75% Cocoa Show Your password must be a minimum of 8 characters long. Choose username * 5 characters minimum. Letters, numbers, dashes and underscores only. If you submit content to Nigella.com your username will be published, so please choose carefully and avoid revealing any personal information. YOUR DIETARY INTERESTS * Vegetarian * Vegan * Gluten Free * Nut Free * Egg Free * Dairy Free We'll use this to make informed decisions about future website improvements. COMMUNICATION I want to receive newsletter, competition and content emails from Nigella.com I agree to the Nigella.com terms of service and privacy statement Complete sign up In the meantime, where would you like to go? Back to home page or Discover recipes Just enter your email address below and we'll send instructions to reset your password. Email address * Send help YOUR DIETARY INTERESTS * Vegetarian * Vegan * Gluten Free * Nut Free * Egg Free * Dairy Free We'll use this to make informed decisions about future website improvements. COMMUNICATION I want to receive newsletter, competition and content emails from Nigella.com I agree to the Nigella.com terms of service and privacy statement Complete your account You can now view premium recipes, enter the cookalong, submit your content and comment! WHERE TO NEXT? Back to where you were Explore Nigella recipes Update your preferences