Problem:
Post Date field doesn't output date format according to Site Language setting.
Solution:
This issue is known to us. The simple workaround to this is, instead of using single field block, you should try to add "Fields and Text" block and then within the fields and text block you should try to add the shortcode to display the post date. For example:
Problem:
How to conditionally display the content based on current post terms assignment
Solution:
You will have to write custom shortcode to get posts count based on current post term assignment and then you can use this custom shortcode with conditional block.
Problem:
How can I prevent that only Post Authors can access the update form?
Solution:
Go to the Toolset → Access Control page and click the Toolset Forms tab and click to expand the "Post Forms Front-end access group" and find your form name and adjust the permissions to "Edit Own" and save the permissions (you should revoke the "Edit Others" permissions).
Problem:
Possible to change data type of a custom field?
Solution:
To change the data type of your custom field, you should navigate to:
=> Toolset => Custom Fields => Edit your custom field group that holds your desired field => change the Field Type to "Single Line" for the field for which you want to change the data type and save the custom field group.