Jan Vince

Results 35 comments of Jan Vince

So probably '{{record.custom_fields.number}}' ?

Maybe check for a correct type of custom_repeater field as you can add more later. You can use code from [default component](https://github.com/jan-vince/smallrecords/blob/ca43d75a4e155576446c6e6a43f79032db44d87a/components/recorddetail/default.htm#L453).

Hi @charles-tainui, the type of this property (useMainCategory) is `checkbox` and all default values are `true` or `false`. You have problems using this with any of component? *PS: I have...

Hi and thanks for your info. I have never used that in Static Pages so I have no experience (bad or good). But a problem with non-boolean false value is...

HI @leonaze, do you mean in backend or for frontend (in component)? What is your use case?

Hi @sdlb, I have no events present in Small Contact Form plugin, but I agree this is a place to improve :) If you have time, you can create PR...

Hi @bmcwilliams, I do not have much time right now so feel free to create PR and I will add it to Small Contact Form. Best regards, Jan

Hi @TimFoerster, this would need an extra option in plugin's settings to disable POST requests. I will add this to my todo list!

Hi @TimFoerster and sorry for the delay. I have added this in 1.63.0.

I do not use `value` attribute for checkboxes (not sure why after that long time :) But when I use it in Twig (eg. mail template), I do check the...