• The shortcode with form_id causes a style error in the backend if it is put as a shortcode on a page, input or cpt.
    I create a form with featured image, title and content with an Insert / update post action button to generate posts.
    This creates the following shortcode:

    [jet_fb_form form_id = “8” submit_type = “ajax” required_mark = “*” fields_layout = “column” enable_progress = “” fields_label_tag = “div”]

    So it causes the style error in the backend if it is put as a shortcode in a page, input or cpt.
    If we leave form_id = “8” as formid = “8” or form-id = “8”, the backend style error is solved but the form in the frontend does not work.
    Form image:
    Captura3
    Image of the error in the backend:

    Captura
    Image of the error when it disappears if we change the form_id to formid:

    Captura2

    Thanks for your great work and a huge greeting.

    • This topic was modified 2 years, 10 months ago by neoset.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode with form_id causes style error in backend’ is closed to new replies.