• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Submit form to xml

New Here ,
Sep 11, 2017 Sep 11, 2017

Copy link to clipboard

Copied

I'd like to set a contact form with an output in xml format in order to be recognized by a CRM system.

Is this possible ? Thanks

Views

284

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Sep 11, 2017 Sep 11, 2017
  • XML erlaubt Ihnen, jede beliebige Markierung zu erstellen, die Sie zur Beschreibung Ihrer Daten und der Struktur Ihrer Daten benötigen. Nehmen wir beispielsweise an, dass Sie Informationen über Haustiere speichern und freigeben müssen. Sie können folgenden XML-Code erstellen:
    <?xml version="1.0"?>
    <CAT>
      <NAME>Izzy</NAME>
      <BREED>Siamese</BREED>
      <AGE>6</AGE>
      <ALTERED>yes</ALTERED>
      <DECLAWED>no</DECLAWED>
      <LICENSE>Izz138bod</LICENSE>
      <OWNER>Colin Wilcox</OWNER>
    </CAT>

Aber verwechseln Sie die Ma

...

Votes

Translate

Translate
LEGEND ,
Sep 11, 2017 Sep 11, 2017

Copy link to clipboard

Copied

  • XML erlaubt Ihnen, jede beliebige Markierung zu erstellen, die Sie zur Beschreibung Ihrer Daten und der Struktur Ihrer Daten benötigen. Nehmen wir beispielsweise an, dass Sie Informationen über Haustiere speichern und freigeben müssen. Sie können folgenden XML-Code erstellen:
    <?xml version="1.0"?>
    <CAT>
      <NAME>Izzy</NAME>
      <BREED>Siamese</BREED>
      <AGE>6</AGE>
      <ALTERED>yes</ALTERED>
      <DECLAWED>no</DECLAWED>
      <LICENSE>Izz138bod</LICENSE>
      <OWNER>Colin Wilcox</OWNER>
    </CAT>

Aber verwechseln Sie die Markierungen in diesem Codebeispiel nicht mit Markierungen in einer HTML-Datei. Wenn Sie diese XML-Struktur in eine HTML-Datei einfügen und die Datei im Browser anzeigen, sehen die Ergebnisse in etwa so aus:

Izzy Siamese 6 yes no Izz138bod Colin Wilcox

Der Browser ignoriert Ihre XML-Markierungen und zeigt nur die Daten an.

Translation might be necessary.

Uwe

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

Thanks for the reply fotoroeder​

This is what I need to do, but how can I implement that in Adobe Muse Contact Form?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

Eher´s nothing you can do, the email that is sent from a form, reaches the receiver in the format like an XML, if I understood correctly.

You should check with your CRM (?) if it gets recognized.

Best Regards,

Uwe

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

So basically you're telling me that

as default, mails sent from adobe muse contact form reach receiver in XML format?

Thanks for the reply,

Roberto

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 14, 2017 Sep 14, 2017

Copy link to clipboard

Copied

LATEST

Answers, I have seen from a client look like they are sent in an XML format, although I cannot see the -.xml ending at the end of the email attachment.

I invite one of the coders to this thread from the team like ankushr40215001​ or Preran​ , they might shed some light into this as well.

Best Regards,

Uwe

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines