Perhaps for you all will be easy to answer my question.
I have no problem creating formbuilder and show them entirely on content page using
Code: Select all
{FormBuilder form='sample_form'}
What is the correct why to show it?
Let say if i have field name
Variable: {$name} / {$fld_80}
Field Represented: Name
Is it suppose to be like this?
Code: Select all
{FormBuilder form='sample_form' $name='default_value'}
Code: Select all
{FormBuilder form='sample_form' $fld_80='default_value'}
Basically i want design my own form with text and design on content page.
I tried to look over and over on help module, but still no idea how to present only particular field.
Please correct me..
Thank you