Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Options for Result Mail

Mehr
7 Jahre 2 Wochen her #4200 von mkovach
Options for Result Mail wurde erstellt von mkovach
Hello,

I just recently updated to the new Visforms version. In the "options for result mail" section, I was able to enter multiple email address in the "Mail To" form field in the older version of Visforms. After updating the form, whenever I try and add another email address to the "Mail To" field it gives me an error saying the field is not filled out correctly. I am putting a comma between address and also tried a semi-colon. The "Mail CC" field lets me add multiple email address though but I would rather the multiple address be in the "Mail To" section.

Is there some kind of solution for this? Please let me know if so.
Thank you!!

Mehr
7 Jahre 2 Wochen her #4203 von Administrator AV
Administrator AV antwortete auf Options for Result Mail
Hi,

you are correct. Due to changes in the Joomla! mailer I think about the Joomla! 3.5 release, there were some problems with sending mails with Visforms, too. In order to make sending mails with Visforms more stable, I changed the format of the Mail From Address and the Mail To address input in the Visforms administration from "text" to "email". As a result both fields are validated for a valid email address (if they are not left empty) and therefore it is no longer possible to add more than one Mail To address. I don't want to go back to the previous state, because it was more error prone. You could try to change a Visforms core file, but your changes would be lost with every Visforms update.
It is the adminstrator/components/com_visforms/models/forms/visform.xml file.
Change type="email" to type="text" in
Code:
<field name="emailto" class="longfield inputbox" type="email" label="COM_VISFORMS_EMAIL_TO" description="COM_VISFORMS_EMAIL_TO_RESULT_DESC" size="50" maxlength="250"/>
(about line 108)
After that you should be able to enter and store more than on email address. As far as I can see in the code, sending the mails to all these addresses then, should work as in your previous version.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Mehr
7 Jahre 2 Wochen her #4207 von mkovach
mkovach antwortete auf Options for Result Mail
Thank you Aicha!

Mehr
6 Jahre 11 Monate her #4277 von mkovach
mkovach antwortete auf Options for Result Mail
Aicha,

I have many email addresses for an email to go to. So I started to put the emails that need to receive the result mail in the CC section. It seems to only be limiting me to 3 email addresses in this section. Is there a way for me to put more than 3 email addresses there?

Thank you,
Mike

Mehr
6 Jahre 11 Monate her #4278 von Administrator AV
Administrator AV antwortete auf Options for Result Mail
Hi Mike,

the mailcc field is displayed with a size of 50 characters but it should allow you to type in up to 250 characters.

This is set by the field definition, same file as mentioned in the previous post
Code:
<field name="emailcc" class="longfield inputbox" type="text" label="COM_VISFORMS_EMAIL_CC" description="COM_VISFORMS_EMAIL_CC_DESC" size="50" maxlength="250"/>

I think this is more than 3 mail addresses. On my test installation, there is no such limit as 3 mail addresses and I can type in exactly up to 250 characters.

You could allow for more characters with a bigger "maxlength".

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Mehr
6 Jahre 11 Monate her #4283 von mkovach
mkovach antwortete auf Options for Result Mail
That is extremely weird. All of my email addresses typed in took 173 characters. And it seems to be only sending to the third email... I am very sure of what I can do to have this work.

Would changing the type="email" to type="text" be my best bet? Then I can just put everything on one line again.

Thanks,

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum