-
```
What steps will reproduce the problem?
1. Go to any tectonically active planet with bios (Gamma Aeolus III will do)
2. Land and fire at life forms.
3. Watch bolt to see where it stops.
What is th…
-
We want to use remix-forms in a backoffice admin because we have a remix/remix-forms based front end. The backend uses an Angular router based framework that allows us to use React as a way to build r…
-
The way feedback messages are coded prevent them to be used when there are multiple (bolt) forms on a page.
According to the following use case :
There is a first form on my page : the contact fo…
-
Resize() not working for width on customDialog. Height of the dialog is changing however there doesn't seem to have a way to change the width of the dialog.
-
According to the Symphony docs, it's possible to pass an array to the placeholder attribute to set a placeholder on the day/month/year input fields of a date type:
> Alternatively, you can use an a…
-
Hi,
I get this error when trying to submit form with a file:
`"Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed"`
From what I found unsetting file fields o…
-
somewhere in boltforms.yml
templates:
form: '@boltforms/form.html.twig'
email: '@boltforms/email_table.html.twig' # Replace with @boltforms/email.html.twig to send simple list-based email…
ghost updated
3 years ago
-
the port connection is currently handled using pogo-pins on the port side and bolts on the robot side. a solid connection good enough for serial port communication relies on the robot pressing firmly …
-
I can't submit forms which have a recaptcha v3 field, the function to submit the form isn't being trigger by form button.
Function was defined like this:
window["onRecaptchaSubmitted{{formNameJs}}…
-
If you have two Forms (simpleform, servicecontact).
You wan't to use different templates for it, so you defined this in bolftform.yaml:
```
templates:
form: /partials/short_contact_form.twig
…