contact-form
contact-form copied to clipboard
Add a simple contact form to your Craft CMS site.
### Description Whenever I log in with a new user in my login.twig I get my flash message I setup which shows whenever that contact form is correctly submitted. Anyone...
### Description As from Craft 4, if the fromName field is not in the form, submitting the form leads to an error: > Symfony\Component\Mime\Address::__construct(): Argument #2 ($name) must be of...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.2 to 7.4.5. Release notes Sourced from guzzlehttp/guzzle's releases. Release 7.4.5 See change log for changes. Release 7.4.4 See change log for changes. Release 7.4.3 See change...
### Description I am keep getting this warning error when I m using the plugin. How can I fix this issue? ### Additional info - Craft version: 3.4.9 - PHP...
### Description In this plugin's version 2 for Craft 3 the AJAX response contained the key success which could be tested in the `response` via `if (response.success) { ... }`,...
Does the addError on a custom field actually work? Here is my code to check if links are in the body and if so to show an error: ``` Event::on(Submission::class,...
### Description I am trying to make some additional fields required. Before contact-form 2.3.0 I defined the field in the form: ``` {% set error = message.getErrors("message.city") ?? null %}...
### Description I am looking for a log of form submissions through this form plugin and can’t seem to find anything. I checked all the Craft logs and reviewed the...
### Description Contact form for Craft CMS site (up to date) is giving 404 error when submitted. Original developer has no clear solution upon review. ### Steps to reproduce 1....
This could be used to customize the body contents, such as include the sender's email address within the message body.