Can form builder place each field individually? {$myfield->input}
Posted: Thu Jan 31, 2008 3:36 pm
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?
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?