November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
The FormContainerBlock.ascx view contains an if statement around whether the page is in edit mode, meaning that there are two sets of markup. Are you sure you're not just edited the markup relevant to the edit mode display?
I got caught out by this :)
Haha, I was just doing a quick POC, and yes, I had done exactly that.
I'm a happy developer again, thanks!
I just tried to do a minor change in how forms are rendered. I copied FormContainerBlock.ascx to /Views/Shared/ElementBlocks/ and updated the markup. Everything works a expected, I'm a happy developer...
...until I looked at the page i view mode. In view mode I still see the old default view (logged or not logged in gives the same result). When switching back to edit mode the form get's rendered with my custom view.
What am I doing wrong?
Is the view location cached somehow? If so, how do I release the cache?