Andy Butland

Results 91 comments of Andy Butland

It seems like providing further info, e.g. as a dictionary, to the `Umbraco.RenderMacro` might well work - that info could be provided via hidden fields to the form submission logic,...

I don't see an obvious reason why that wouldn't work no, but it's not something I've seen done before, so you'll need to try it to be sure.

Just scanning the implementation of `Execute` for `SendRazorEmail`, I think it'll error out if you don't have record fields defined with aliases. If that's it, you should see a message...

We've not got to this yet I'm afraid @bjarnef. I'm wondering though if there's a client-side solution to what you are trying to do, i.e.: - Add a hidden field...

You could look at the `RecordSavingNotificaton` here. I think that would allow you to modify a record's values before they are saved.

We still have this as an open issue to look at, but meantime I think you maybe able to get something working using the `TempData` variables available to the page...

There is a `FormPrePopulateNotification`. I'll confess I've not had reason to use this or investigate it, it's just something that has been carried over version to version. I think the...

That's good to hear, though it does sounds like you are having to workaround this a bit. Hopefully next sprint (in a couple of weeks) we'll get chance to look...

I'm not sure about this @LennardF1989... it sounds like an innocuous update but I'm not sure we should do it and thus give the impression the product supports custom state...