Understanding formbuilder
Posted: Fri Jul 09, 2010 1:57 am
Dear all,
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
But I have problem to show them only particular field on content page.
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?
or
But i'm not able to show only particular name but instead all the form field was showed up.
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
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