Frontend user name and email in mailform


/ Published in: TYPO3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. tt_content.mailform = COA_INT
  2. tt_content.mailform.20.hiddenFields {
  3. name = TEXT
  4. name.data = TSFE:fe_user|user|username
  5. email = TEXT
  6. email.data = TSFE:fe_user|user|email
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.