Build an argon contact form

argonContact(
  title = NULL,
  subtitle = NULL,
  name = "Your name",
  mail = "Email Adress",
  subject = "Subject",
  message,
  mailto,
  width = 8
)

Arguments

title

Form title.

subtitle

Form subtitle.

name

Contact name.

mail

Contact mail.

subject

Message subject.

message

For message

mailto

Adress to which send the form.

width

Form width. Between 1 and 12.

Note

Need to have an active formspree.io account. See https://formspree.io. Only works on web-server!

Author

David Granjon, dgranjon@ymail.com