tounivee
Forum Replies Created
-
Forum: Plugins
In reply to: [Checkout Finland for WooCommerce] 1.2.6 Internal Server ErrorI got around this by making the return value nullable at getMessages function in ValidationException.php.
`/**
* Get the messages.
*
* @return array
*/
public function getMessages() : ?array
{
return $this->messages;
}Forum: Plugins
In reply to: [Salon Booking System - Free Version] Attaching services to assistantsThis did solve the problem. Thank you!
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Fault with the required fields.I updated to version 0.2.2 but still have the same problem with the validation of the required fields inside the hidden group.
The form is using CF7 multi-step -plugin.
[group delivery]
<h3>Toimitusosoite</h3>
<div class=”flex_column flex_column_div av_one_half first”>
Nimi / Yritys (pakollinen)<br />
[text* delivery-company]
</div>
<div class=”flex_column flex_column_div av_one_half”>
Katuosoite (pakollinen)<br />
[text* delivery-street]
</div>
<div class=”flex_column flex_column_div av_one_half first”>
Postinumero (pakollinen)<br />
[text* delivery-postalcode]
</div>
<div class=”flex_column flex_column_div av_one_half”>
Postitoimipaikka (pakollinen)<br />
[text* delivery-city]
</div>
[/group]