Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

BrowserSuggestMode

Grooper.Core

Enables or disables browser autocomplete suggestions based on previous user input.

Remarks

Corresponds directly to the HTML autocomplete attribute.

Can be one of the following values:

NameValueDescription
off0The browser is not permitted to automatically enter or select a value for this field.
on1The browser is allowed to automatically complete the input. No guidance is provided as to the type of data expected in the field, so the browser may use its own judgement.
name2The field expects the value to be a person's full name.
honorific_prefix3The prefix or title, such as "Mrs.", "Mr.", "Miss", "Ms.", "Dr.", or "Mlle.".
given_name4The given (or "first") name.
additional_name5The middle name.
family_name6The family (or "last") name.
honorific_suffix7The suffix, such as "Jr.", "B.Sc.", "PhD.", "MBASW", or "IV".
nickname8A nickname or handle.
email9An email address.
username10A username or account name.
new_password11A new password.
current_password12The user's current password.
one_time_code13A one-time code used for verifying user identity.
organization_title14A job title, or the title a person has within an organization, such as "Senior Technical Writer", "President", or "Assistant Troop Leader".
organization15A company or organization name, such as "Acme Widget Company" or "Girl Scouts of America".
street_address16A street address. This can be multiple lines of text, and should fully identify the location of the address within its second administrative level (typically a city or town), but should not include the city name, ZIP or postal code, or country name.
address_line117The first line of the street address. These should only be present if the "street-address" is not present.
address_line218The second line of the street address. These should only be present if the "street-address" is not present.
address_line319The third line of the street address. These should only be present if the "street-address" is not present.
address_level420The finest-grained administrative level, in addresses which have four levels.
address_level321The third administrative level, in addresses with at least three administrative levels.
address_level222The second administrative level, in addresses with at least two of them. In countries with two administrative levels, this would typically be the city, town, village, or other locality in which the address is located.
address_level123The first administrative level in the address. This is typically the province in which the address is located. In the United States, this would be the state. In Switzerland, the canton. In the United Kingdom, the post town.
country24A country or territory code.
country_name25A country or territory name.
postal_code26A postal code (in the United States, this is the ZIP code).
cc_name27The full name as printed on or associated with a payment instrument such as a credit card. Using a full name field is preferred, typically, over breaking the name into pieces.
cc_given_name28A given (first) name as given on a payment instrument like a credit card.
cc_additional_name29A middle name as given on a payment instrument or credit card.
cc_family_name30A family name, as given on a credit card.
cc_number31A credit card number or other number identifying a payment method, such as an account number.
cc_exp32A payment method expiration date, typically in the form "MM/YY" or "MM/YYYY".
cc_exp_month33The month in which the payment method expires.
cc_exp_year34The year in which the payment method expires.
cc_csc35The security code for the payment instrument; on credit cards, this is the 3-digit verification number on the back of the card.
cc_type36The type of payment instrument (such as "Visa" or "Master Card").
transaction_currency37The currency in which the transaction is to take place.
transaction_amount38The amount, given in the currency specified by "transaction-currency", of the transaction, for a payment form.
language39A preferred language, given as a valid BCP 47 language tag
bday40A birth date, as a full date.
bday_day41The day of the month of a birth date.
bday_month42The month of the year of a birth date.
bday_year43The year of a birth date.
sex44A gender identity (such as "Female", "Fa'afafine", "Male"), as freeform text without newlines.
tel45A full telephone number, including the country code.
tel_country_code46The country code, such as "1" for the United States, Canada, and other areas in North America and parts of the Caribbean.
tel_national47The entire phone number without the country code component, including a country-internal prefix. For the phone number "1-855-555-6502", this field's value would be "855-555-6502".
tel_area_code48The area code, with any country-internal prefix applied if appropriate.
tel_local49The phone number without the country or area code.
tel_extension50A telephone extension code within the phone number, such as a room or suite number in a hotel or an office extension in a company.
impp51A URL for an instant messaging protocol endpoint, such as "xmpp:username@example.net".
url52A URL, such as a home page or company web site address as appropriate given the context of the other fields in the form.
photo53The URL of an image representing the person, company, or contact information given in the other fields in the form.

Used By

Notification