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?
Can form builder place each field individually? {$myfield->input}
Re: Can form builder place each field individually? {$myfield->input}
Same thing here, banging my head against the wall after going through these forums 5x.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?
Any help?
Thanks!!
Re: Can form builder place each field individually? {$myfield->input}
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...