• Resolved DaddioD

    (@daddiod)


    If I use css tabs on a page how can I split a form over multiple tabs. Eg. 15 fields, 5 fields per tab.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @daddiod

    This is not a feature supported by Pods so I’m unsure how you could do this.
    Are you using a plugin to create different tabs?

    Cheers, Jory

    Thread Starter DaddioD

    (@daddiod)

    No it’s just css and ajax

    Thread Starter DaddioD

    (@daddiod)

    could I use form() to have three different forms post different fields to the same content type.

    form( $fields = 1,2,3);

    form ( $fields = 4,5,6);

    form ( $fields = 7,8,9);

    Hope that makes sense.

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @daddiod

    This won’t work as these tabs would be come separate forms.
    This isn’t a Pods feature and will require custom PHP development to create.

    Just as a quick idea: You might try to create field groups for each tab and see what the output is, then you might be able to use some filters and custom JS code to create your tabs.

    Cheers, Jory

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pods form on multiple tabs’ is closed to new replies.