Accelerated Mobile Pages Project に移動すると、フォーム アクション内で以下のような「http URL またはカスタム URL」が受け入れられません。
<form method="post"
**action="http://example.com"** action-xhr="http://httpbin.org/response-headers" target="_blank">
<input type="title" name="term" required>
<input type="submit" value="Submit">
</form>
Acknowledge please.