Terms checkbox in hikashop form

  • Posts: 1027
  • Thank you received: 11
  • Hikashop Business
1 year 8 months ago #343587

-- HikaShop version -- : 4.6.1
-- Joomla version -- : 3.10.10

Hello!

I need to add a checkbox field in the "CONTACT US" hikashop form and also insert a link there, for example:
"I accept the Terms and Condintions"

The phrase "Terms and Condintions" must be clickable to redirect the user to that page.

Thank you

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

  • Posts: 4508
  • Thank you received: 610
  • MODERATOR
1 year 8 months ago #343588

Hello,

You want create Contact custom fields from HikaShop Configuration, in Display dropdown => Custom field.
Click on New button, and define one or several custom field in order to have what you need.

You will be able to create everything your need for your "contact us" form, url link, check and even the required check to proceed.
Hope this help you to get what you need.

Regards

Last edit: 1 year 8 months ago by Philip.
The following user(s) said Thank You: verzevoul

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

  • Posts: 1027
  • Thank you received: 11
  • Hikashop Business
1 year 8 months ago #343636

Hi!

OK thanks!
Another question, how to i change the order of the default contact fields?

Thank you

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

  • Posts: 4508
  • Thank you received: 610
  • MODERATOR
1 year 8 months ago #343638

Hello,

Use order column in order to have what you need, see my screenshot :



Hope this will help you to achieve your needs.
Regards

Last edit: 1 year 8 months ago by Philip.

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

  • Posts: 1027
  • Thank you received: 11
  • Hikashop Business
1 year 8 months ago #343657

Hi,

No i don't mean the address table fields, i mean the contact fields.
There are 4 default fields there:

Name
Email
Message

I added a custom one and i want to change it's order.

Thank you

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
1 year 8 months ago #343665

Hi,

It can't be set with options.

However, you can rearrange the elements of the contact form by adding a bit of CSS on your website.

For example, if you want to move the checkbox custom contact form at the bottom of the form, you can use:

#hikashop_contact_form {
    display: flex;
    flex-direction: column;
}
#hikashop_contact_terms {
    order: 5;
}

The following user(s) said Thank You: verzevoul

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

Time to create page: 0.064 seconds
Powered by Kunena Forum