Tell us what you are trying to do? I want to add a countdown timer in a shortcode form field or wysiwyg field without having to traverse copy and past from a plug-in shortcode pool. Add a 3rd party shortcode into the post type field that parses the wysiwyg output into the field content template.
Is there any documentation that you are following? No. Nothing approaches this.
Hello. Thank you for contacting the Toolset support.
I'm not sure yet what exactly the requirement you have but based on the description you shared - do you want to add custom shortcode to the WYUSWYG field in backend and when that field is displayed on frontend you want that the WYSIWYG field should display the output with rendered output of your custom shortcode?
I don't quite understand that example. My application would have me adding a Countdown shortcode into the WYSIWYG field in the frontend CRED form. The output of that shortcode would then render out into the Content Template for that Type.
The idea is to have a user complete a form with a submission time limit. In the editor field they would add a date in that field, but on the render it would generate a countdown timer for that post. Should I focus more on changing from a WYSIWYG field to a Date field, and write some code the render the visual timer somehow? Hope this makes sense.
You can setup a custom post expiration date and after that date the the post will be archived with the status you will set.
If you can share problem URL and admin access details and to what form you are gong to add field and what shortcode that will help me to understand your current structure and then I will be able to guide you in the right dirction.
*** 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.
I need to read the supplied docs, then test this block's logic first. I didn't know that this was available from Toolset. I don't use Gutenberg at all. I use Toolset and Visual Composer at the moment, but will be transitioning the theme over to Elementor. I don't want to expend more time and talent to create another WordPress instance with Toolset and other necessary plugins to test this. I'm pushing the deadline. I will perform a full backup if necessary before engaging Admin access.
Also, each post in this Type has its on expiration date. That date must also be established by the original poster from the front-end form. This is looking more like a back-end configuration only. And, I looks lie two steps 1) Countdown block in the form, 2) Post expiration settings for the post Type and not the front-end post itself.
Q. Does the Countdown block work with front-end Toolset forms? I need users to be able to use this to complete the form field with a date that renders visually in the View or Content Template.
*Mark the next reply private if I still need assistance afterward.*
If you want to set the post expiration date selected by user, you will have to use custom date field that will hold the post expiration date and I believe later you can use this date field with countdown block but I dont think if you able to use it. That is why its important for me to review your current structure and where you want to add the form and where you want to display the count down block. I doubt about adding count down block for form but lets do it step by step.