sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
414 stars 129 forks source link

Unable to add controls to online demo #52

Closed abhilashdonepudi closed 4 years ago

abhilashdonepudi commented 4 years ago

I am might be doing something wrong. Is there a specific way to add controls to the form ? Is there a video somewhere of the demo ?

I am using following demo.

https://vue-form-builder.herokuapp.com

abhimanusharma commented 4 years ago

@abhilashdonepudi Follow below steps:

  1. Click on ⊕ Add Section
  2. Click on Normal Block
  3. Then click on ⊕ Add Control
  4. Now from Choose your control sidebar Click on any control for example Input field. Fill you configuration and click "Save and close".

Following these steps you can easily add any control you want in the demo.

abhilashdonepudi commented 4 years ago

I was trying to drag the control instead of simple clicking it. So, dragging doesn’t work ?

On Sep 22, 2020, at 10:58 PM, Abhimanu Sharma notifications@github.com wrote:

 @abhilashdonepudi Follow below steps:

Click on ⊕ Add Section Click on Normal Block Then click on ⊕ Add Control Now from Choose your control sidebar Click on any control for example Input field. Fill you configuration and click "Save and close". Following these steps you can easily add any control you want in the demo.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

abhimanusharma commented 4 years ago

@abhilashdonepudi Please refer Drag and Drop to see the available options for drag and drop.

sethsandaru commented 4 years ago

Hello @abhilashdonepudi ,

For the @2.0.0, the Vue Form Builder's controls can't be drag into the container. You have to click it in order to add a new control into a Section.

P/s: Thanks @abhimanusharma for the answers!

I'll close this issue, feel free to re-open if you have more issues related to this!