Send form action Freeway 6

Hey,

I’m having a little trouble getting the send form action to work. I’ve followed all of the instructions in the video on how to set up a send form action ( Using the Send Form Action in Freeway 6 - YouTube and ) but when I try to click on submit when it’s uploaded, I don’t get to see a success or error page, but just a blank page: bio-massage.nl - This website is for sale! - bio massage Resources and Information.

Does anyone know what I could do to solve this problem?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I suspect that your server may not support PHP

To test this create a plain text file and in it type the following

<?php

phpinfo();

?>

Now save that text file as vffcugitgig.php - or something equally unguessable and upload it (via FTP) to your server.

Now visit yoursite.com/vffcugitgig.php and see what you get.

If PHP is enabled you should see a page of stuff that starts like this

If you get nothing then speak to your hosting provider and get off that Windoze server onto a Linux one (or get PHP enabled)

Once you have tested this then remove the file you uploaded as the info on it can be used by unscrupulous hackers.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Don’t just get PHP enabled on a Windows server if you expect that server to send mail from a form. PHP on Windows makes the mail service incredibly arcane to configure, and it’s often a lot less hassle to just move to a Linux server and be done with it. It’s the “normal and expected” thing, Windows is just plain weird in the server context.

Walter

On Feb 16, 2014, at 5:56 PM, DeltaDave wrote:

If you get nothing then speak to your hosting provider and get off that Windoze server onto a Linux one (or get PHP enabled)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options