Is there any hooks I can use to change the layout of the form? I need to create a advanced table layout for a form where I can take form field data and split it into multiple table td sections... is there a hook where I can do this?
Is there any hooks I can use to change the layout of the form? I need to create a advanced table layout for a form where I can take form field data and split it into multiple table td sections... is there a hook where I can do this?
gform_pre_render is available and can be used to modify the form before it is displayed. I'm not sure if you can accomplish what you need to, but that is the place to try it.
The other option is to add table markup to your form in the form builder, and then group the fields into sections in your < td >.