Post Type Title Label

Support MB Frontend Submission Post Type Title LabelResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41289

    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!

    #41293
    PeterPeter
    Moderator

    Hello Jean,

    I think you are missing the open double quotes, please add this and check the issue again.

    label_title="Company Name"

    #41296

    Exactly! That was the issue, working now...

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.