mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Remove first and last name from newsletter subscription form
This commit is contained in:
parent
395d4d9f9b
commit
327d330f5b
2 changed files with 2 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
</p>
|
||||
<p>
|
||||
<a href="https://standardebooks.org">
|
||||
<img src="https://standardebooks.org/images/logo-small.png" alt="The Standard Ebooks logo"/>
|
||||
<img src="https://standardebooks.org/images/logo-small.png" alt="The Standard Ebooks logo."/>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -33,15 +33,9 @@ if($exception){
|
|||
<label class="automation-test"><? /* Test for spam bots filling out all fields */ ?>
|
||||
<input type="text" name="automationtest" value="" maxlength="80" />
|
||||
</label>
|
||||
<label class="email">Email
|
||||
<label class="email">Your email address
|
||||
<input type="email" name="email" value="<?= Formatter::ToPlainText($subscriber->Email) ?>" maxlength="80" required="required" />
|
||||
</label>
|
||||
<label class="text">First name
|
||||
<input type="text" name="firstname" autocomplete="given-name" maxlength="80" value="<?= Formatter::ToPlainText($subscriber->FirstName) ?>" />
|
||||
</label>
|
||||
<label class="text">Last name
|
||||
<input type="text" name="lastname" autocomplete="family-name" maxlength="80" value="<?= Formatter::ToPlainText($subscriber->LastName) ?>" />
|
||||
</label>
|
||||
<label class="captcha">
|
||||
Type the letters in the image
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue