We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hi!
I know that you do not offer technical service on editing js files.
But, from what I've read, we can edit the js file (minimizing the file first)
I would like to know what file I must edit (along with the code line) to be able to replace it in the booking confirmation:
labels.total_number_of_persons instead of label_employees.
Thank you!
Hello Ismael,
Yes, JS files are modified (minimized), all those files that have extension .vue are compressed and minimized in JS files and modifying these files is very hard and not recommended . In order to add some other features you need to unminify the js and customize it.
Sorry, I am not sure what exactly do you want to change, so could you please explain in more details?
Hi,
it would be like a snapshot I have attached.
Put “total number of persons” instead of employee label
What file i must Edit?
Hello ismael,
Unfortunately, there isn't a possibility for you to change this information on the form - from employee to number of persons. It can be maybe done with some jQuery but please note that such customization isn't covered by our support and we can't help out with that.
If you want you can try with some customization services, like Codeable for example, Codeable Custom Solution for Amelia plugin or Kraken https://wpkraken.io/?tms-plugins (by following the links they would know it is our recommendation).
hi Marija,
would it be possible only copy label “total number of persons” and shows instead of “employee”?
Then i could not show (with css) Total Number of persons label (original)
Not seems complicated. Only copy text label and put it in other zone of the form.
what do yo think?
You can change the label Employee to something else in Amelia -> Settings -> Labels, but it will be like that everywhere on the front-end.