We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a28abb commit d356d32Copy full SHA for d356d32
app/code/Magento/Checkout/view/frontend/web/template/registration.html
@@ -11,8 +11,8 @@
11
<!-- ko if: isFormVisible -->
12
<p data-bind="i18n: 'You can track your order status by creating an account.'"></p>
13
<p><span data-bind="i18n: 'Email Address'"></span>: <span data-bind="text: getEmailAddress()"></span></p>
14
- <form method="get" data-bind="attr: { action: getUrl() }">
15
- <input type="submit" class="action primary" data-bind="value: $t('Create an Account')" />
16
- </form>
+ <a class="action primary" data-bind="attr: { href: getUrl() }">
+ <span data-bind="i18n: 'Create an Account'" />
+ </a>
17
<!--/ko-->
18
</div>
0 commit comments