form-builder
Here are 277 public repositories matching this topic...
-
Updated
Jun 4, 2020 - Ruby
-
Updated
Oct 9, 2019 - JavaScript
I have read and then re-read the FormBuilder docs and for the life of me its not obvious.
If i am building a new custom control Foo, and it needs to support user-editable attributes A, B, and C, how and where do I define that for my custom control?
-
Updated
Jun 17, 2020 - JavaScript
I'm trying to use prototype example from documentation.
$form = $this->form($this->getFormClass(), [
'method' => 'POST',
'autocomplete' => 'off',
'model' => [
'title' => 'Test',
'tags' => [
['name_a' => '1', 'name_b' => '2'],
['name_a' => '3', 'name_b' => '4'],
],
],
'url' => route($this->type . '.update', [
'id' => $id
])
]);
$this
->a
If you just want to replace one field (e.g. replace the ListField with a custom one for all schemas), you need to reimplement the whole AutoField.
It would probably easier, if you could pass a getFieldComponent to a AutoForm, which would hook into here: https://github.com/vazco/uniforms/blob/master/packages/uniforms-material/src/AutoField.tsx#L24 and would take props and could return a Comp
-
Updated
May 31, 2020 - PHP
-
Updated
May 8, 2020 - Vue
-
Updated
Jun 30, 2020 - CSS
- Go to https://surveyjs.io/create-survey
- Add logo image
- Change logo image position
- Click undo button or ctrl-z
- ???
- Dropdown value remains unchanged
The docs mention that you can provide initial dynamic values only for text fields. Is it possible to provide the same for model object fields?
My use-case is that I have a multiple objects for which I have to collect associated data. I have multiple forms and the option to fill out one of each form associated with the object.
I.e.
Form1
Form2
Form3
Object1 has Form1 and Form3
Object2
-
Updated
Jun 29, 2020 - PHP
Hi,
I am interested in using this for some internal forms at my company, but we typically use material components for the web over bootstrap. In the documentation, "Specify custom templates for rendering different object types" is listed as a feature but I do not see any documentation on how this should be accomplished. Can you provide any guidance?
Thanks
-
Updated
Dec 30, 2019 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jul 5, 2019 - HTML
-
Updated
Jun 15, 2020 - CSS
Looks like basics are good with the package structure now, but we could add a lot of documentation for those scenarios:
- #54 #65 #89 why using
defaultValueovervalue - #84 how to use Form.getOutput
- #75 validate fields to be equal
- #82 updating field from another field value
- #68 how to update multiple elements once
- #80 select a list using checkboxes
- #71 adding and removing
-
Updated
Apr 29, 2018 - Java
my woo commerce lost your password do not open page when clicking on it & on doing logout it shows something went wrong i search a lot for this prob and find a solution saying a plugin may cause this prob so i deactivated all the plugin and activated them one by one and checked the option the option stop working when i activated wp user front end then i activated all plugin and just deactivate wp
I'm trying to set the DateTime object as param as default for the Form::date() helper, without success.
$date = new \DateTime('tomorrow');
{!! Form::date('date', 'Matches for date:', $date) !!}
Should we add suport for that?
Current workardound is $date->format('Y-m-d'), but should not.
I want to use this gem, but there is an app example using it? If you have one I can help you with the documentation.
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
Dec 6, 2018 - Java
Hi there,
works with {$attachment fieldvalue="file_field1"}, and not {$attachment field="file_field1"} as stated in the documentation.
More than 1 file using {$attachment fieldvalue="file_field1"} swiftmailer/template doesn't attach.
Also doesn't respect the upload directory settings. The files are uploaded to the ../upload directory, but swiftmailer/template expect the attachment f
Improve this page
Add a description, image, and links to the form-builder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the form-builder topic, visit your repo's landing page and select "manage topics."
This is a:
enhancement
CakePHP Version: any (collections).
Since you have already used psalm and it's templates feature, I would like to suggest you to type all the collections library