我已經使用wordpress的可視化/文本編輯器創建了一個表單。我想在此表單中加入驗證碼。但我不知道該怎麼做。在wordpress中,一個非常簡單的captcha插件已經安裝,但它僅適用於聯繫表單7表單。我試圖複製[captchac captcha-1] [captchar captcha-1]
,但它沒有奏效。請幫助我 這裏是表格如何在wordpress的文本編輯器中創建的表單中添加驗證碼
<form name="profile" method="post" action="handler.php">
<input type="text" name="customer_name" placeholder="Please enter your namne"/>
<input type="file" name="picture" required/>Please select a picture
</form>