kevinchappell / formBuilder

A jQuery plugin for drag and drop form creation
https://formbuilder.online
MIT License
2.59k stars 1.36k forks source link

How to add custom fields for "radio-group" options? #696

Open jonamariya opened 6 years ago

jonamariya commented 6 years ago

Description:

Form builder is really cool and I am using this in my new project . How to add custom fields for "radio-group" options? I want to add custom attributes to the 'checkbox-group' Options. Currently Option name ,option value and selected are available, I want to add one more field to this ,inorder to capture the initial state like disabled. Could you please guide me?

Environment Details:

Screenshot

image

juanbenitopr commented 6 years ago

I have the same issue

ktangellapalli commented 6 years ago

Same issue

juanbenitopr commented 6 years ago

@ktangellapalli , @jonamariya I have developed a custom fix in my fork, you can use it if you want.

@kevinchappell I would like to try a pull request ;)

ktangellapalli commented 6 years ago

@juanbenitopr i pulled your repo, but i didnt find what i want. No more text fields for radio/checkbox options

mourareaupro commented 5 years ago

@ktangellapalli you was looking for something like this ? capture

duhanbulak commented 4 years ago

@ktangellapalli you was looking for something like this ? capture

I am searching.

https://github.com/kevinchappell/formBuilder/issues/985 Help mmeee :)

musla commented 4 years ago

@mourareaupro is there any solution for custom attributes for Select->option so far?

Trying to use typeUserAttrs, but there I am able to add custom attribute just to the select, not it's options.

My use case is: every option of a select should have added additional 'price' attribute. At the form submit, I need to get all prices.

kashif-ali-khan commented 3 years ago

@ktangellapalli , @jonamariya I have developed a custom fix in my fork, you can use it if you want.

@kevinchappell I would like to try a pull request ;)

How can i access your custom fix ?