You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I exported a page, then tried to import it as part of my package and received this error:
I had a different page with a form block that didn't have this error on import so I compared the block code and the difference seems to be because on one form I didn't select a page redirect which results in that field only having the following: <redirectCID/>
My form that did import without error had the homepage selected as the redirect page and had this: <redirectCID>{ccm:export:page:}</redirectCID>
Regardless of if they import without error or not, neither work on the frontend so I'm opening a separate issue for that.
The text was updated successfully, but these errors were encountered:
I exported a page, then tried to import it as part of my package and received this error:
I had a different page with a form block that didn't have this error on import so I compared the block code and the difference seems to be because on one form I didn't select a page redirect which results in that field only having the following:
<redirectCID/>
My form that did import without error had the homepage selected as the redirect page and had this:
<redirectCID>{ccm:export:page:}</redirectCID>
Regardless of if they import without error or not, neither work on the frontend so I'm opening a separate issue for that.
The text was updated successfully, but these errors were encountered: