I use Hubspot for Client Management. Hubspot import automatically the user info from contact forms, but not the Amelia forms used in the booking section.
The reason I believe this occurs is because there's no input id to identify the field, for example on the name field, it could has an input id called "first_name" or "name".
Also, the email and phone fields have a type="text" instead of type="email" or "tel" respectively.
Where can I customize the class ids fields so Hubspot can import automatically the user info?
I'm not sure if this can be achieved with some simple code, but I have reached out to our developers, and as soon as I receive a response I'll get back to you.
Unfortunately, for this to work, you would need to change the source code.
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.
Hi,
I use Hubspot for Client Management. Hubspot import automatically the user info from contact forms, but not the Amelia forms used in the booking section.
The reason I believe this occurs is because there's no input id to identify the field, for example on the name field, it could has an input id called "first_name" or "name".
Also, the email and phone fields have a type="text" instead of type="email" or "tel" respectively.
Where can I customize the class ids fields so Hubspot can import automatically the user info?
Thanks.
Hello Jesus
I'm not sure if this can be achieved with some simple code, but I have reached out to our developers, and as soon as I receive a response I'll get back to you.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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 again Jesus
Unfortunately, for this to work, you would need to change the source code.
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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