Quform Integration

Home Forums Quform WordPress Quform Integration

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20133
    rolandgabor
    Participant

    I need to turn the form entries into an XML string.
    I followed your integration guidelines but it is missing the code snippet.
    Would you be able to help me with the .php code for this?
    Thank you
    $post = array(
    ‘campaign_id’ => $_POST[‘iphorm_1_17’], // Change iphorm_X_X to name field unique ID
    ‘lead_id’ => $_POST[‘iphorm_1_26’], // Change iphorm_X_X to email field unique ID
    ‘fname’ => $_POST[‘iphorm_1_2’], // Change iphorm_X_X to phone field unique ID
    ‘lname’ => $_POST[‘iphorm_1_1’],
    ‘address’ => $_POST[‘iphorm_1_6’],
    ‘city’ => $_POST[‘iphorm_1_7’],
    ‘state’ => $_POST[‘iphorm_1_8’],
    ‘zip’ => $_POST[‘iphorm_1_9’],
    ‘phone1’ => $_POST[‘iphorm_1_12’],
    ‘phone2’ => $_POST[‘iphorm_1_13′],
    ’email’ => $_POST[‘iphorm_1_22’],
    ‘lead_comments’ => $_POST[‘iphorm_1_25’],
    );

    #20162
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy