How to create dynamic custom form in field in Redux Framework ?

Hi,

I’m using Redux Framework for options in my theme and I want to create dynamic custom form for pricing table.
This form will contain title, price, description and maybe few more fields. I need it to be dynamic so user can add as many columns as he wants.

I only found “Multi Text” filed type. It generates dynamic text fields. I need something like that just with ability to create complex form not just a text field.

I think they have a paid extension for this, not sure if it can be complex as you need though.

We haven’t quite yet made a form builder. We have a repeater extension/field that you could modify, but you’d have to do the dynamic stuff. It just makes blocks repeatable…

I also want something like that in Redux for long time. It is only thing that it is lacking. A group field to group multiple other fields is must in this framework.

We have that, it’s called the Repeater extension.

What @ckissi is asking for is more of a dynamic field builder, not a pre-configured group of fields.

You can see the demo of the Repeater extension here: http://demo.redux.io/wp-admin/admin.php?page=redux_extensions&tab=9

TeamRedux said

We have that, it’s called the Repeater extension.
http://reduxframework.com/extensions/repeater/

What @ckissi is asking for is more of a dynamic field builder, not a pre-configured group of fields.

You can see the demo of the Repeater extension here: http://demo.redux.io/wp-admin/admin.php?page=redux_extensions&tab=9

In which tab the example of repeater tab can be seen?

http://demo.redux.io/wp-admin/admin.php?page=redux_extensions&tab=9

Extensions -> Repeater Field.

SimpleRain said

http://demo.redux.io/wp-admin/admin.php?page=redux_extensions&tab=9

Extensions → Repeater Field.

Thanks

Is the repeater field limited only to those 3 fields shown in the demo or we can add any number of fields and any type of field to this repeater field?

“The Redux Repeater Extension is flexibility. Flexibility to give your users ANY type of repeatable input that Redux has to offer.” (Excluding a few)

SimpleRain said

“The Redux Repeater Extension is flexibility. Flexibility to give your users ANY type of repeatable input that Redux has to offer.” (Excluding a few)

http://docs.reduxframework.com/extensions/repeater/

Thanks.

I didn’t know about this extension. I may purchase it for one of my upcoming themes. I was looking for an extension to group some fields.

It will be great if Redux Team will do a Custom Field/Post/Taxonomy Builder (similar to ACF or Pods) to make more easy make custom fields an fill all of his parameters. This code can be written having in mind to insert the buider as a option in Theme Options that are developed with Redux (this will do great for flexibility of Framework).
Think about it :wink:

Carris:
We’ve thought about it many times. It’s just a matter of time. :slight_smile: