language
stringclasses 30
values | ml_dataset
stringclasses 3
values | html_cleaned
stringlengths 5
756
| label
stringclasses 17
values |
---|---|---|---|
EN | training | <input aria-required="true" autocomplete="" class="form-control text" id="postcode" maxlength="5" name="billingAddress.postcode" placeholder="" required="required" type="text" value=""/> | Zip Code |
ZH | training | <input class="reg_ipt" maxlength="16" name="password" node-type="field-password" type="password" value=""/> | New Password |
EN | training | <form action="" method="post" name="fMain"><input name="__RequestVerificationToken" type="hidden" value=""Please select 'Country'" id="Country" name="Country" title="Country Code Dropdown"><option value="">Cote d'Ivoire</option>
<option value=""/>
</div>
</form> | Form |
EN | training | <input data-val="true" data-val-length="Name must be between 1 and 50 characters" data-val-length-max="50" data-val-length-min="1" data-val-regex="Name on Card is not valid" data-val-regex-pattern="^[A-Za-z\x20\x22\x26\x27\x2C-\x2E]+$" data-val-required="Name must be at least 1 character long" id="NameOnCard" maxlength="40" name="NameOnCard" size="30" type="text" value=""/> | CC Name |
EN | training | <input data-val="true" data-val-length="Credit Card Number must be between 1 and 20 characters" data-val-length-max="20" data-val-length-min="1" id="CCNumber" maxlength="20" name="CCNumber" size="30" type="text" value=""/> | CC Number |
EN | training | <select data-val="true" data-val-number="The field Month must be a number." data-val-required="The Month field is required." id="ExpiresMonth" name="ExpiresMonth" title="Expiration Month Dropdown"><option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
</select> | CC Expiration Month |
EN | training | <select data-val="true" data-val-number="The field Year * must be a number." data-val-required="The Year * field is required." id="ExpiresYear" name="ExpiresYear" title="Expiration Year Dropdown"><option>2020</option>
<option>2021</option>
<option>2022</option>
<option>2023</option>
<option>2024</option>
<option>2025</option>
<option>2026</option>
<option>2027</option>
<option>2028</option>
<option>2029</option>
<option>2030</option>
</select> | CC Expiration Year |
EN | training | <input data-val="true" data-val-length="Security Code cannot exceed 4 characters" data-val-length-max="4" data-val-regex="Security Code is not valid" data-val-regex-pattern="^\d+$" id="CVCode" name="CVCode" size="10" type="text" value=""/> | CC Security Code |
EN | training | <input data-val="true" data-val-required="Zip/Postal Code is required." id="PostalCode" maxlength="10" name="PostalCode" size="10" type="text" value=""/> | Zip Code |
SV | training | <input autocomplete="email" class="text-field text-field--grey" data-valid="false" data-validation="email" id="email" name="email" placeholder="Fyll i din e-postadress" required="" type="email"/> | Email |
EN | training | <input aria-describedby="update_password_tip" class="form-control form-input" id="password" maxlength="32" name="password" placeholder="Password" type="password"/> | New Password |
EN | training | <input class="form-control form-input" id="confirm_password" maxlength="32" name="confirm_password" placeholder="Confirm Password" type="password"/> | Confirm Password |
EN | training | <form action="" id="ccForm" method="post" name="ccForm" novalidate="novalidate">
<div class="clearfix cc-accounts">
<input id="action" name="action" type="hidden" value=""></div>
</div>
</form> | Form |
EN | training | <input id="nameOnCard" maxlength="50" name="nameOnCard" size="25" type="text" value=""/> | CC Name |
EN | training | <input id="ccNumber" maxlength="25" name="ccNumber" size="25" type="number" value=""/> | CC Number |
EN | training | <select aria-invalid="false" class="expirationMonth valid" id="ccExpirationMonth" name="ccExpirationMonth">
<option value="">12</option>
</select> | CC Expiration Month |
EN | training | <select aria-invalid="false" class="expirationYear valid" id="ccExpirationYear" name="ccExpirationYear">
<option selected="selected" value="">2029</option>
</select> | CC Expiration Year |
EN | training | <input class="cc-code" id="ccCode" name="ccCode" type="number"/> | CC Security Code |
EN | training | <input class="radio" data-bind="attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()" id="paypal_express" name="payment[method]" type="radio" value=""/> | CC Payment Type |
EN | training | <input class="radio" data-bind="attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()" id="chcybersource" name="payment[method]" type="radio" value=""/> | CC Payment Type |
EN | training | <input aria-invalid="false" aria-required="true" class="input-text" data-bind="
value: value,
valueUpdate: 'keyup',
hasFocus: focused,
attr: {
name: inputName,
placeholder: placeholder,
'aria-describedby': getDescriptionId(),
'aria-required': required,
'aria-invalid': error() ? true : 'false',
id: uid,
disabled: disabled
}" id="C0PVR60" name="postcode" type="text"/> | Zip Code |
DE | training | <input id="payment-radio-ingenico-credit-card" name="payment-radio" type="radio"/> | CC Payment Type |
DE | training | <input aria-required="true" class="textbox" id="CN" name="CN" required="required" type="text" value=""/> | CC Name |
DE | training | <input aria-required="true" class="textbox validate-creditcard" id="CardNo" name="CardNo" novalidate="novalidate" pattern="[0-9]*" required="required" type="text" value=""/> | CC Number |
DE | training | <select aria-required="true" id="ECOM_CARDINFO_EXPDATE_MONTH" name="ECOM_CARDINFO_EXPDATE_MONTH" required="required">
<option selected="selected" value="">12</option>
</select> | CC Expiration Month |
DE | training | <select aria-required="true" id="ECOM_CARDINFO_EXPDATE_YEAR" name="ECOM_CARDINFO_EXPDATE_YEAR" required="required">
<option selected="selected" value="">2032</option>
</select> | CC Expiration Year |
DE | training | <input aria-required="true" class="textbox validate-cvc" id="CVC" name="CVC" novalidate="novalidate" pattern="[0-9]*" required="required" type="text" value=""/> | CC Security Code |
EN | training | <input checked="" id="zuora_card" name="zuora_card" type="radio"/> | CC Payment Type |
EN | training | <input autocomplete="none" class="ds-form-input ds-form-input--invalid" id="billingPostalCode" name="postal" required="" type="text" value=""/> | Zip Code |
EN | training | <form accept-charset="UTF-8" action="" class="position-relative js-octocaptcha-parent" data-turbo="false" method="post"><input data-csrf="true" name="authenticity_token" type="hidden" value="">Create account</button>
</div>
</form> | Form |
EN | training | <input aria-describedby="email-err" autocomplete="off" autofocus="autofocus" class="js-continue-input js-continue-focus-target signup-input form-control input-block flex-1 border-0 rounded-0 p-0 box-shadow-none color-text-white f4 text-mono" data-target="text-suggester.input" id="email" name="user[email]" required="" spellcheck="false" type="email"/> | Email |
EN | training | <input autocapitalize="sentences" autocorrect="on" class="TextInput StripePaymentForm__name" placeholder="Name on card" type="text" value=""/> | CC Name |
EN | training | <input aria-label="Card Number text" class="forms_input" form-id="creditUpdateForm" id="creditUpdateForm-creditCard-text" maxlength="19" minlength="15" name="creditCard" type="text"/> | CC Number |
EN | training | <select class="select_select" ""><option class="select_option" disabled="disabled" value=""> 12 </option></select> | CC Expiration Month |
EN | training | <select class="select_select" ""><option class="select_option" disabled="disabled" value=""> 29 </option></select> | CC Expiration Year |
EN | training | <input aria-label="Security Code text" class="forms_input forms_input--quarter" form-id="creditUpdateForm" id="creditUpdateForm-cvCode-text" name="cvCode" type="text"/> | CC Security Code |
EN | training | <input aria-label="Cardholder Name text" class="forms_input" form-id="creditUpdateForm" id="creditUpdateForm-cardHolderName-text" name="cardHolderName" type="text"/> | CC Name |
EN | training | <input aria-label="Zip Code text" class="forms_input" form-id="billingUpdateForm" id="billingUpdateForm-zip-text" maxlength="5" name="zip" type="text"/> | Zip Code |
EN | training | <input maxlength="14" name="" style="width:185px;" type="password" value=""/> | New Password |
EN | training | <input maxlength="14" name="confirm_passwdc" style="width:185px;" type="password" value=""/> | Confirm Password |
EN | training | <ul id="paymentMethods">
<li data-variant="diners" style="list-style-type: none;">
<input class="imgB pmB pmBcard" name="brandName" type="submit" value=""/>
</div></td>
</tr>
</tbody></table> </div>
</li>
</ul> | Form |
EN | training | <input class="imgB pmB pmBunionpay" name="brandName" type="submit" value=""/> | CC Payment Type |
EN | training | <input class="imgB pmB pmBqiwiwallet" name="brandName" type="submit" value=""/> | CC Payment Type |
EN | training | <input aria-describedby="notice-GL76D6Y" class="input-text has-placeholder" data-bind="
afterRender: initCustomInputFn,
value: value,
valueUpdate: 'keyup',
hasFocus: focused,
attr: {
name: inputName,
class: inputName !== 'postcode' ? 'input-text' : 'input-text',
placeholder: placeholder,
'aria-describedby': noticeId,
id: uid,
disabled: disabled
}" id="GL76D6Y" name="postcode" type="text"/> | Zip Code |
DE | training | <form action="" autocomplete="off" id="SSLForm" language="JavaScript" method="POST" name="SSLForm" style="margin:0px;">
<input name="MerchantID" type="hidden" value=""/></form> | Form |
DE | training | <input id="creditCardHolder" name="creditCardHolder" type="text" value=""/> | CC Name |
DE | training | <select name="KKName" style="display: none;" tabindex="-1" title="">
<option selected="" value="">
American Express
</option>
</select> | CC Type |
DE | training | <input id="KKnr" maxlength="19" name="KKnr" type="text" value=""/> | CC Number |
DE | training | <select class="month" name="KKMonth" size="1" style="display: none;" tabindex="-1" title="">
<option value="">12</option>
</select> | CC Expiration Month |
DE | training | <select class="year" name="KKYear" size="1" style="display: none;" tabindex="-1" title="">
<option value="">2034</option>
</select> | CC Expiration Year |
DE | training | <input maxlength="4" name="cccvc" size="4" type="text" value=""/> | CC Security Code |
EN | training | <input class="a82_a10" name="" type="password" value=""/> | New Password |
EN | training | <form action="" method="POST" name="newsletter-form">
<div class="added-info">
<div class="radio-button">
<input id="mrs" name="salutation" type="radio" value="">
Sign up
</button>
</div>
</form> | Form |
EN | training | <input name="email" placeholder="E-Mail Address" required="" type="email" value=""/> | Email |
EN | training | <input autocomplete="new-password" class="ng-pristine ng-scope md-input ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-touched" id="input_8" name="password" ng-minlength="6" ng-model="$ctrl.password" required="" style="" type="password"/> | New Password |
EN | training | <input class="ng-pristine ng-scope ng-isolate-scope md-input ng-empty ng-invalid ng-invalid-required ng-valid-match ng-touched" id="input_9" match="$ctrl.password" name="passwordConfirm" ng-model="$ctrl.passwordConfirm" required="" style="" type="password"/> | Confirm Password |
EN | training | <form action="" class="payment-form novalidate" id='"dwfrm_creditCard"' method="POST" name="payment-form" novalidate="">
<!-- Credit Card Type -->
<input autocomplete="cc-type" class="form-control" id="cardType" maxlength="16" name="dwfrm_creditCard_cardType" required="" type="hidden" value="">Cancel</a>
</div>
</div>
</form> | Form |
EN | training | <input checked="" class="custom-control-input" id="paymentOption-Credit" maxlength="2147483647" name="paymentOption-Credit" required="" type="radio" value=""/> | CC Payment Type |
EN | training | <input autocomplete="cc-number" class="form-control text-entered" id="cardNumber" maxlength="20" name="dwfrm_creditCard_cardNumber" required="" type="text" value=""/> | CC Number |
EN | training | <select autocomplete="cc-exp-month" class="form-control custom-select" id="month" name="dwfrm_creditCard_expirationMonth" required="">
<option id="" value="">12</option>
</select> | CC Expiration Month |
EN | training | <select autocomplete="cc-exp-year" class="form-control custom-select" id="year" name="dwfrm_creditCard_expirationYear" required="">
<option value="">2029</option>
</select> | CC Expiration Year |
EN | training | <input class="form-control" data-cy="signup-email-input" id="signup-email" name="email" placeholder="[email protected]" required="" type="email"/> | Email |
DE | training | <input autocapitalize="none" autocomplete="email username" class="form-control theme-text-color standard-gray-border ng-pristine ng-invalid ng-touched" data-qa="input" id="email" name="email" placeholder="" type="email" x-autocompletetype="email username"/> | Email |
FR | training | <input class="c-field__input u-color-river-bed" id="subscription_email" name="subscription[email]" required="required" type="email"/> | Email |
DE | training | <input checked="" class="custom-control-input payment-method-input creditcard" id="paymentMethod" name="paymentMethodId" type="radio" value=""/> | CC Payment Type |
FR | training | <input class="input ng-pristine ng-untouched ng-valid ng-not-empty" data-ng-change="setPaymentMode(payment.code)" data-ng-disabled="isDisabledActions() || !payment.active || getContext().giftCardGTtotalPrice" data-ng-model="paymentMode" data-ng-value=""/> | CC Payment Type |
EN | training | <input alt="" class="edit-this processing-modal modalInput required-field-validation" data-original-src="" name="Checkout" src="" style="border-width: 0px;" type="image"/> | CC Payment Type |
EN | training | <input alt="" class="edit-this processing-modal modalInput required-field-validation" data-original-src="" name="CheckoutPayPalCredit" src="" style="border-width: 0px;" type="image"/> | CC Payment Type |
EN | training | <input aria-label="Enter Credit Card Number" class="textbox LLBlocked" id="CreditCardNumber" maxlength="22" name="CreditCardNumber" style="border: 2px solid rgb(178, 163, 204); color: rgb(7, 34, 14); outline: currentcolor none 0px;" type="text" value=""/> | CC Number |
EN | training | <select aria-label="Select Expiration Month" autocomplete="off" class="quantity" id="ExpMon" name="ExpMon"><option value="">12</option>
</select> | CC Expiration Month |
EN | training | <select aria-label="Select Expiration Year" autocomplete="off" class="quantity" id="ExpYr" name="ExpYr"><option selected="selected" value="">2035</option>
</select> | CC Expiration Year |
EN | training | <input aria-label="Enter Credit Card Verification Number" class="textbox ccvn LLBlocked" id="CreditCardVerificationNumber" maxlength="4" name="CreditCardVerificationNumber" style="border: 2px solid rgb(178, 163, 204); color: rgb(7, 34, 14); outline: currentcolor none 0px;" type="text" value=""/> | CC Security Code |
DE | training | <form action="" autocomplete="off" class="psg-reg-form hetero preselect has-main-brand-075-background-color default has-background wp-block-psg-registration show-complete-form" data-bi-id="psg-regform" method="post" novalidate=""><input class="fd" name="fd" type="hidden" value="">
<ul>
<li>Singles mit Persönlichkeit</li>
<li>Sichere und TÜV SÜD-zertifizierte Software</li>
<li>Zugang nur mit ernsten Absichten</li>
</ul>
</div>
</div>
</form> | Form |
DE | training | <input autocomplete="off" class="reg-form-email" data-bi-id="reg-email-input" id="email-5" name="email" placeholder="Meine E-Mail-Adresse" type="email" value=""/> | Email |
EN | training | <input class="float-left" data-val="true" data-val-email="Please enter a valid email address" data-val-required="This field is required" id="Email" name="Email" placeholder="Your business email" type="text" value=""/> | Email |
EN | training | <input id="form_billinginfo_postalCode" name="form[billinginfo][postalCode]" placeholder="Zip/Postal Code" required="required" type="text" value=""/> | Zip Code |
EN | training | <input class="text_input" dir="auto" name="email" placeholder="[email protected]" required="" type="email"/> | Email |
FR | training | <input aria-controls="payment-gateway-subfields" aria-describedby="payment_gateway_description" checked="" class="input-radio" data-backup="payment_gateway" id="checkout_payment_gateway" name="checkout[payment_gateway]" type="radio" value=""/> | CC Payment Type |
EN | training | <input aria-describedby="CreditCardNumberError" aria-required="true" data-val="true" data-val-length="The Card Number is too long, check and try again." data-val-length-max="16" data-val-required="Credit Card Number field is a Required Field" id="CreditCardNumber" maxlength="16" name="CreditCardNumber" type="text" value=""/> | CC Number |
EN | training | <input aria-describedby="FirstNameError" aria-required="true" data-val="true" data-val-required="Your First Name is a Required Field" id="FirstName" maxlength="16" name="FirstName" placeholder="First Name" type="text" value=""/> | First Name |
EN | training | <input aria-describedby="LastNameError" aria-required="true" data-val="true" data-val-required="Your Last Name is a Required Field" id="LastName" maxlength="16" name="LastName" placeholder="Last Name" type="text" value=""/> | Last Name |
EN | training | <select class="valid" id="ExpMonth" name="ExpMonth" title="Expiration Month"><option value="">12</option>
</select> | CC Expiration Month |
EN | training | <select class="valid" id="ExpYear" name="ExpYear" title="Expiration Year"><option selected="selected" value="">2031</option>
</select> | CC Expiration Year |
EN | training | <input aria-describedby="SecurityCodeError" aria-required="true" autocomplete="Off" data-val="true" data-val-required="Security Code is a Required Field" id="SecurityCode" maxlength="4" name="SecurityCode" size="4" type="text" value=""/> | CC Security Code |
RU | training | <input id="password" type="password"/> | New Password |
EN | training | <input aria-required="true" autocomplete="offvjmaw" class="form-input" data-field-type="Password" data-label="Password" id="FormField_2_input" name="FormField[1][2]" type="password" value=""/> | New Password |
EN | training | <input aria-required="true" autocomplete="off7i2y9" class="form-input" data-field-type="ConfirmPassword" data-label="Confirm Password" id="FormField_3_input" name="FormField[1][3]" type="password" value=""/> | Confirm Password |
EN | training | <input autocomplete="off" class="search_textarea" id="password" maxlength="30" name="password" tabindex="15" type="password" value=""/> | New Password |
EN | training | <input autocomplete="off" class="search_textarea" id="confirm_password" maxlength="30" name="confirm_password" tabindex="16" type="password" value=""/> | Confirm Password |
FR | training | <input aria-describedby="dwfrm_billing_billingAddress_addressFields_postal-caption dwfrm_billing_billingAddress_addressFields_postal-error" aria-invalid="true" aria-required="true" autocomplete="postal-code" class="input-text postal countryValid emptycheck required empty error" id="dwfrm_billing_billingAddress_addressFields_postal" maxlength="2147483647" minlength="0" name="dwfrm_billing_billingAddress_addressFields_postal" placeholder="Code ZIP" type="tel" value=""/> | Zip Code |
FR | training | <input checked="" class="input-radio" id="is-CREDIT_CARD" name="dwfrm_billing_paymentMethods_selectedPaymentMethodID" type="radio" value=""/> | CC Payment Type |
FR | training | <input aria-describedby="-error" aria-invalid="true" class="adyen-checkout__input adyen-checkout__input--text adyen-checkout__card__holderName__input sMjS8HCbKiP5yR9Td9ZgQ adyen-checkout__input--large" placeholder="J. Smith" required="" type="text" value=""/> | CC Name |
EN | training | <input checked="" name="pmtmethod" type="radio" value=""/> | CC Payment Type |
EN | training | <input class="inputForm rndLeft rndRight" id="nameoncard" maxlength="150" name="nameoncard" style="width:100%;" type="textbox" value=""/> | CC Name |
EN | training | <input class="inputForm rndLeft rndRight" id="cardnumber" maxlength="16" name="cardnumber" placeholder="Card Number" style="width:100%;" type="textbox" value=""/> | CC Number |
EN | training | <select class="selectOption rndLeft rndRight" id="expiremonth" name="month">
<option value="">12</option>
</select> | CC Expiration Month |
EN | training | <select class="selectOption rndLeft rndRight" id="expireyear" name="year">
<option value="">2070</option>
</select> | CC Expiration Year |
EN | training | <input class="inputForm rndLeft rndRight" id="cvcnumber" maxlength="4" name="cvcnumber" style="width:40px;" type="textbox" value=""/> | CC Security Code |
EN | training | <input class="inputForm rndLeft rndRight" id="zipcode" maxlength="50" name="zipcode" style="width:95%;margin-top:4px" type="textbox" value=""/> | Zip Code |
EN | training | <input name="pmtmethod" type="radio" value=""/> | CC Payment Type |