Why when i switch to amp pages Amp delete tags form and inputs

Fill out the following bug report template with as much detail as possible!

Are you sure this is a bug? If you just need help, post in the developer help category. If it’s a feature request, head to the ideas category.


i have blog, and on this blog have form

  <div class="signupNew">
  <div class="signup-wrapper">
    <div class="signup-intro">
      <div class="signup-title">Give Pics.io DAM a try</div>
      <div class="signup-subtitle">free 7-day trial</div>
    </div>
    <form class="signup signupForm-new" action="https://pics.io/signup" method="post">
      <div class="signup-form-holder">
        <div class="signup-row">
          <div class="signup-input">
            <label>Your email</label>
            <input class="input" type="email" name="email" placeholder="E-mail" maxlength="128">
            <div class="error__block">Please enter your email</div>
          </div>
          <div class="signup-input">
            <label>Your password</label>
            <input type="password" name="password" placeholder="Password" maxlength="32">
            <div class="error__block">Please enter your password</div>
          </div>
          <div class="signup-input">
            <button type="submit" class="btn-primary">Create your free account</button>
          </div>
        </div>
      </div>
    </form>
  </div>
    </div>

why when i go top amp page

my form looks

<div class="signup-wrapper">
	<div class="signup-intro">
		<div class="signup-title">Give Pics.io DAM a try</div>
		<div class="signup-benefits">
			<div class="sep"></div>
			<div>Free 7-day trial</div>
			<div class="sep"></div>
			<div>No credit card required</div>
			<div class="sep"></div>
			<div>Set up in 3 minutes or less</div>
		</div>
	</div>
	
		<div class="hLoginForm"></div>
		<div class="signup-form-holder">
			<div class="signup-row">
				<div class="signup-input">
					Your email
					
					<div class="error__block">Please enter your email</div>
				</div>
				<div class="signup-input">
					Your password
					
					<div class="error__block">Please enter your password</div>
				</div>
				<div class="signup-input">
					<button type="submit" class="btn-primary">Create your free account</button>
				</div>
			</div>
		</div>
	
</div>

i use amp.hbs and do all for documentation Example: <amp-form> - amp.dev

Issue Summary

  • Explain roughly what’s wrong
  • What did you expect to happen?

Steps to Reproduce

  1. This is the first step…
  2. This is the second step, etc.

Setup information

Ghost Version
Share which version of Ghost you’re using.

Node.js Version
If self-hosting - share which version of Node.js you’re using.

How did you install Ghost?
Provide some details about your install of Ghost if you are self-hosting.

Provide details of your host & operating system
Include further details about your hosting and OS.

Database type
MySQL 5.7 / MySQL 8 / SQLite 3 / Other

Browser & OS version
Include if reporting frontend bugs.

Relevant log / error output
Copy and paste any relevant log output. Use backticks to format this into code.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.