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
We wish to be able to save the referer url the user comes from when using the booking form.
We have tried to add the referer url us an url parameter to the url of the booking form like this: https://domain.com/book/?reference=/product/productname123/
The problem is how to get the url parameter saved in to a custom field?
We have tried using some jQuery to get the value inserted to the field... this also kinda works: https://take.ms/s69Pc but the data is not saved to the field when submitting the form
Can you help with getting this to work?
Thanks and best regards
Hello Janus,
Thank you for purchasing our product, and for reaching out to us.
When went on the page that you have sent us the page was missing
I'm afraid that we didn't quite get what do you mean exactly can you please explain it to us in a little more detail?
Looking forward to your reply.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Marko
The domain was just as an example :)
The case is that we have links to our booking form on different landingpages. It is important for us to know from which landingpage the user has clicked the link to the booking form from.
So we wish to be able to save the referer (page where the users clicked from) together with the booking info.
We tried setting it up so the link had a parameter with the referer url in and tried to use some jQuery to "paste" it in a field in the booking form, but it will not save it.
Is there any way we can get information like this saved to the booking?
Hello Janus,
We have forwarded your ticket to our developers and as soon as we get some feedback from them we will contact you immediately.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Janus,
Our colleagues have just contacted us. You can achieve this with via jQuery, we send you an example of the script below
You probably missed this:
This example captures parameters from the URL, and enters them on the Form in the Input fields. You missed this line to save the fields.
Hope this helps.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Awesome Marko. This worked perfectly!