Gregor-Agnes / newsletter_subscribe

TYPO3-extension: Subscribe and unsubscribe to tt_address, generate static Link to unsubscribe (to use in Newsletter), automatically delete unconfirmed subscribers
https://extensions.typo3.org/extension/newsletter_subscribe
GNU General Public License v3.0
2 stars 5 forks source link

firstName form-input #77

Closed Hobokens closed 7 months ago

Hobokens commented 1 year ago

Hi @Gregor-Agnes ,

there is a small mistake in ShowForm.html: <f:form.textfield property="firstName form-input" class="mt-1 block w-full" /> It should be: <f:form.textfield property="firstName" class="form-input mt-1 block w-full" />

Gregor-Agnes commented 7 months ago

fixed a76d44b