• Hi,

    I want to send the data I capture from the contact form to another php file.

    Currently a user will select 2 dates, enter thier email and then press send, this information is emailed to the admin and then the page is redirected to an availability calander. I want to be able to send the dated they have selected into the calander, but cannot do it.

    I have configured my calander script to request the data, i have also tried Get and post, but it does not get the data required.

    $this_year = (!isset($_REQUEST[“year”])) ? date(‘Y’) : $_REQUEST[“year”];
    $this_month = (!isset($_REQUEST[“month”])) ? date(‘m’) : $_REQUEST[“month”];

    I was trying to change the way the si contact form deals with the data, but cannot find where it sends the data, i.e. Form method=’post’?

    Does anyone have any ideas what i can do here?

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is no provision in this plugin to re-post the data to another URL.
    Someone who is a PHP programmer can make you a custom app.

    Thread Starter askrevill

    (@askrevill)

    Thanks for responding.

    I will have to look at a custom app or another way of doing this.

    Nathan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Fast and Secure Contact Form] Link to another file’ is closed to new replies.