{ BreezingForms : StripePayment , 1 }
Pattern syntax:
{ BreezingForms : formname [, page, border, urlparams, suffix ] }
BreezingForms Plug-in parameter description:
BreezingForms : This tag must be present literally and in exact upper/lowercase. formname : The name of the form to include, also in exact upper/lowercase. page : The starting page number. Defaults to 1 when omitted. border : 0=no border, 1=with border. Defaults to 1 when omitted. urlparams : Parameters to pass in URL style (no commas or closing brackets allowed). suffix : Suffix appended to all CSS class names in the form.
Examples:
{ BreezingForms : SampleContactForm }
{ BreezingForms : MyVeryForm, 2 }
{ BreezingForms : AnotherForm, 1, 0, &ff_param_xy=123&ff_param_foo=bar }
{BreezingForms:testform,,,&ff_param_foo=bar,mysuffix}