andrewscaya / mod_simpleemailform

Joomla module: mod_simpleemailform
http://joomla.unlikelysource.org/
GNU General Public License v2.0
3 stars 4 forks source link

Warn the administrator before saving if "Send Results To" field is empty or invalid #13

Closed martinbeaudry closed 7 years ago

martinbeaudry commented 8 years ago

If the administrator doesn't fill the "Send Results To" field, no warning is given, even though it will prevent the application from working.

When trying to send the form, one gets a "Requested page can't be found" error message asking to contact the administrator and give him the "Invalid address" error message.

andrewscaya commented 7 years ago

Fixing issue by issuing an error message and not displaying the form if the "Send Results To" field is left empty. Feature added to the "JForm" type of the Simple Email Form since the "Classic" type is now deprecated.

Enhancement completed.