JoomEXT:FacileForms

From Kb_JMY(晉明夷)

Jump to: navigation, search

Joomla Extension: Facile Forms

Contents

FacileForms

FacileForms mambot

Top Top

  • Usage: Displays forms inline in contents
  • file: bot_facileforms_147.zip
  • Requirements:
-- The FacileForms component must also be installed (same version)
-- The bot must be published


  • Pattern syntax:
{ FacileForms : formname [, page, border, urlparams, suffix ] }
  • Parameter description:
FacileForms : 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:
{ FacileForms : SampleContactForm }
{ FacileForms : MyVeryForm, 2 }
{ FacileForms : AnotherForm, 1, 0, &ff_param_xy=123&ff_param_foo=bar }
{ FacileForms : testform,,,&ff_param_foo=bar,mysuffix}


But attention with the following one. Basicly it would work, but when using a WYSIWYG editor, it will insert linebreaks as
and the bot will no longer recognize the pattern:
{ FacileForms:
AnotherForm,
1,
0,
&ff_param_xy=123&ff_param_foo=bar
}


Calling a form by URL

Ref.Source

ff_name  : The name of the form (mandatory)
ff_page  : Starting page number, Default: 1
ff_frame : Run in iframe, 0=no/1=yes, Default: 1
ff_border: Show a border, 0=no/1=yes, Default: 1
ff_align : Horizontal Align, 0=left, 1=center, 2=right, >2=left margin in pixels, Default: 1
ff_top  : Top margin in pixels Default: 0


FAQ

Check also this link http://www.facileforms.biz/forum/index.php/topic,3267.0.html
Take a look at this realsite too: http://www.yell.com/ucs/HomePageAction.do


Bugs




Personal tools