Topic: Multi-Field Row
I'm reworking one of the FA screens and I would like to have more than one entry field in a row. Most of the code I have looked at use the text_row() function which looks like it only allows one input field. I would like to have something like this in one row.
City: [ ] State: [ ] Zip: [ ]
Could someone be kind enough to post a PHP line of code to accomplish this using FA freamework standards?
It would be nice if a start/end_row_group functions existed that would allow a group of labels / controls to reside in one row.