Hi,
I have used the portal to create i form that feeds CRM with new applicants. I want to make a form, that I can iframe into my public www site. Therefor I want to remove as much layout from the portal as possible.
I came so far: https://qvartz.microsoftcrmportals.com/apply/
But I can't get rid of the breadcrumb.
Can anyone guide me on how to hide that?
Best Regards
Jacob Mondrup
Hi Jacob, well by the time of this post I am assuming you got this solved already
I did the same as you and it didn't work out
I followed the suggestion below from Lakshmisha and set the display to none directly in bootstrap css
just search for the class: breadcrumb and add the following property:
display:none;
Hi Jacob,
You can try the CSS way to hide it.
Login from admin and navigate to the page and click on edit in Admin control panel on the right top corner. Navigate to option tab, in custom JavaScript find the breadcrumb Control and append the “Hide” CSS Class to it.
Hope his will work for you.
Mark it as Answered if it works
Hi Mark,
Thanks for your reply. I have even tried to delete all content of the Breadcrumb Web Template - but the breadcrumbs are still there. It seems like this Webform page (the same as the portal uses for the "Contact Us" page that comes out of the box) is more hard coded than the rest?
Should state a specifik hide command, and not simply leave it out?
Best regards, and thanks for you help.
Jacob
Hi,
You can navigate to Portal --> Web Templates there in active Web Template view you can see a "BreadCrumbs", Open that record there you can see the source code of BreadCrumbs. you can modify this source code as per your need.
Mark as Answer If it helps you.
Hi,
Thanks for your reply.
How do i edit the "Page Template"? There is no code as on "Web Templates" (?)
Best Regards
Jacob
Hi Jacob,
You can comment the breadcrumb section in the Web template, if you don't need that.
other method is to hide the breadcrumb using the CSS.
Mark as Answer if it help you.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156