Shortcode with form_id causes style error in backend
-
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:
Image of the error in the backend:
Image of the error when it disappears if we change the form_id to formid:Thanks for your great work and a huge greeting.
- The topic ‘Shortcode with form_id causes style error in backend’ is closed to new replies.