Why are you trying to get a php script to work in a .Net website?
You'd be better off quickly re-writing that script into a custom controller.
Alternatively you'd need to host your php page somewhere and then submit it from the Umbaco page (Not something I would recommend).
In order to re-write the php script I'd start with look up how to create a surface controller to receive the form. There are a lot of tutorials around of this sort of thing but if you get stuck give us a shout :-)
is it possible to use a php mail script/ form in Umbraco
Hi, Can someone please help me out:) Im trying to get a php form to work in Umbraco. Does anyone know if that is possible?
Kind regards, Jaco Steketee
Hi Jaco,
Why are you trying to get a php script to work in a .Net website? You'd be better off quickly re-writing that script into a custom controller.
Alternatively you'd need to host your php page somewhere and then submit it from the Umbaco page (Not something I would recommend).
In order to re-write the php script I'd start with look up how to create a surface controller to receive the form. There are a lot of tutorials around of this sort of thing but if you get stuck give us a shout :-)
Thanks for the tip Nik. I had to puzzle a little bit, but it worked out nice :)
is working on a reply...