Composer Write Conflicting w/ Block
Permalink
Hello,
I am curious if there is a way to have the composer write page adhere to the code that renders blocks disabled in edit mode or similar. My problem is trying to add forms, such as driving directions, to composer and publish them. I believe the forms inside the main composer form are conflicting, making publishing impossible.
Thank you in advance for any suggestions.
I am curious if there is a way to have the composer write page adhere to the code that renders blocks disabled in edit mode or similar. My problem is trying to add forms, such as driving directions, to composer and publish them. I believe the forms inside the main composer form are conflicting, making publishing impossible.
Thank you in advance for any suggestions.
Here is my fix for any curious people:
I created a file in the libraries folder (not concrete/libraries) called geturl.php and put this in there:
I then added this to the top of all my pages that have been wreaking havok with Composer
On issue I have found is after editing the disabled areas they will pop back up, but so far I have been able to publish with no issues except one so far. If there is an error, for example I do not add a name, the page will refresh and everything will be a mess again.
So while it is far from a perfect fix, it's a nifty little band-aid that is getting me by for now, and can hopefully help someone else out as well.