Hello,
I followed this video to create "opening hours" for my company post type https://www.youtube.com/watch?v=8nZwyBbAWXU
I was able to get both field groups (company field group and opening hours field group) to show up in the frontend submission form by using this shortcode:
[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="/company-thank-you"]
However, as you will see from this screenshot https://tinyurl.com/2h847bns
Both field groups are mixed together, what I would like to do is to add a "Subtitle" for the opening hours part such as "Manage Opening Hours" just to make the difference from the company information part with the opening hours section.