Creating input relation fields

edited December 2012 in Modules
I am using the form builder class and I wonder how I can create a a field relationship.
I want to create a form row like this:
Street + housenumber: field - field.
Thanks in advance.

Comments

  • edited 1:44PM
    Probably the easiest way is to use a field type of "custom" with the 'func' parameter set to a rendering function, or you can use the after_html to insert additional HTML.

    The 1.0 beta branch introduces the ability to nest Form_builder instances as well as the type of "template".
Sign In or Register to comment.