November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I usually do the same as you, but when it comes to Composer I haven't found a solution. I opened up a support ticket on this and we came to the conclusion that we couldn't do anything about this because a third party component that Composer is using was causing this behavior.
Frederik
Not being the biggest fan of asp.net web forms, I usually place the page header containing quick search outside the <form runat="server">- element, and wrap the quick search within its own form element.
When I go to “Composer edit on page”, it seems the Toolbox is placed within the first form element encountered, my quick search form, and not the asp.net form. This causes all sorts of mayhem (mainly inherited CSS screwing things up). If i place the form after the aspnet form, everything works (except I dont want my header at the bottom of the page).
So my question is: is it possible to force composer to place the toolbox within the aspnet form, not my quick search form?