Embedding xml code

Hi everyone, is it possible to embed a xml code in Webflow?
I have a form containing a select field I created using html and javascript, and I need to send its input to a CRM system using xml.

Thank you,
Naama.


Here is my public share link: LINK
(how to access public share link)

OK I’m going to assume that what you are trying to do is this; when a form is submitted in your webflow site the form data is also sent to another server in XML format. Is this correct?

@webdev that’s exactly what i’m trying to do!

Well that is not possible natively with webflow. Webflow does support webhooks but the data sent would be JSON not XML.

You would need have an app running somewhere that could accept the WF webhook, then parse the JSON into XML and then submit it to your XML endpoint.

You might want to see if the CRM system supports Zapier. If it does you could use WF form → Zapier → CRM.

2 Likes

Thank you for your help @webdev!

1 Like