Hello,
I created multiple post type and for each post type, I added a different label for the post title in the frontend form shortcode like this:
[mb_frontend_form id="company-field-group,company-opening-hours" post_fields="title,thumbnail,excerpt,content" label_title=Company Name" label_thumbnail="Logo / Photo" label_content="Service / Product Info" label_excerpt="Introduction" submit_button="Submit New Company" edit="false" allow_delete="false" post_status="pending" redirect="/" confirmation=”Thank you for submitting a company!”]
In this case, the post type label should be "Company Name".
However, in the frontend, it is only showing part of the title like just "Company", see screenshot https://tinyurl.com/2g8ybjjo
As it it's only showing the first part of the label and ignoring the second part of the space and this is the same for all post type frontend submission form!