Contact us for more information required field error message issue

  • Posts: 45
  • Thank you received: 0
3 years 10 months ago #319557

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.5

Dear Support,

Why the require field error message didn't come out when after submit the contact form...
Btw, button ok and cancel disappear a while when click the submit/ok button.

I have been installed the latest version of hikashop

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81378
  • Thank you received: 13037
  • MODERATOR
3 years 10 months ago #319560

Hi,

By default, when you click on the ok button of the contact form, the fields become red like this:
monosnap.com/file/c5S3LW0pKSwu8KZTBwgrXgB46eFSCq
This is done by adding a class "invalid" to the input fields which is normally defined in the Joomla template.
The fact that you don't see the fields color change is probably because your template doesn't define it.
In that case, you can add such CSS to your template's CSS:

.invalid {
    border: 1px solid #9d261d;
    background: #f2dede;
}

And yes, the buttons disappear when you click on them and are replaced by an loading image so that the customer doesn't click on them several times so that the contact request isn't sent several times if your server takes a few seconds to process the contact request.

Please Log in or Create an account to join the conversation.

  • Posts: 45
  • Thank you received: 0
3 years 10 months ago #319574

Only display border color is red, don't have any notification for example ask them please fill in the required field message?

Please Log in or Create an account to join the conversation.

  • Posts: 81378
  • Thank you received: 13037
  • MODERATOR
3 years 10 months ago #319578

Hi,

Not in the current version. But that could be added. It's a good idea. I'll look into it.

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum