I would like to know what shortcode is used to change the style of the form using PhP code.
More specifically, is this the correct short code to be used?
What is the attribute used to specify style?
[formidable id='$form_id' form_style='frm_style_green_23' entry_id='{$first_entry->id}']
https://formidableforms.com/knowledgebase/formidable_shortcode_atts/#kb-change-style-template-based-on-parameter
Thanks, I tried this and it did not work for me. The style is already defined in formidable styles, I am not redefining the style. I want a shortcode to use based on the style name in formidable
turns out there was a space missing in the code
Please login or Register to submit your answer