buttle

Results 10 comments of buttle

We are looking for a solution to this too. Thank you.

I removed the first line and the last line of the script and it works.

We have noticed that when the subscription is not completed (ie: the subscriber has *not* checked the checkbox), the back button does not return to the subscription form, but instead...

mdBook is really good, and this branch makes it complete for us. Thanks!

- mkdocs-static-i18n: 1.0.2 - mkdocs-material: 9.2.5 - mkdocs: 1.5.2 Here's my src https://gitlab.com/liberaforms/blog.liberaforms.org I'm not sure if this is involved so I mention it here instead of opening another issue....

I know it can be hard to find time, so thanks for that. Much appreciated! :)

``` var parsley_options = { // append the error message to the form group errorsContainer: function (field) { var input = field.element; var type = $(input).prop('type'); var form_group = $(input).closest(".form-group");...

Hi, Yes, notification could be improved. A big 'Join' button somewhere would help. I have received an email notification. It contained two links. The first linked to the nextcloud instance,...

Hi, > That's a useful feature request. Very useful indeed. :) Thanks.

I was unable to make `e.stopImmediatePropagation()` work unfortunately. As a work around, this seems to do the trick :) ``` formBuilder.promise.then(function(fb) { $('.stage-wrap').find('.delete-confirm').each(function() { let title = $(this).prop('title'); // i18n...