Hey there, Awesome Customers!

Just a heads up: We'll be taking a breather to celebrate International Workers' Day (May 1st and 2nd - Wednesday and Thursday) and Orthodox Easter from Good Friday (May 3rd) through Easter Monday (May 6th). So, from May 1st to May 6th, our team will be off enjoying some well-deserved downtime.

During this time, our customer support will be running on a smaller crew, but don't worry! We'll still be around to help with any urgent matters, though it might take us a bit longer than usual to get back to you.

We'll be back in action at full throttle on May 7th (Tuesday), ready to tackle your questions and requests with gusto!

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find loads of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel). These gems might just have the answers you're looking for while we're kicking back.

Thanks a bunch for your understanding and support!

Catch you on the flip side!

Warm regards,

TMS

Okay
  Public Ticket #2652060
Possible to disable default fields?
Closed

Comments

  • Jim started the conversation

    Is it possible to disable default fields?

    I would like to remove the "Date of Birth" field from the front-end and if possible on the admin pages as well.

    It's currently used in the Customer Profile.


  • [deleted] replied

    Hello Jim,

    Thank you for your purchase.

    There isn't a possibility of removing that field, but it can be hidden on the front-end in the Customer panel by adding custom CSS. 

    Please try adding this CSS to the page where you have the Amelia cusotmer panel : 

    .v-calendar-column.el-col.el-col-24.el-col-sm-12.el-col-md-12
    {display:none !important;}

    if you don't have custom CSS option you can add it as format HTML like this: 

    <style>
    .v-calendar-column.el-col.el-col-24.el-col-sm-12.el-col-md-12
    {display:none !important;}
    </style>


    and let me know if it helped.

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.


  • Jim replied

    Ok, thank you.

    Yes, we've hidden them via CSS.

  • [deleted] replied

    You're welcome, Jim.

    Glad to see that, thank you for letting me know.

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.