Tell us what you are trying to do?
I have a conditional block (using the classic editor) that displays an error message if the date has passed, and a registration form if the date is in the future. However, the block appears to be duplicated. Here is the conditional:
```
[wpv-noautop]
[wpv-conditional if="( $(wpcf-event-registration-required) eq 'true' )"]
<!-- Registration required -->
<h2>RSVP to this event</h2>
Hello. Thank you for contacting the Toolset support.
That is strange.
I need to check what's going wrong with your setup.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
For anyone else with this issue: don't forget to set the filter on your View to limit the results to the post being shown. My problem was that it was showing this field for all my custom post types, not just the single one being displayed. Since the message was generic, it looked like a duplicate.