Page 1 of 1

Can form builder place each field individually? {$myfield->input}

Posted: Thu Jan 31, 2008 3:36 pm
by cb2004
The form builder instructions say:

You can access your form fields either using the $fields array or by directly accessing fields by their names (e.g., {$myfield->input} )

If I put {$your_name->input} this field does not show. What else do I have to do?

Re: Can form builder place each field individually? {$myfield->input}

Posted: Thu Aug 07, 2008 9:36 pm
by elcentro
cb2004 wrote: The form builder instructions say:

You can access your form fields either using the $fields array or by directly accessing fields by their names (e.g., {$myfield->input} )

If I put {$your_name->input} this field does not show. What else do I have to do?
Same thing here, banging my head against the wall after going through these forums 5x.
Any help?

Thanks!!

Re: Can form builder place each field individually? {$myfield->input}

Posted: Fri Aug 08, 2008 3:10 am
by Dr.CSS
That is to be used in the tem[plate generated for the template, but you have to make the field in form builder first or they don't show...