Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
Hello, it seems that the Api doc about the customFields in the add appointment is not working.
Here my post :
const postBooking = await axios.post(`${ameliaURL}${postBookingUrl}`, {
"type": "appointment",
"bookings": [
{
"extras": transformStateToExtras(stateExtra),
"customFields": {
"1": {
"label": "test",
"type": "text",
"value": "custom field value"
}
},
***********
I follow here the doc and I got this 500 internal error : data: {message: 'Invalid key 1.'}
I tried many things, but nothing seems to work.
Can you help me ?
Thanks :)
Hello Karl,
Thank you for reaching out to us.
We will take a look at this now and as soon as we have more information we will contact you again on this ticket.
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 Karl,
We just got the feedback from our colleagues and they have told us that the object key "1" represents the custom field id. The error would indicate that you don't have a custom field with that id in your system. It should also have the same type and label sent. If you do please send us the whole request and a wordpress login to debug the problem.
"customFields": { "1": { "label": "text", "type": "text", "value": "custom field value" } },
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