Forum Moderators: coopster
phone:33535533
This is the code from the form_action.php
$toAddress= $_POST['X_TO_EMAIL'];
$from= $_POST['X_FROM'];
$subject= $_POST['X_SUBJECT'];
$sentURL= $_POST['X_SENT_URL'];
$errorURL = $_POST['X_ERROR_URL'];
$fieldNames= $_POST['X_FIELD_NAMES'];
$fieldRequired= $_POST['X_FIELD_REQUIRED'];
$fieldNames= explode(".", $fieldNames);
$fieldRequired= explode(".", $fieldRequired);
$i = 0;
Anyone know how to do this?