※この記事は英語版を翻訳しており、一部に機械翻訳を含むため内容は後日更新される可能性があります。最新の内容は英語版を参照してください。表示言語は画面右下の言語名から切り替えられます。
Web-to-リードフォームから項目を必須にする方法。
検証が Salesforce 内で行われる環境で、送信されたフォームが入力規則の条件を満たさない場合、フォームはデータベースによって拒否されます。これにより、レコードが正しく保存されなくなります。
項目の構文の最後に "Required" という単語を使用します。次に例を示します。
<label for="first_name">First Name</label><input id="first_name" maxlength="40" name="first_name" size="20" type="text" Required />
選択リスト項目の例
<select id="00NA000000Abtqs" name="00NA000000Abtqs" title="Builder Name" required="required">
<option value="">--None--</option>
<option value="ABCD">ABCD</option>
<option value="WXYZ">WXYZ</option>
</select><br>
000385229

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.