If you're creating a bug/problem report, please include followings:
- ABP Framework version: v5.1.4
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
I was preparing a video for ABP Commercial Funtions and Features and I think I have found a bug. The contact form doesnt work becuase the button is not of type submit
so the javascript never fires to execute the submit
the error is in Volo.CmsKit.Pro.Public.Web
projects in the file /Pages/Public/Shared/Components/Contact/Default.cshtml
button is like this
<abp-button class="btn btn-send-message" button-type="Danger">@L["SendMessage"] <i class="fa fa-long-arrow-right"></i></abp-button>
it should be like this
<abp-button class="btn btn-send-message" type="submit" button-type="Danger">@L["SendMessage"] <i class="fa fa-long-arrow-right"></i></abp-button>
2 Answer(s)
-
0
Hi,
I will check it.
-
0
Thank you.
We will fix it and your ticket has been refunded