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

Muse Widget form that exports ADF XML

New Here ,
Dec 30, 2017 Dec 30, 2017

Copy link to clipboard

Copied

I have been wracking my brains trying to figure this one out.  Does anyone have a code that does this?

I only need name, phone number and message.

Views

442

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 ,
Dec 31, 2017 Dec 31, 2017

Copy link to clipboard

Copied

nobody used it 20 years ago... I really don't beleave you will find a widget for it now days

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 ,
Dec 31, 2017 Dec 31, 2017

Copy link to clipboard

Copied

I'm pretty close I think, but I don't know how to get it to work...

<?xml version="1.0" encoding= "UTF-8"?>

<HTMLwidget name="approved" formatnumber="4" localization="none" creator="paradigmcompass" defaultwidth="64" defaultheight="64" isResizable="True"

<?adf version="1.0"?>

<adf>

<prospect>

<requestdate>{$smarty.now|date_format:'%Y-%m-%dT%H:%M:%S'}-10:00</requestdate>

<customer>

<contact>

<name part="first">{$first_name}</name>

<name part="last">{$last_name}</name>

<email>{$email}</email>

<phone type="voice">{$phone}</phone>

<address type="home">

{if

isset($zipcode) and $zipcode neq ''}

<postalcode>{$zipcode}</postalcode>

{/if}

<country>US</country>

</address>

</contact>

<comments>

Department: {$department_name}

Comments:

{$message}</comments>

</customer>

{if is_object($dealerObj)}

<vendor>

<vendorname>{$dealerObj->getDealer_name()}</vendorname>

</vendor>

{/if}

<provider>

<name part="full">DealerFire</name>

<service>Dealer Website - Contact Us</service>

<url>http://www.dealerfire.com</url>

<email>support@dealerfire.com</email>

<contact primarycontact="1">

<name part="full"

type="business">DealerFire</name>

<phone type="voice" time="day">(920) 230-1111</phone>

<phone type="fax" time="day">(920) 230-1107</phone>

<address>

<street line="1">146 Algoma BLVD Suite G</street>

<city>Oshkosh</city>

<regioncode>WI</regioncode>

<postalcode>54901</postalcode>

<country>US</country>

</address>

</contact>

</provider>

</prospect>

</adf>

ref:_00Dj01naWM._500f1apNcA:ref

</HTMLwidget>

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 ,
Jan 23, 2018 Jan 23, 2018

Copy link to clipboard

Copied

I still haven't found a solution yet... ... ...

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 ,
Jan 23, 2018 Jan 23, 2018

Copy link to clipboard

Copied

have you looked at other code options... what is this project for?

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 ,
Jan 24, 2018 Jan 24, 2018

Copy link to clipboard

Copied

The auto industry uses ADF XML

I am trying to create a widget that exports ADF XML through MUSE's format.

So, the client enters their name number and a message and that information is exported to a data solution that only imports ADF.

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 ,
Jan 24, 2018 Jan 24, 2018

Copy link to clipboard

Copied

the internet will not tolerate adf so your best option is send it to a CRM, outputing as plain text or HTML... I'd do it (the ui) in bootstrap for a muse site but that assumes the client server is up to date, the fact that they still use 20 year old code may not be the case.

bottom line you need a programer and details about the host server

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 ,
Jan 25, 2018 Jan 25, 2018

Copy link to clipboard

Copied

LATEST

The adf xml code is already written, I just need it to work with Muse. 

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