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
No it’s just css and ajax
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.
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