# Landing Pages

**URL:** https://forum.mautic.org/t/landing-pages/1512
**Category:** General Discussion
**Created:** [February 8, 2015, 12:03pm UTC](https://forum.mautic.org/t/landing-pages/1512 "2015-02-08T12:03:05Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![emailready](https://avatars.discourse-cdn.com/v4/letter/e/49beb7/32.png) [@emailready](https://forum.mautic.org/u/emailready)
#### Post date: [February 8, 2015, 12:03pm UTC](https://forum.mautic.org/t/landing-pages/1512/1 "2015-02-08T12:03:05Z")

</div>

The fact that you guys have a facility to copy pre designed landing pages are great.  
  
  
  
There are a few issues with this…

1. It doesn’t allow for uncommented tags which is a problem  
  
  
  
It shows this code:

Code:

like this on preview  
  
  
2. Once you have copied your html into the editor it moves everything that is in the header into the body  

Code:

  

  
Is this something I am doing wrong or is this a bug?

---

<div class="post-metadata">

### Author: ![emailready](https://avatars.discourse-cdn.com/v4/letter/e/49beb7/32.png) [@emailready](https://forum.mautic.org/u/emailready)
#### Post date: [February 8, 2015, 12:03pm UTC](https://forum.mautic.org/t/landing-pages/1512/2 "2015-02-08T12:03:05Z")

</div>

The fact that you guys have a facility to copy pre designed landing pages are great.

There are a few issues with this…

1. It doesn’t allow for uncommented tags which is a problem

It shows this code:

` <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
    <!--[if lt IE 9]>
      <script src="js/html5shiv.js"></script>
      <script src="js/respond.min.js"></script>
    <![endif]-->`  
like this on preview

1. Once you have copied your html into the editor it moves everything that is in the header into the body

[code]

  
[/code]

Is this something I am doing wrong or is this a bug?

---

<div class="post-metadata">

### Author: ![emailready](https://avatars.discourse-cdn.com/v4/letter/e/49beb7/32.png) [@emailready](https://forum.mautic.org/u/emailready)
#### Post date: [February 8, 2015, 12:05pm UTC](https://forum.mautic.org/t/landing-pages/1512/3 "2015-02-08T12:05:38Z")

</div>

Oh and I have beta4 installed

---

<div class="post-metadata">

### Author: ![gmillard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/gmillard/32/5_2.png) [@gmillard](https://forum.mautic.org/u/gmillard)
#### Post date: [February 10, 2015, 6:54pm UTC](https://forum.mautic.org/t/landing-pages/1512/4 "2015-02-10T18:54:31Z")

</div>

Hey Lance,

Looks like the html parser is jacking it up. Can you try to apply this fix ([https://github.com/mautic/mautic/commit/c78cbd628a4d0398c339ee5c087cfe4928799369](https://github.com/mautic/mautic/commit/c78cbd628a4d0398c339ee5c087cfe4928799369)) and let me know if it fixes it for you? Basically telling the form to not touch the html at all for the custom content to allow a fully enabled HTML page.

Thanks,  
Alan

---

<div class="post-metadata">

### Author: ![emailready](https://avatars.discourse-cdn.com/v4/letter/e/49beb7/32.png) [@emailready](https://forum.mautic.org/u/emailready)
#### Post date: [February 10, 2015, 7:41pm UTC](https://forum.mautic.org/t/landing-pages/1512/5 "2015-02-10T19:41:03Z")

</div>

Hi Alan

Yeah that worked nicely, can one even if you using the custom builder still use formbuilder short codes i.e.: {form=1} or not?

---

<div class="post-metadata">

### Author: ![gmillard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/gmillard/32/5_2.png) [@gmillard](https://forum.mautic.org/u/gmillard)
#### Post date: [February 10, 2015, 8:36pm UTC](https://forum.mautic.org/t/landing-pages/1512/6 "2015-02-10T20:36:00Z")

</div>

Yes, any token will also work in custom HTML.

Thanks!  
Alan

---

<div class="post-metadata">

### Author: ![silavapi](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/silavapi/32/7424_2.png) [@silavapi](https://forum.mautic.org/u/silavapi)
#### Post date: [February 2, 2020, 11:00pm UTC](https://forum.mautic.org/t/landing-pages/1512/7 "2020-02-02T23:00:54Z")

</div>


