Fallback if PHP not avialable

coffeecash

New Member
I'm creating a small website for a client with a php form processor. What i would like is for the contact form to fallback to "mailto" method if PHP is not available in the Web Server. It seems odd but I just need to make sure they can deploy this anywhere.Right now I have:\[code\]form method="post" action="my_form_processor.php"\[/code\]Is there anyway to handle this?
 
Back
Top