contact form
Added by Reiner Lichtenberger almost 4 years ago
how to add a contact in redmine? for non registered users?
thx
RL
------------------------------------
Environment:
Redmine version 4.1.1.stable
Ruby version 2.5.5-p157 (2019-03-15) [x86_64-linux]
Rails version 5.2.4.2
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
SCM:
Git 2.17.1
Filesystem
Redmine plugins:
no plugin installe
Replies (6)
RE: contact form - Added by Bernhard Rohloff almost 4 years ago
What do you mean with contact? Contact like a contact entry in an address book?
RE: contact form - Added by Bernhard Rohloff almost 4 years ago
Ah OK, a contact form. Do you have a specific requirement for what should be done with the data after clicking on the green submit button?
Creating a new issue? Sending the request to an email address? In either way, it should be doable with a custom plugin.
RE: contact form - Added by Reiner Lichtenberger almost 4 years ago
ah oops, sorry yes "contact form" - I forget the form.
Well, the best would be to have a customizable one.
It just should send an E-Mail to a certain adress
containing the vars.
thx for help
RE: contact form - Added by C S almost 4 years ago
Maybe this one will fit: https://www.redmine.org/plugins/contact_form
Attention! It is only tested until Redmine 2.5! I don't know if it works in higher Versions...so test and fail ;)
RE: contact form - Added by Reiner Lichtenberger almost 4 years ago
I contacted the developer, he has doubts that it works.
so for the moment I just an E-Mail Adress.
thx