-
Hey! Trying to add an _Image chooser_ to a _CMS Page_ but I get an infinite loop of JS errors:
![Screenshot1](https://d1zjcuqflbd5k.cloudfront.net/files/acc_244709/g8at?response-content-disposition=i…
-
Hi,
It's more like a help and about your opnion...
Before I use TwbBundle when I added new element I created new class inherit from FormElement, but now you overwrite this class, what do you think it'…
-
Can just add a couple of buttons to the form and store (a) the per-workbook default folder in that workbook, and (b) the global default folder in the `.xlam`.
Should implement a ~hidden helper func…
-
# FEATURE DESCRIPTION
Create new option here:
![Screenshot 2024-04-24 at 16 45 49](https://github.com/danielo515/obsidian-modal-form/assets/7279156/25f1b640-f7e2-4ee6-97d3-3bf3e23c3878)
It wi…
-
When passing an `ui_input` like this:
```
```
Because of the checked value, the `id` attribute of the input will be autogenerated by Phoenix to be `myform_types_awesome` (see https://github.c…
-
This (valid) Rails helper shows a syntax error, but it shouldn't.
Removing the equal sign eliminates the syntax error, but also the generated code.
![form](https://f.cloud.github.com/assets/8…
-
When I submit a ``, I'd like to know which element submitted the form.
In native HTML, I have access to the element that submitted the form via event.submitter
Read more about the [event.submitter…
-
Task Lists 2.5
- [ ] upgrade to cakePHP 2.5
- [ ] support multi validation for singel or multiple languages
- [ ] add new helper for create advenced form - language/keyboard switching(with jquery plug…
-
My Model is like this:
```
class Form extends Model
{
use HasTrixRichText;
protected $fillable = [
'form_id',
'title',
'description',
];
prote…
rabol updated
3 years ago
-
`baseframe.forms.Form` should provide two additional helper methods: `validate_partial` (and `validate_on_submit_partial`) and `populate_obj_partial` that validate and populate _only_ the fields prese…