diff --git a/plugins/wporg-5ftf/views/inputs-pledge-contributors.php b/plugins/wporg-5ftf/views/inputs-pledge-contributors.php index 7ed7412..12c8b83 100644 --- a/plugins/wporg-5ftf/views/inputs-pledge-contributors.php +++ b/plugins/wporg-5ftf/views/inputs-pledge-contributors.php @@ -13,8 +13,8 @@ namespace WordPressDotOrg\FiveForTheFuture\View; type="text" id="5ftf-pledge-contributors" name="pledge-contributors" + placeholder="sanguine.zoe206, captain-mal, kayleefixesyou" value="" - placeholder="zoe, mal, kaylee" required aria-describedby="5ftf-pledge-contributors-help" /> diff --git a/plugins/wporg-5ftf/views/inputs-pledge-org-email.php b/plugins/wporg-5ftf/views/inputs-pledge-org-email.php index 4fef9b7..44e455e 100644 --- a/plugins/wporg-5ftf/views/inputs-pledge-org-email.php +++ b/plugins/wporg-5ftf/views/inputs-pledge-org-email.php @@ -19,6 +19,7 @@ use WP_Post; type="email" id="5ftf-pledge-email" name="org-pledge-email" + placeholder="wordpress-contributors@example.com" value="" required aria-describedby="5ftf-pledge-email-help" diff --git a/plugins/wporg-5ftf/views/inputs-pledge-org-info.php b/plugins/wporg-5ftf/views/inputs-pledge-org-info.php index 84d28ba..4e67228 100644 --- a/plugins/wporg-5ftf/views/inputs-pledge-org-info.php +++ b/plugins/wporg-5ftf/views/inputs-pledge-org-info.php @@ -41,6 +41,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View; type="url" id="5ftf-org-url" name="org-url" + placeholder="https://example.com" value="" required