Hi
Thank for the reply, I just installed contact form 7 and the conditional fields plugin. But I will check the links you provided and let you know if they worked.
Thank you.
Hi
I deactivated the Backup plugin by BackupGuard and Elementor start working.
I fixed the problem. The following code didn’t work anymore:
esc_attr( $post->ID )
Changed it to:
absint( $product->id )
and it started working.