Open Closed

Bug in project Volo.CmsKit.Pro.Public.Web with ContactViewComponent #2839


User avatar
0
learnabp created

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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I will check it.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Thank you.

    We will fix it and your ticket has been refunded

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11