Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

error message using checkbox

More
9 years 3 weeks ago #4071 by ec1
error message using checkbox was created by ec1
Hello,
I created a checkbox field with required=Yes, checked value=1, default=unchecked
When I open the Form, get following error:

Notice: Undefined property: stdClass::$unchecked_value in /home/.sites/88/site7547518/web/frgneu/components/com_visforms/lib/business/checkbox.php on line 111

I noticed that I can't set the unchecked value ?!

Thanks,
Eva

More
9 years 3 weeks ago #4073 by Administrator AV
Replied by Administrator AV on topic error message using checkbox
Hi Eva,

thanks for this post.

did you update Visforms?
Was the checkbox create before the update?

Then please just open the checkbox field in the administration and save it.

Does this solve your problem? If not, just let me know.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).

More
9 years 3 weeks ago #4074 by Administrator AV
Replied by Administrator AV on topic error message using checkbox
Hi,

ok, I think, this will not solve the problem.

Actually this is a notice, that will not effect proper working of Visforms and that will not show up on a productive system with productive error message levels. Nevertheless I will of course fix it.

Please open the file mentioned in the warning.
Replace the code at line 111 which is
Code:
$this->field->calculationValue = ($this->field->configurationDefault === "checked") ? $this->field->attribute_value : $this->field->unchecked_value;
with
Code:
$this->field->calculationValue = ($this->field->configurationDefault === "checked") ? $this->field->attribute_value : (isset($this->field->unchecked_value)) ? $this->field->unchecked_value : 0;

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).

More
9 years 3 weeks ago #4075 by ec1
Replied by ec1 on topic error message using checkbox
Hello Aicha,
thanks that worked! You were right, that was just a notice message as the message level was still set to "Developer" . When lowering it it's gone. After the correction to the file it also works fine!
Thanks a lot
Eva

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum