Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. enctype = multipart/form-data
  2. method = post
  3. prefix = tx_form
  4. confirmation =
  5. postProcessor {
  6. 1 = mail
  7. 1 {
  8. recipientEmail = test@example.com
  9. senderEmail = test@example.com
  10. subject = test email
  11. }
  12. }
  13. 10 = SUBMIT
  14. 10 {
  15. name = 2
  16. type = submit
  17. value = Submit form
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement