Integrating Ping Dynamics Code

Hello,
I need help setting up a ping dynamics code. The code is suppose to send applicants information to a third party. I’ve tried pasting the code on the application form properties under events, but have been unsuccessful . I been given two codes a test code and the actual code. Please help me. Thank you.

Test Code.

<?xml version="1.0" encoding="utf-8"?>426025283P017525000

Actual Code

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


<app_type>I</app_type>
<loan_type>P</loan_type>
<primary_applicant>
<first_name>amanda</first_name>
<middle_initial></middle_initial>
<last_name>keeter</last_name>

1980-07-13
426025283
<contact_info>
amandakeeter@gmail.com
<home_phone>7069751471</home_phone>
<work_phone>7066463200</work_phone>
<cell_phone></cell_phone>
<primary_contact></primary_contact>
</contact_info>

<street_address>855 Firetower Road </street_address>
Marlborough
MA
01752
<elapsed_time>0103</elapsed_time>
<residence_type></residence_type>
<residence_status>R</residence_status>
<monthly_payment>600</monthly_payment>


PSSI PACKAGE SANATATION
5000
<elapsed_time>0700</elapsed_time>
Paralegal
<self_employed>N</self_employed>
<other_income payperiod=“A”>0</other_income>

</primary_applicant>
<ip_address>68.117.210.132</ip_address>

Hi Jeremiah,

Welcome to the Wix Code forums.

You can’t embed HTML in a Wix Code page. You might want to consider using an HtmlComponent . For more information, see the article Working with the HTML Component in Wix Code .

A more secure way to handle web service requests is by using backend (server-side) code. Using backend code you can secure your passwords, API keys, and other secret information. The article Accessing 3rd Party Services explains how this is done.

I hope this helps,

Yisrael

Thank you for the responds; everything is foreign to me. Do you provide web development services? I need to integrate this code its costing me to lose out on endless opportunities.

Hi Jeremiah,

You should check out the WixArena - it’s a hub where you can look for Wix Code experts for hire.

All the best,

Yisrael

Thanks Yisrael!

1 Like